You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
After create catalog, when trying to refresh, shows this error:
Thanks!
The text was updated successfully, but these errors were encountered: