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'
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'