geosolutions-it/nexus-geonode

TypeError: tostring() got an unexpected keyword argument 'xml_declaration'

Closed this issue · 1 comments

The error was raised while I was trying to upload a style from a raster layer (WCS).

xml_declaration was added in Python 3.8.
See the differences in the doc for 3.7 and 3.8

image

This has been fixed in version 0.9.3 of the plugin, which I just released:

https://github.com/kartoza/qgis_geonode/releases/tag/v0.9.3

I submitted to official QGIs repo, now we need to wait for one of the curators to approve it