planetfederal / qgis-geoserver-plugin

GNU General Public License v2.0
62 stars 52 forks source link

Problem with _populate #74

Open DanielAccorsi opened 7 years ago

DanielAccorsi commented 7 years ago

After create catalog, when trying to refresh, shows this error:

Traceback (most recent call last): File "/home/daniel/.qgis2/python/plugins/geoserverexplorer/gui/explorer.py", line 98, in run command(*params) File "/home/daniel/.qgis2/python/plugins/geoserverexplorer/gui/gsexploreritems.py", line 534, in populate raise e error: [Errno 9] Bad file descriptor

Thanks!

gioman commented 7 years ago

@DanielAccorsi Hi, can you give us more details? Geoserver version, plugin version, platform where QGIS runs, QGIS version, etc. Thanks!

gioman commented 7 years ago

@DanielAccorsi any feedback?

volaya commented 7 years ago

That error is usually caused by some print statement (probably used for debugging and left there unintentionally) that cannot print because the console is not open. Could you open the Python console and retry?

I see no print line in the line that is reported by the stack trace, but he might be using an older version