Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)
Release Gismeteo (weather.gismeteo)
#91
now it doesn´t work again (502 and 504 error). Nothing was changed.
Reply
#92
Give it some time. I noticed some IP changes bewteen gismeteo.com & meteofor.com.
Probably work is still being done.

BTW: gismeteo.ru is still up, -the .com domain has probably been sold.-
It is not usable with Kodi though.
Reply
#93
(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.

The addon.xml file has 2 parts, the one under the <requires> part and the one under the <extension> part. The "requires" part is what dependencies the addon has, e.g. on xbmc.python which actually sets the minimum kodi version it is compatible with.
The stuff under the "extension" part is just info for the addon, e.g. the dev's email, description in various languages etc. So, changing something in it does not affect the addon's functionality at all. Feel free to try jim.com there or any other domain name you like, real or fake. It is as pointless as correcting a typo.

The real work for the addon is done by one or more python files. In this case, and upon close inspection, the addon uses this url to get any info it needs.
 
Code:
https://services.gismeteo.net/inform-service/inf_chrome/forecast/?lang=en&city=(your number here)
You can take the number from gismeteo/meteofor url for your city, e.g. 744 is for London, put it there, open the url in a browser and see if it works. As you can see, no matter how the addon or the site is named, its api is still on the gismeteo.NET domain.
Reply
#94
For the time being going to settings of gismeteo >location and resetting to default seems to temporarily get rid of the bad gateway error. Or for me it has. Kodi 21.1/ G streamer
Reply
#95
If I put https://services.gismeteo.net/inform-ser...n&city=744 in the browser I get "502 Bad Gateway".
Reply
#96
About the "use default location" part. When using that, gismeteo tries to find your location based on your ip and scrapes this url
Code:
https://services.gismeteo.net/inform-service/inf_chrome/cities/?count=1&lang=en&mode=ip&nocache=1
This means "use my ip to find my location, if there are many candidates for it just pick the first and do not cache the result", which is a bit different from the other url that says "use this code to find my location" and nothing more. If it works for you, you can keep it. For me, it shows Athens... which is hundreds of miles away from here, so it is not helpful at all.

About the errors. Let me make it simpler. The addon or the browser do not work because the api returns a 502 or 504 error, which means there is an issue on the server side of it (the server that hosts the api providing all the info), not on the client (the addon or the browser). Also, if it works for someone, it MAY be because kodi or the browser has cached the data last time it run and got proper results. Try it on an private browsing window if possible and check again. If it works consistently, then the api works fine on your end.
Reply
#97
We now have another option for weather:

https://forum.kodi.tv/showthread.php?tid=378813
Reply
#98
Just a quick FYI - I've sent an email to Gismeteo yesterday (when the issue first came up on my end) and this is what I just received back.
Quote:Thank you for your message. Gismeteo has officially transitioned to Meteofor, and we are now operating under the new brand. If you need more information about Meteofor, feel free to reach out to us.

Best regards,
Meteofor Support Team
Reply
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)

Logout Mark Read Team Forum Stats Members Help
Gismeteo (weather.gismeteo)0