s0faking / plugin.video.orftvthek

ORF TVthek - This KODI plugin provides access to the Austrian "ORF TVthek"
GNU General Public License v2.0
42 stars 19 forks source link

Kodi 19.0 Livestream not working with ServiceAPI enabled #98

Closed kontaktwackler closed 3 years ago

kontaktwackler commented 3 years ago

On Kodi 19.0 Matrix selecting the Livestream option when the ServiceAPI is enabled fails. In the logs i can see the following

`2021-02-25 09:33:43.738 T:20126 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2021-02-25 09:33:43.738 T:20126 DEBUG : onExecutionDone(3, /home/xxx/.kodi/addons/plugin.video.orftvthek/default.py) 2021-02-25 09:33:43.753 T:19997 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-02-25 09:33:43.765 T:20126 INFO : Python interpreter stopped 2021-02-25 09:33:43.765 T:20126 DEBUG : Thread LanguageInvoker 139674433590848 terminating 2021-02-25 09:33:43.785 T:20125 ERROR : GetDirectory - Error getting plugin://plugin.video.orftvthek/?link&mode=getLive 2021-02-25 09:33:43.785 T:20125 DEBUG : Thread waiting 139673745749568 terminating 2021-02-25 09:33:43.785 T:19997 DEBUG : ------ Window Deinit (DialogBusy.xml) ------ 2021-02-25 09:33:43.785 T:19997 ERROR : CGUIMediaWindow::GetDirectory(plugin://plugin.video.orftvthek/?link&mode=getLive) failed 2021-02-25 09:33:43.785 T:19997 DEBUG : CGUIMediaWindow::GetDirectory (plugin://plugin.video.orftvthek/)`

s0faking commented 3 years ago

should be fixed with the last commit

kontaktwackler commented 3 years ago

Thanks for the quick fix. Its working again