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

broken when proxy server defined #53

Open
pesekon2 opened this issue Aug 26, 2022 · 0 comments
Open

broken when proxy server defined #53

pesekon2 opened this issue Aug 26, 2022 · 0 comments
Assignees
Labels

Comments

@pesekon2
Copy link
Owner

If there is any proxy configuration set, the request fails. The problem is that the request URL is then being changed in owslib.sos100 with lines:

           base_url = next((m.get('url') for m in self.getOperationByName('GetObservation').methods
                            if m.get('type').lower() == method.lower()))

Probably more of an issue of OWSlib/istSOS rather than of these addons - should dive deeper to that.

@pesekon2 pesekon2 added the bug label Aug 26, 2022
@pesekon2 pesekon2 self-assigned this Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant