gvellut / FreehandRasterGeoreferencer

QGIS plugin for the interactive georeferencing of rasters
GNU General Public License v2.0
50 stars 13 forks source link

Python error when using the plugin #73

Open avikla opened 1 week ago

avikla commented 1 week ago

2024-11-14T09:51:02 WARNING Traceback (most recent call last): File "C:\Users/avi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\FreehandRasterGeoreferencer\freehandrastergeoreferencer_layer.py", line 667, in metadata lines.append(fmt % (self.tr("Image Width"), str(self.image.width()))) ^^^^^^^^^^ AttributeError: 'FreehandRasterGeoreferencerLayer' object has no attribute 'image'. Did you mean: 'iface'?

2024-11-14T09:51:02 WARNING Traceback (most recent call last): File "C:\Users/avi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\FreehandRasterGeoreferencer\freehandrastergeoreferencer_layer.py", line 667, in metadata lines.append(fmt % (self.tr("Image Width"), str(self.image.width()))) ^^^^^^^^^^ AttributeError: 'FreehandRasterGeoreferencerLayer' object has no attribute 'image'. Did you mean: 'iface'?

2024-11-14T10:39:06 WARNING TypeError: invalid result from FreehandRasterGeoreferencerLayer.metadata(), str cannot be converted to qgis._core.QgsLayerMetadata in this context

2024-11-14T10:39:06 WARNING TypeError: invalid result from FreehandRasterGeoreferencerLayer.metadata(), str cannot be converted to qgis._core.QgsLayerMetadata in this context

2024-11-14T10:46:38 WARNING TypeError: invalid result from FreehandRasterGeoreferencerLayer.metadata(), str cannot be converted to qgis._core.QgsLayerMetadata in this context