2020-10-17, 19:11
2020-10-17, 19:46
(2020-10-17, 19:11)fischelbyxa Wrote:(2020-10-17, 18:57)cage Wrote: Anybody having issues lately? Mine just randomly stopped working in the last several days.
Yes, every now and the, an error message pops up. The logs says "Unhandled exception detected!"
Complete log in https://paste.kodi.tv/cecijecalu.kodi (I think?)
2020-10-20, 18:37
2020-10-20, 20:26
I have no error with Android 5 and Kodi 18.8.
Check that the add-on has been updated to version 0.5.2. If the add-on version is up-to-date, upload the logs with errors using the "Kodi Logfile Uploader" add-on.
Check that the add-on has been updated to version 0.5.2. If the add-on version is up-to-date, upload the logs with errors using the "Kodi Logfile Uploader" add-on.
2020-12-05, 20:32
I have this error since a long time now
https://paste.kodi.tv/avuqurayud.kodi
windows 10 1909 machine
Any idea what's causing this?
https://paste.kodi.tv/avuqurayud.kodi
windows 10 1909 machine
Any idea what's causing this?
2020-12-05, 21:44
@antoine88 , try to open file "\addons\weather.gismeteo\resources\libs\simpleweather.py" and replase line 569 from
topythoantoine88n:if isinstance(speed, str):
python:if isinstance(speed, basestring):
2020-12-06, 15:31
(2020-12-05, 21:44)vl_maksime Wrote: @antoine88 , try to open file "\addons\weather.gismeteo\resources\libs\simpleweather.py" and replase line 569 fromtopythoantoine88n:if isinstance(speed, str):
python:if isinstance(speed, basestring):
that fixed it!
you're a wizard
2021-03-31, 19:44
I had this addon working for a few weeks but it stopped last weekend. At least, that was when I first noticed it. Am I alone or does Gismeteo need an update?
2021-12-07, 00:15
Hello,
There are some errors in French translation, how help to resolved them ?
There are some errors in French translation, how help to resolved them ?
2022-02-06, 03:50
Edit 2022-02-10:
Solved.
Possible a VPN issue
Now the logging shows a successful script run every 30min.
/Edit
From 4-Feb midnight I get a lot of "Max retries exceeded with url" messages in my kodi.log.
There are still successful messages in between about every 46-47 minutes apart, but a lot of error messages in between.
Before 4-Feb it was successful every 30 minutes.
Kodi on Windows 10
Solved.
Possible a VPN issue
Now the logging shows a successful script run every 30min.
/Edit
From 4-Feb midnight I get a lot of "Max retries exceeded with url" messages in my kodi.log.
Code:
2022-02-04 00:16:51.133 T:27616 ERROR <general>: weather.gismeteo [v.0.6.3+matrix.1]: HTTPSConnectionPool(host='services.gismeteo.net', port=443): Max retries exceeded with url:
There are still successful messages in between about every 46-47 minutes apart, but a lot of error messages in between.
Code:
2022-02-04 00:31:26.119 T:27616 INFO <general>: CPythonInvoker(1082, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2022-02-04 01:18:10.664 T:25324 INFO <general>: CPythonInvoker(1083, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2022-02-04 02:04:21.827 T:17212 INFO <general>: CPythonInvoker(1084, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2022-02-04 02:50:21.882 T:20620 INFO <general>: CPythonInvoker(1085, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2022-02-04 03:36:55.344 T:20636 INFO <general>: CPythonInvoker(1086, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2022-02-04 04:23:06.640 T:25988 INFO <general>: CPythonInvoker(1087, \AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
Before 4-Feb it was successful every 30 minutes.
Kodi on Windows 10