2021-02-25, 12:30
(2021-02-23, 21:51)CaptainT Wrote:(2021-02-21, 09:06)CaptainT Wrote: I figured I should get an early morning start today. Turns out the changes to get DASH working were less complicated than I thought. I created a beta release on Github. Download it from this link and install manually in Kodi if you feel adventurous.Has nobody given this a try or is it just working like a charm?
I am sure there are still some bugs that need ironing out. Please report issues here or directly on Github.
From now on, the add-on should behave exactly as the website. No more "different streams", it is all the same.
I am having this error with 3.0.50-beta version:
2021-02-25 10:28:54.833 T:1466929376 DEBUG: CAddonSettings[plugin.video.iplayerwww]: loading setting values
2021-02-25 10:28:54.833 T:1466929376 DEBUG: CSettingsManager: requested setting (licence_warning_shown) was not found.
2021-02-25 10:28:54.833 T:1466929376 DEBUG: CAddonSettings[plugin.video.iplayerwww]: failed to find definition for setting licence_warning_shown. Creating$
2021-02-25 10:28:55.422 T:1915662352 DEBUG: ------ Window Init (DialogConfirm.xml) ------
2021-02-25 10:28:57.986 T:1625772256 DEBUG: PushCecKeypress - received key b duration 0 (rep:0 size:0)
2021-02-25 10:28:57.986 T:1625772256 DEBUG: PushCecKeypress - added key b
2021-02-25 10:28:58.018 T:1915662352 DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
2021-02-25 10:28:58.055 T:1625772256 DEBUG: PushCecKeypress - received key b duration 70 (rep:0 size:0)
2021-02-25 10:28:58.056 T:1625772256 DEBUG: PushCecKeypress - ignored key b
2021-02-25 10:28:58.345 T:1915662352 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
2021-02-25 10:28:58.389 T:1466929376 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'keyword'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py", line 222, in <module>
Video.AddAvailableLiveStreamItemSelector(name, url, iconimage)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 884, in AddAvailable$
return AddAvailableLiveDASHStreamItem(name, channelname, iconimage)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 891, in AddAvailable$
streams = ParseLiveDASHStreams(channelname)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 1275, in ParseLiveDA$
mediaselector = ParseMediaselector(channelname)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py", line 93, in <module>
keyword = utf8_unquote_plus(params["keyword"])
KeyError: 'keyword'
-->End of Python script error report<--
2021-02-25 10:28:58.390 T:1466929376 DEBUG: onExecutionDone(9, /home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py)
2021-02-25 10:28:58.525 T:1466929376 INFO: Python interpreter stopped
2021-02-25 10:28:58.526 T:1466929376 DEBUG: Thread LanguageInvoker 1466929376 terminating
2021-02-25 10:28:58.531 T:1492107488 DEBUG: Thread scriptobs 1492107488 terminating
2021-02-25 10:28:58.532 T:1915662352 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-25 10:28:58.532 T:1915662352 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.iplayerwww/?url=bbc_one_hd&mode=203&$
2021-02-25 10:28:58.532 T:1915662352 DEBUG: Playlist Player: one or more items failed to play... aborting playback
2021-02-25 10:28:58.532 T:1915662352 DEBUG: ------ Window Init (DialogConfirm.xml) ------
2021-02-25 10:28:58.533 T:1915662352 DEBUG: ------ Window Init (DialogNotification.xml) ------
2021-02-25 10:29:03.978 T:1915662352 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
Can anyone help me? Thank you