Python error... but then works
Closed this issue · 2 comments
geodrinx commented
today, go2streetview returns this strange error, every time I take the yellow line
Traceback (most recent call last):
File "C:/Users/rrr/.qgis2/python/plugins\go2streetview\go2streetview.py", line 215, in catchJSevents
self.writeInfoBuffer(self.transformToCurrentSRS(actualPoint))
File "C:/Users/rrr/.qgis2/python/plugins\go2streetview\go2streetview.py", line 497, in writeInfoBuffer
if self.infoBoxManager.getInfolayer().geometryType() == QGis.Point:
AttributeError: 'NoneType' object has no attribute 'geometryType'
But... after some time the image appears correctly.
geodrinx commented
I discovered that the python panels are two
geodrinx commented
I restarted QGIS and it works, now :)