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

qgis metasearch traffic not logged #32

Open
pvgenuchten opened this issue Sep 18, 2019 · 1 comment
Open

qgis metasearch traffic not logged #32

pvgenuchten opened this issue Sep 18, 2019 · 1 comment

Comments

@pvgenuchten
Copy link

this is probably a problem of metasearch, seems this plugin does not use generic libs to connect to external resources, however want to bring this up as an example, this may happen for other plugins as well

@rduivenvoorde
Copy link
Owner

Yes, metasearch does not use Qt's (and with that QGIS') build-in machinery to do requests.

So QGIS is not aware of those, and a plugin cannot log it. Same goes for certain GDAL-requests (which go via GDAL directly instead of via the QgsNetworkManager classes.

This plugin depends on signals received from QgsNetworkManager classes that a request is fired, returned or failed.

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