Hi all,
been looking around on the forum and google for a couple of hours but couldn't find a solution so decided to ask the experts
I installed a rpi5 4GB yesterday with the latest stable LE12, installed widevine cdm, and 3 video channel addons: "ted talks" "vtm go" and "vrt max" . all 3 give python errors like these:
=======================================================
2024-06-26 11:19:31.424 T:1143 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'Exception' object has no attribute 'message'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks_scraper.py", line 17, in get_video_details
m3u8_url, title, speaker, plot, talk_json = talk_scraper.get_talk(talk_html, self.logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/model/talk_scraper.py", line 14, in get_talk
raise Exception('Could not parse HTML.')
Exception: Could not parse HTML.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.ted.talks/default.py", line 14, in <module>
ted_talks.Main(args_map=args_map).run()
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks.py", line 336, in run
modes[mode].run(self.args_map)
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks.py", line 148, in run
self.run_internal(args)
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks.py", line 166, in run_internal
self.ui.playVideo(args['url'], args['icon'] if 'icon' in args else None)
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks.py", line 71, in playVideo
playlist, title, subs, info_labels = self.ted_talks.get_video_details(url=url, subs_language=subs_language)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.ted.talks/resources/lib/ted_talks_scraper.py", line 19, in get_video_details
raise type(e)(e.message + "\nfor url '%s'" % (url))
^^^^^^^^^
AttributeError: 'Exception' object has no attribute 'message'
-->End of Python script error report<--
=======================================================
I installed latest nighty, updated everything there is to update, doesn't seem to change anything.
Anyone got a suggestion?
I'm coming from an odroid on LE11, addons run fine there
tia,
Mark