The Google Maps API server rejected your request
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Critical
|
Curtis Hovey |
Bug Description
Launchpad users who have enabled maps are seeing a popup stating that "the Google Maps API server rejected your request". Google recognises this as a problem with their service: http://
Launchpad users can avoid the message by unchecking the "[X] Display map" checkbox. If this problem persists, we will consider removing maps from Launchpad until the issue is addresses.
A new bug for potentially re-enabling the FOAF/Gmaps HTTPS support in the Launchpad instance has been filed at bug #738084 ("Adding the Gmaps feature back in"). If you feel strongly about maps being available, or not available, please follow-up of that report if you feel strongly.
Related branches
- Robert Collins (community): Approve
-
Diff: 560 lines (+149/-111)11 files modifiedlib/lp/registry/browser/__init__.py (+18/-0)
lib/lp/registry/browser/person.py (+4/-2)
lib/lp/registry/browser/team.py (+3/-2)
lib/lp/registry/browser/tests/mailinglist-views.txt (+0/-54)
lib/lp/registry/browser/tests/person-views.txt (+5/-0)
lib/lp/registry/browser/tests/team-views.txt (+5/-0)
lib/lp/registry/stories/location/personlocation.txt (+28/-7)
lib/lp/registry/stories/location/team-map.txt (+34/-5)
lib/lp/registry/stories/person/xx-person-home.txt (+46/-40)
lib/lp/registry/templates/person-portlet-map.pt (+4/-0)
lib/lp/registry/templates/team-portlet-map.pt (+2/-1)
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: | removed: qa-needstesting |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
description: | updated |
Just hit this too; I guess disable it ideally until Google fixes their end if possible.