Kodi Community Forum
Broken Multi Weather - 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: Broken Multi Weather (/showthread.php?tid=352028)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


RE: Multi Weather - Jeffers24 - 2023-11-11

I am on version 0.0.18 on my shield from the Kodi repository and it isn't working.
Any chance of pushing version 0.0.19 into the Kodi repository?


RE: Multi Weather - Karellen - 2023-11-11

(2023-11-11, 08:23)Jeffers24 Wrote: Any chance of pushing version 0.0.19 into the Kodi repository?
Looks like ronie has v0.0.20 on gitlab. You could download and install via zip... https://gitlab.com/ronie/weather.multi


RE: Multi Weather - Jeffers24 - 2023-11-11

Thanks for suggestion.
I like to install from the Kodi repo so that it will auto update.
If I install zip from github will that auto update from Kodi repo when a new version is released?


RE: Multi Weather - ErikBrown - 2023-11-11

No, the add-on will not auto update when installed from a local zip file. That is also the reason why I wait for the official version in the Kodi add-on repository. I hope that Ronie will push 0.0.20 soon to it so that we all will have a working version of this great add-on again.


RE: Multi Weather - dobbelina - 2023-11-11

(2023-11-11, 09:02)Jeffers24 Wrote: Thanks for suggestion.
I like to install from the Kodi repo so that it will auto update.
If I install zip from github will that auto update from Kodi repo when a new version is released?

Yes, it will continue to auto update, as soon as a new release is made with a higher version number
it will update to that given that ronie has uploaded it to the kodi release repo.


RE: Multi Weather - wags1 - 2023-11-11

You can install from zip file now to get it running and then switch back to the repo after it's updated there. The repo is still at 0.0.18 so you could be waiting awhile...


RE: Multi Weather - Jeffers24 - 2023-11-11

I don't think Kodi 20.x works like that.
I now think Kodi 20.x remembers the repo it installed the addon from and will only update from that repo


RE: Multi Weather - abga - 2023-11-20

Thanks for the updates, I'm on Kodi 19.5 and I didn't know what hit me since a week or so. Tried to manually upgrade to version 0.0.18 and had no luck. Now, thanks to Karellen's hint I grabbed 0.0.20 from gitlab and it looks working.
However, I get an error in the log, apparently unable to find some texture stuff - I don't mind, weather icons are looking OK and I don't use any weather maps.
 
Code:
2023-11-20 08:36:49.394 T:12616    INFO <general>: CPythonInvoker(1, /home/kodi/.kodi/addons/weather.multi/default.py): script successfully run
2023-11-20 08:36:49.434 T:12616    INFO <general>: Python interpreter stopped
2023-11-20 08:36:50.448 T:12591   ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.weathericons.default/
2023-11-20 08:37:01.366 T:12597    INFO <general>: CPythonInvoker(0, /home/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
2023-11-20 08:37:01.378 T:12597    INFO <general>: Python interpreter stopped



RE: Multi Weather - sus67 - 2023-12-03

@ronie

non weather data with v0.0.20, please take a look in the debug log: https://paste.kodi.tv/vehuyufele.kodi


RE: Multi Weather - scott967 - 2023-12-06

Probably help to turn on "enable logging" in the multi weather addon settings then capture a log.

scott s.
.


RE: Multi Weather - sus67 - 2023-12-06

(2023-12-06, 01:25)scott967 Wrote: Probably help to turn on "enable logging" in the multi weather addon settings then capture a log.

scott s.
.
It obviously has no effect. https://paste.kodi.tv/kisepeburi.kodi
Please find below screenshots:
https://imgur.com/a/4gcoBnb


RE: Multi Weather - sus67 - 2023-12-07

@ronie
please find post#11 here about possible cookie-trouble for EU-users. Maybe, you can fix it.


RE: Multi Weather - nic020 - 2023-12-07

Muli Weather version 0.0.20 works under kodi 20.2 for me in France (EU) with this change in the file %appdata%\Kodi\addons\weather.multi\lib\weather.py.
Replace:
Code:
6: CURL = 'https://www.yahoo.com/'
By:
Code:
6: CURL = 'https://www.yahoo.com/?guccounter=2'

I'm not sure if this mod works in other countries. You can try.


RE: Multi Weather - sus67 - 2023-12-07

(2023-12-07, 10:05)nic020 Wrote: Muli Weather version 0.0.20 works under kodi 20.2 for me in France (EU) with this change in the file %appdata%\Kodi\addons\weather.multi\lib\weather.py.
Replace:
Code:
6: CURL = 'https://www.yahoo.com/'
By:
Code:
6: CURL = 'https://www.yahoo.com/?guccounter=2'

I'm not sure if this mod works in other countries. You can try.
Et vive la France!
It works also for German weather data, thank you!
https://imgur.com/a/vzQ4dlq


RE: Multi Weather - Deydey - 2023-12-07

(2023-12-07, 10:05)nic020 Wrote: Muli Weather version 0.0.20 works under kodi 20.2 for me in France (EU) with this change in the file %appdata%\Kodi\addons\weather.multi\lib\weather.py.
Replace:
Code:
6: CURL = 'https://www.yahoo.com/'
By:
Code:
6: CURL = 'https://www.yahoo.com/?guccounter=2'

I'm not sure if this mod works in other countries. You can try.
Hello nic020,

Thank you!! It solves mine too Smile
For science, could you tell us how you find it please?

Thanks again