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

Annoying QgsNetworkManager messages #17

Open
simgislab opened this issue Jan 4, 2016 · 3 comments
Open

Annoying QgsNetworkManager messages #17

simgislab opened this issue Jan 4, 2016 · 3 comments

Comments

@simgislab
Copy link
Member

QgsNetworkManager produces some timeout messages from Overpass servers and though everything seems to be fine it is not yet clear how to turn them off.

@Gustry
Copy link

Gustry commented Jan 13, 2016

I'm also interested in this issue.
If you don't find something, I may have a look in the QGIS code source later.

@Gustry
Copy link

Gustry commented Feb 4, 2016

You should use deleteReply when you request is finished :
http://qgis.org/api/classQgsNetworkAccessManager.html#a0c6a63e7e5afa2e0272f62683d9803d3

@Gustry
Copy link

Gustry commented Feb 5, 2016

Be careful, this function is not available in QGIS 2.8 : http://qgis.org/api/2.8/classQgsNetworkAccessManager.html
So you need to check the QGIS version before to connect this slot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants