Kodi Community Forum
[RELEASE] Weather Plus Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155)
+---- Thread: [RELEASE] Weather Plus Addon (/showthread.php?tid=95329)



- jawilljr - 2011-06-22

brightsr Wrote:[UPDATE] v.2.1.10

- Fixed : Weather.com 10day forecast bugs

It was working for me...now I am getting script errors...nothing works.

Debug Log

Error Message:

Code:
08:30:01 T:139924808410880 M:1146728448    INFO: -->Python script returned the following error<--
08:30:01 T:139924808410880 M:1146728448   ERROR: Error Type: exceptions.SyntaxError
08:30:01 T:139924808410880 M:1146728448   ERROR: Error Contents: ('invalid syntax', ('/home/jawilljr/.xbmc/addons/weather.weatherplus/WeatherClient.py', 1741, 20, '                text += "|||||"\n'))
08:30:01 T:139924808410880 M:1146728448   ERROR: Traceback (most recent call last):
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/default.py", line 40, in ?
                                                from xbmcplugin_weather import Main
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/xbmcplugin_weather.py", line 18, in ?
                                                import WeatherClient as WeatherClient
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/WeatherClient.py", line 1741
                                                text += "|||||"
                                                   ^
                                            SyntaxError: invalid syntax
08:30:01 T:139924808410880 M:1146728448    INFO: -->End of Python script error report<--

Jerry


- eddiem - 2011-06-22

jawilljr Wrote:It was working for me...now I am getting script errors...nothing works.
Jerry

Same here.


- brightsr - 2011-06-22

jawilljr Wrote:Error Message:

Code:
08:30:01 T:139924808410880 M:1146728448    INFO: -->Python script returned the following error<--
08:30:01 T:139924808410880 M:1146728448   ERROR: Error Type: exceptions.SyntaxError
08:30:01 T:139924808410880 M:1146728448   ERROR: Error Contents: ('invalid syntax', ('/home/jawilljr/.xbmc/addons/weather.weatherplus/WeatherClient.py', 1741, 20, '                text += "|||||"\n'))
08:30:01 T:139924808410880 M:1146728448   ERROR: Traceback (most recent call last):
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/default.py", line 40, in ?
                                                from xbmcplugin_weather import Main
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/xbmcplugin_weather.py", line 18, in ?
                                                import WeatherClient as WeatherClient
                                              File "/home/jawilljr/.xbmc/addons/weather.weatherplus/WeatherClient.py", line 1741
                                                text += "|||||"
                                                   ^
                                            SyntaxError: invalid syntax
08:30:01 T:139924808410880 M:1146728448    INFO: -->End of Python script error report<--

[UPDATE] v.2.1.11

- Fixed : Syntax Error of v.2.1.10


- jawilljr - 2011-06-22

brightsr Wrote:[UPDATE] v.2.1.11

- Fixed : Syntax Error of v.2.1.10

Updated...works now...thanx.

Jerry


- mase76 - 2011-06-22

I installed the repo, but the latest version I get is 2.1.9.
I am using Dharma on Debian.


- eddiem - 2011-06-22

OK here now, thanks.


- GuiZ - 2011-06-22

Sorry but the probleme with the script error and the 10 days forecast isn't solved for me. Don't no why. I am using dharma 10.0 and weather + 2.1.11


- fional - 2011-06-22

GuiZ Wrote:Sorry but the probleme with the script error and the 10 days forecast isn't solved for me. Don't no why. I am using dharma 10.0 and weather + 2.1.11

Did you uninstall and reinstall? In the past, that has helped for me as there was problems with the auto-update. The 10 day forecast works for myself, so give that a try and maybe it'll be ok! Smile


- hams1000 - 2011-06-22

The Weather video seems to be stuck on last Tuesday (6/7) forecast.


- fional - 2011-06-23

hams1000 Wrote:The Weather video seems to be stuck on last Tuesday (6/7) forecast.

Mine, the Euroforecast, last was updated at 11:01 22/06/11.

Have you uninstalled and reinstalled since the update? Sometimes that helps.


- hams1000 - 2011-06-23

fional Wrote:Mine, the Euroforecast, last was updated at 11:01 22/06/11.

Have you uninstalled and reinstalled since the update? Sometimes that helps.

I will try that now.


- GuiZ - 2011-06-23

I uninstalled and reinstalled with last update. I deleted all the weather+ folder in cache an userdata and... same againConfused: script error and no 10 forecast

Image


- brightsr - 2011-06-23

GuiZ Wrote:I uninstalled and reinstalled with last update. I deleted all the weather+ folder in cache an userdata and... same againConfused: script error and no 10 forecast

Image

I didn't see any errors when I tested your location, Rouen, France.
But according to your log, Addon failed to fetch wind of 10 day forecast, I guess it's occuring only at certain time.
Anyway, I'm going to make it to ignore errors regarding that, so you may have the most info except for wind of 10 day forecast.

[UPDATED] v.2.1.12

- The addon will ignore any errors regarding wind information of 10 day forecast.

* if any issues about updating : http://xbmc-addons.googlecode.com/files/weather.weatherplus.zip


- GuiZ - 2011-06-23

Thanx!!! Work again with the 10 day forecast.
THX for the support! Cool


- brightsr - 2011-06-23

hams1000 Wrote:The Weather video seems to be stuck on last Tuesday (6/7) forecast.

Thanks for your report.
Weather.com changed video file address and type. (flv->mov)
I'm going to update soon.