gee-community / qgis-earthengine-plugin

Integrates Google Earth Engine and QGIS using Python API
http://qgis-ee-plugin.appspot.com
MIT License
454 stars 116 forks source link

TypeError: EarthEngineRasterDataProvider.readNativeAttributeTable() missing 1 required positional argument: 'errorMessage' #146

Closed mvsc1 closed 5 months ago

mvsc1 commented 6 months ago

I am getting this error running a script in the earth engine python console:

TypeError: EarthEngineRasterDataProvider.readNativeAttributeTable() missing 1 required positional argument: 'errorMessage'

Currently no data is loading. Makes me think there is another error (in the script) which cannot be shown due to this issue. Why is the argument not provided?

QGIS version: 3.36.2-Maidenhead Maidenhead, 6d250527 Plugin version: 0.0.6 OS: Windows 11

XavierCLL commented 5 months ago

Hi @mvsc1 thanks, that was fixed in https://github.com/gee-community/qgis-earthengine-plugin/pull/140 but has not been released yet