planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

Publish GeoServer layer to GeoNode fails #172

Open dakcarto opened 9 years ago

dakcarto commented 9 years ago

When attempting to publish a GeoServer layer item to GeoNode it fails with:

Traceback (most recent call last):
  File "/Users/user/.qgis2/python/plugins/opengeo/gui/gsexploreritems.py", line 856, in 
    publishToGeonodeAction.triggered.connect(lambda: self.publishToGeonode(tree, explorer))
  File "/Users/user/.qgis2/python/plugins/opengeo/gui/gsexploreritems.py", line 879, in publishToGeonode
    layer)
  File "/Users/user/.qgis2/python/plugins/opengeo/gui/explorer.py", line 125, in run
    s = unicode(e.message, errors = "ignore").encode("utf-8")
TypeError: coercing to Unicode: need string or buffer, MaxRetryError found