-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Problem with location with minus #1045
Comments
This is a problem caused by an update in the pgoapi from tejado. It can easily be fixed by pinning the pgoapi pip to the "v1.1.0" tag. Change the first line in the requirements.txt in this way: |
Thanks @jovobe I tried running |
Actually running pip install with the flag |
Commit has been reverted, please repull. #1065 |
* Added npm and grunt, added node_modules/ to git ignore * Adjusted side to the left * Updated Grunt to minify CSS and JS, references on maps.html updated * Added minified css and js to gitignore * changed to having dist/ folder instead * Fixed grunt issues, adjusted some js * Adjusted filter styles * UI updates, style changes * More UI changes
Expected Behavior
Should work with location = "37.8059,-122.4289" for example
Actual Behavior
Shows errors:
Location Found: 37.8059,-122.4289 [13:15:39] [x] The location given using -l could not be parsed. Checking for a cached location. [13:15:39] [x] Parsing cached location... No cached Location. Please specify initial location.
Steps to Reproduce
Set up a normal location: "37.8059,122.4289"
It works.
Set up an inferior to zero location (US etc...): "37.8059,-122.4289"
It does not work
Other Information
OS: MAC OS X 10.11.6
Git Commit: 3364aa3
Thank you in advance :)
The text was updated successfully, but these errors were encountered: