GeoNode / QGISGeoNodePlugin

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

first usage fails #243

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

Due to recent changes, when first using the plugin there is an error related to there not being a default connection:

AttributeError: 'NoneType' object has no attribute 'geonode_version' 
Traceback (most recent call last):
  File "/home/ricardo/.local/share/QGIS/QGIS3/profiles/qod-test/python/plugins/qgis_geonode/gui/geonode_data_source_widget.py", line 325, in toggle_search_buttons
    if current_connection.geonode_version == network.UNSUPPORTED_REMOTE:
AttributeError: 'NoneType' object has no attribute 'geonode_version'