GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
12 stars 16 forks source link

Error loading plugin during API version setup #105

Closed Samweli closed 3 years ago

Samweli commented 3 years ago

When plugin configuration are setup there is an error in assigning the Geonode API Version

qgis_geonode_plugin_error

ricardogsilva commented 3 years ago

@Samweli

I think you probably need to recreate your connections, as the recent work introduced some additional settings.

Try this out in the QGIS Python console:

from qgis_geonode.conf import connections_manager
connections_manager.delete_all_connections()
connections_manager.clear_current_connection()

Then try again. Let me know if it works

ricardogsilva commented 3 years ago

@Samweli can I close this?

Samweli commented 3 years ago

@Samweli can I close this?

yes @ricardogsilva , thanks