-
Notifications
You must be signed in to change notification settings - Fork 196
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
[bug]Maps not loading to page #146
Comments
I have the same issue like @phukeo Google Maps API key works on a simple (hello world) page but not with Flask-googlemap plugin. I use version 4.1 |
Just FYI I masked my API details in my original comment. As mentioned before my API key is working for other applications |
The solution is to use version 0.4.1.1, downloading the code from the releases page and not install it using pip which supports the previous version 0.4.1 @phukeo |
Just wanted to say I'm encountering the same error. will try @plusangel 's solution. edit: worked like a charm :) |
Could you please provide the link to the release page of version 0.4.1.1 |
Hello @Bhumika-Kothwal This is your place for the release |
Thankyou! You helped me solve the probblem |
I am sorry but I am bit of a noob in python, how do I install it without going through pip? |
No worries at all! You can find that specific release here and download a zip of the source. plusangel mentioned not using pip to install, but this turned out to work fine for my use. Just specify the directory of the folder when installing, and use a virtual environment if you plan on working with other versions. Also keep in mind the project now fully supports poetry.
|
As you said before, worked like a charm! :) thank you so much! |
If you're trying to do this in docker, you can add something like
As I ran into this issue earlier today. |
I can't get the example maps to load to the page 'example.html'. When I go to my API metrics page on the Google Cloud Platform the number of calls to my API is not changing.
I have tested my API key with a standard JS request and it is increasing and therefore the key is working.
I have the following code on my app.py and my 'example.html' is exactly as is given in the repo front page.
Any ideas? Feedback is greatly appreciated.
The text was updated successfully, but these errors were encountered: