2024-09-28, 14:15
@jim_p, getting the same 504 bad gateway error from Gismeteo addon since yesterday as well - if anybody finds out anything, please post.
(2024-09-28, 14:54)Han Swolo Wrote: The websitename "gismeteo.com" has changed in https://meteofor.com/ (...)Interesting ... was there any kind of annoucement anywhere about this change? There seems to be no information on the site itself.
(2024-09-28, 18:14)bierbaron_2 Wrote: Doesn't work for me: 2024-09-28 18:12:18.379 T:1298 error <general>: weather.gismeteo [v.0.6.4+matrix.1]: 502 Server Error: Bad Gateway for url: https://services.gismeteo.net/inform-ser...=1&lang=enThanks, this sounds to me that the hostname needs to be changed/fixed in the addon code directly and that consequently someone needs to build a new addon binary which needs to be pushed to the release channel for the Kodi addons ... correct?
https://services.gismeteo.net/inform-ser...ome/cities is located in .resources/libs/gismeteo.py
(2024-09-28, 18:07)spinmaster Wrote: Thanks for all the infos - can someone can explain in layman's terms what needs to be fixed/changed & where? Is an addon update required to be build (probably unlikely since last login from @vl_maksime is from 2021)? @Han Swolo where exactly did you made that "fix" in #79?
Quote:Thanks, this sounds to me that the hostname needs to be changed/fixed in the addon code directly and that consequently someone needs to build a new addon binary which needs to be pushed to the release channel for the Kodi addons ... correct?That is incorrect.
(2024-09-28, 18:23)bierbaron_2 Wrote: Did that. I still got the error 502 Server Error: Bad Gateway for url: https://services.gismeteo.net/inform-ser...=1&lang=en
(2024-09-28, 14:54)Han Swolo Wrote: The websitename "gismeteo.com" has changed in https://meteofor.com/, so I have changed this in my addon.xml and now it's working again.
<website>https://www.gismeteo.com/</website> to
<website>https://meteofor.com/</website>
Hope this helps.