[GIS] QGIS 3.0 Girona using profile tool, get python error

profileqgisqgis-plugins

I have a raster layer (LIDAR data) selected. On releasing the mouse button, and before any rubber band starts, I get this error:
Message log:

2018-03-09T16:19:08 WARNING Traceback (most recent call last):
File "C:/Users/John/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\profiletool\tools\ptmaptool.py", line 78, in moved
self.profiletool.rubberband.addPoint(QgsPoint(self.pointstoDraw[i][0],self.pointstoDraw[i][1]))
TypeError: QgsRubberBand.addPoint(): argument 1 has unexpected type 'QgsPoint'

Can you help, please?

Best Answer

I uninstalled the plugin and donwload last zip from web page and it work again. The link is in the bug tracker in the plugin window in Qgis 3.

Related Question