planetfederal / qgis-suite-plugin

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

Exception prevent from starting the plugin #48

Closed vdeparday closed 10 years ago

vdeparday commented 10 years ago

I am working of the master branch. It was working fine. I just played around with the plugin (see issue #47) but then I just tried to restart QGIS and now I get the following exception which prevent from loading the plugin. I tried again with a new clone. Same error.:

Couldn't load plugin opengeo due an error when calling its initGui() method

Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 213, in startPlugin plugins[packageName].initGui() File "/Users/viv/.qgis2/python/plugins/opengeo/plugin.py", line 45, in initGui self.explorer = OpenGeoExplorer(singletab = singletab) File "/Users/viv/.qgis2/python/plugins/opengeo/gui/explorer.py", line 25, in init dsn = dsn if dsn.strip() != "" else RAVEN_URL AttributeError: 'QPyNullVariant' object has no attribute 'strip'