(2020-12-10, 11:32)Latis Wrote: (2020-12-10, 11:28)Latis Wrote: Hi, new here. but been using Kodi for long time now. (odroid c2)
Yesterday, suddenly radio app would not work anymore and tells me to look in the logs.
Tried many stations and on opening Radio addon.
pastebin:
https://paste.kodi.tv/ijidurabim.kodi
Error Contents: 'offscreen' is an invalid keyword argument for this function.
I know my 1 year old daughter is pushing buttons on our remote (with keyboard keys) sometimes while Kodi is on, but not sure that would cause such an issue. Or could it?
LibreElec (version 8.2.5) on 17.6 Krypton (not updating because video goes really bad on newer releases on my odroid
Hi,
Your daughter is blameless in this
I hit this today (Sunday, 12-Dec-2020 in Ireland). I'm running v3.0.3 of the plugin on Kodi v17.6 on Ubuntu 18.04 LTS. The add-on appears to rely on xbmcswift2, and /home/brian/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/listitem.py seems to have been updated on my server on 09-Dec-2020 to start using the 'offscreen' argument in some functions. AFAICT, this is not supported in 17.6, but is supported in later versions. This is a bit of a hack, but removing the references to 'offscreen' got the plugin working again.
This diff shows what I changed to fix the issue:
https://paste.kodi.tv/isuqiqozor.kodi
And this is the version of /home/brian/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/listitem.py that I ended up with after making the change in the diff:
https://paste.kodi.tv/ijepawayab
This is working for me right now. Applying the same fix in your environment should just be a matter of finding the right path to your version of listitem.py and changing the file??
I typically turn off automatic updates on devices like my media-server to avoid events like this, but I didn't know add-ons were auto-updated in Kodi. To stop this from happening in future, I changed the following (though I'm not advocating everyone should do this!):
System -> Settings -> System -> Add-ons -> Updates
Change "Install updates automatically" to "Notify, but don't install updates"
Cheers,
Brian
PS Great plugin, BTW!