wakeup not reading temp or weather-related data

Bug #1248532 reported by Robert Moyer
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
wakeup
Fix Released
High
newbuntu

Bug Description

I installed wakeup 1.3 and it refuses to read weather data for my location. very vexing.

Revision history for this message
James Mullaney (jim77dot) wrote :

Many folks have asked about this problem.

Revision history for this message
Robert Moyer (moyerbatman) wrote : Re: [Bug 1248532] Re: wakeup not reading temp or weather-related data

suggest use zip code for workaround

On 01/16/2014 12:07 PM, James Mullaney wrote:
> Many folks have asked about this problem.
>

Revision history for this message
newbuntu (dsglass) wrote :

Apologies - I have not been able to work on this in the past few months, but hope to have time to fix a bunch of bugs in mid-February.

Try the following:
in /usr/share/wakeup/plugin_scripts/Weather/get_weather.py, find the following line:

url = 'http://xoap.weather.com/search/search?where=' + urllib2.quote(place)

And remove the urlib2.quote() around place. ie, replace the above line with

 url = 'http://xoap.weather.com/search/search?where=' + place

Changed in wakeup:
assignee: nobody → newbuntu (dsglass)
newbuntu (dsglass)
Changed in wakeup:
importance: Undecided → High
status: New → In Progress
newbuntu (dsglass)
Changed in wakeup:
status: In Progress → Fix Committed
newbuntu (dsglass)
Changed in wakeup:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.