Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with _populate #74

Open
DanielAccorsi opened this issue May 10, 2017 · 3 comments
Open

Problem with _populate #74

DanielAccorsi opened this issue May 10, 2017 · 3 comments

Comments

@DanielAccorsi
Copy link

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
Copy link
Contributor

gioman commented May 10, 2017

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

@gioman gioman added the bug label Jun 8, 2017
@gioman
Copy link
Contributor

gioman commented Jun 8, 2017

@DanielAccorsi any feedback?

@volaya
Copy link
Contributor

volaya commented Jun 9, 2017

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

@gioman gioman added the question label Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants