Comment 36 for bug 776586

Revision history for this message
GermanK (germank) wrote :

For me, the problem was that apparently, google couldn't resolve the location by it's latitude/longitude. I just hardcoded location_name to a "City, Country" like string and now it works. It's not a fix, it's just a workaround. To do the same thing, just add after line 471 a statement setting location_name = "Your location, Your Country".