enricofer / go2mapillary

a plugin for displaying and extracting information from Mapillary street level imagery with QGIS (3.0)
GNU General Public License v3.0
34 stars 14 forks source link

Current image info is not working! #27

Closed ahmouda12 closed 5 years ago

ahmouda12 commented 5 years ago

When trying to get an image info from the image menu icon in QGIS, it gets the following error:

An error has occurred while executing Python code:

AttributeError: 'mapillaryImageInfo' object has no attribute 'label_sequence_key' Traceback (most recent call last): File "/Users/ahmedahmouda/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/go2mapillary/mapillary_explorer.py", line 324, in viewerConnection mapillaryImageInfo.openKey(self,message["key"]) File "/Users/ahmedahmouda/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/go2mapillary/mapillary_image_info.py", line 89, in openKey dialog.setup(key) File "/Users/ahmedahmouda/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/go2mapillary/mapillary_imageinfo.py", line 68, in setup getattr(self, 'label' + prop).show() AttributeError: 'mapillaryImageInfo' object has no attribute 'label_sequence_key'

enricofer commented 5 years ago

Fixed in master: https://github.com/enricofer/go2mapillary/commit/4a8bfe6c4c10ce14f4be5f2f9f1af4d83750b813 I will include it in a next release with other fixes and improvements. Thanks for submission.