You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
Entering special characters in the settings page leads to an error: ascii' codec can't encode character u'\xfc' in position 9: ordinal not in range(128)
Edit: error also occures when entering special character as location when adding new hardware (i.e. "Köln")
Edit 2: actualy, this error occurs everythere ;)
The text was updated successfully, but these errors were encountered:
You currently have to patch geopy.
replace the line 81 in the geocoders/google.py file with the following:
url = self.url % urlencode(dict([k, v.encode('utf-8')] for k, v in params.items()))
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Entering special characters in the settings page leads to an error: ascii' codec can't encode character u'\xfc' in position 9: ordinal not in range(128)
Edit: error also occures when entering special character as location when adding new hardware (i.e. "Köln")
Edit 2: actualy, this error occurs everythere ;)
The text was updated successfully, but these errors were encountered: