-
Notifications
You must be signed in to change notification settings - Fork 115
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
IndexError: Looks like you have reached Google maps API's daily request limit. No location data for you :( you could restart your router to get a new IP. #135
Comments
Googlemaps api has been very problematic when sending multiple requests to it (without an account). It tends to block requests quickly. I am switching to Openmaps api now. |
I did some reading at the Google Maps website. Would adding a requirement for everyone to generate and use their own Google Maps API key resolve this issue ?
EDIT1: API key creation and management is better done from here : |
I am not going to use or ask other to use, a company like Google's service, where I/they have to annouce to Google who I/they are, everytime we use openpyn. |
It was just a question and a suggestion. |
Just installed the cloned repo with
sudo python3 setup.py install
.Then initialised with default
sudo openpyn --init
.Connected with
openpyn nl
, and ended up with:While I'm connected to
nl114
, I check my IP, do some speedtests and general browsing in Google Chrome. Then I retrieve the US server list withopenpyn -l us
. And receive screens full, from us317 - us1785, but terminated early withIndexError: Looks like you have reached Google maps API's daily request limit. No location data for you :( you could restart your router to get a new IP.
.This is just totally impossible.
After this I made 3 other attempts while connected to different VPNs.
Picked a random server from the US list on screen and connected with for example
openpyn -s us1857
. Once connected, I triedopenpyn us -a ny
and was shown the exact same message.I had just started my PC, right before installing openpyn-nordvpn. Before this, I had never used the Google Maps API.
The text was updated successfully, but these errors were encountered: