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

xml response fails with encoding error when non-ascii chars in xml document #13

Closed
cehbrecht opened this issue May 9, 2016 · 1 comment
Assignees
Labels

Comments

@cehbrecht
Copy link
Member

happens for example for:

http://localhost:8093/wps?service=WPS&request=describeprocess&version=1.0.0&identifier=indices_single

File "/homel/nhempel/birdhouse/pyramid-phoenix/eggs/birdhouse_twitcher-0.1.5-py2.7.egg/twitcher/owsproxy.py", line 56, in _send_request
content = content.replace(service['url'], proxy_url(request, service['name']))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7279: ordinal not in range(128) 
@cehbrecht cehbrecht self-assigned this May 9, 2016
@cehbrecht cehbrecht added the bug label May 9, 2016
cehbrecht added a commit that referenced this issue Jun 2, 2016
@cehbrecht
Copy link
Member Author

fixed in v0.1.6

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