Closed Gen1usCat closed 3 years ago
confirmed from my side. the same error/stacktrace, and this change are fixing it.
i can confirm the fix is working also on my side. PLease push it to the kodi repo.
thx
I've already done a PR with this changes, but it hasn't been accepted yet. https://github.com/xbmc/repo-scripts/pull/1972 https://github.com/xbmc/repo-scripts/pull/1973
Thx a lot. Hope they get 's merged soon
KODI 19
To resolve the issue in the file
weather.gismeteo/resources/libs/simpleplugin.py
on line 368 must be changed toreturn pickle.loads(bytes(raw_item, 'utf-8', errors='surrogateescape'))