mockturtl / cinnamon-weather

DEPRECATED. Use linuxmint/cinnamon-spices-applets instead.
https://cinnamon-spices.linuxmint.com/applets/view/17
28 stars 35 forks source link

Script not working #153

Closed ledzgio closed 8 years ago

ledzgio commented 8 years ago

I cannot get information about my city using this:

http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20feednormalizer%20where%20url=%22http://xml.weather.yahoo.com/forecastrss/QAXX0003_c.xml%22

I get an error in JSON string:

"results":{"error":"XML parsing error at line: 14, column: 3. The element type \"HR\" must be terminated by the matching end-tag \"\"."}

mockturtl commented 8 years ago

I get an error in JSON string:

Same here. Thank you for the report.

I've updated the wiki. Please try the new URL.

yoosefi commented 8 years ago

Tried the new URL manually, it works. Tried updating the script to use the manual URL with XML and JSON format on line 803. Doesn't work.

yoosefi commented 8 years ago

see pull #155