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

Fix UnicodeEncodeError causing location not found #1054

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

vieira
Copy link
Contributor

@vieira vieira commented Jul 26, 2016

Short Description:
When there are special characters in initial location, e.g. "ç" a UnicodeEncodeError is raised and caught causing valid initial locations being reported as not parsable.

Fixes:

  • UnicodeEncodeError causing location not found when initial location contains special chars, e.g. "ç".

When there are special characters in initial location, e.g. "ç" a UnicodeEncodeError is raised and caught causing valid initial locations being reported as not parsable.
@douglascamata
Copy link
Member

@vieira did you test this?

@vieira
Copy link
Contributor Author

vieira commented Jul 26, 2016

Yes, I did. You can use e.g. "Praça do Comércio, Lisbon" as initial location to reproduce the problem and test the fix.

@glennvgastel
Copy link
Contributor

Tested and confirmed as working.

@douglascamata douglascamata merged commit 014401d into PokemonGoF:dev Jul 26, 2016
hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this pull request Sep 28, 2016
…okemonGoF#1054)

* Like PokemonGoF#1043, but with migration as well. Stupid, stupid peewee migration...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants