planetfederal / qgis-suite-plugin

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

Cannot connect to catalog #65

Closed vdeparday closed 10 years ago

vdeparday commented 10 years ago

I just trying the master version to connect to either http://beta.dev.geonode.org:8080/geoserver or to my localhost one and in both cases I get the following exception:

Could not connect to catalog: Traceback (most recent call last): File 
"/Users/viv/.qgis2/python/plugins/opengeo/gui/gsexploreritems.py", line 249, in addGeoServerCatalog
geoserverItem.populate() File "/Users/viv/.qgis2/python/plugins/opengeo/gui/gsexploreritems.py", 
line 511, in populate self.parent()._catalogs[self.text(0)] = self.catalog 
AttributeError: 'NoneType' object has no attribute '_catalogs' 
vdeparday commented 10 years ago

self.parent() doesn't return anything