matthuisman / slyguy.addons

Github mirror of SlyGuy add-ons
https://www.matthuisman.nz/2020/02/slyguy-kodi-repository.html
293 stars 79 forks source link

SlyGuy Common - fails to obtain FileLock for DB #809

Closed matthuisman closed 3 months ago

matthuisman commented 3 months ago

https://forum.kodi.tv/showthread.php?tid=353316&pid=3204889#pid3204889

I had trouble launching the slyguy video addons last night. Could this be related to the slyguy common update? Debug log: https://paste.kodi.tv/eroleremec

When I try to load the addon (Disney+, Hulu, etc.) or any favorites that would play / navigate into the addon I get the spinning wheel of death forever. I copying from a backup but it auto-updated the slyguy common on startup.

edit: I was able to downgrade slyguy common to 0.79.4 and it appears to be working normally right now. I look forward to trying your updates again soon, though!

matthuisman commented 3 months ago

cant see it opening the db. we should log before getting lock so we can confirm its stuck there. Android 32bit. Maybe unix lock not working on it?

matthuisman commented 3 months ago

https://github.com/tox-dev/filelock/issues/349

maybe i use Kodi to do a lock instead. Using a skin setting?

Zuikkis commented 3 months ago

I have this same problem with IPTV Merge... With Nvidia Shield Pro.

SlyGuy Common can't lock the database and fails.

matthuisman commented 3 months ago

can you provide a kodi debug log? IPTV Merge doesnt yet use the new settings so unsure why common cant lock

Zuikkis commented 3 months ago

`EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

I didn't (yet) upload the full log, but here's the relevant part.

I also tried to install the Disney+ plugin just to see if it makes any difference to have a plugin that actually uses the new settings. But that didn't work either, same error.

matejdro commented 3 months ago

Here is also a debug log from me trying to open Nebula: https://paste.kodi.tv/woxuwirene.kodi, same issue. All your addons seem to be affected.

I'm running script.module.slyguy v0.84.34, which appears to be the latest (Kodi does not offer any updates).

matthuisman commented 3 months ago

Please try script.module.slyguy -> v0.84.35 that i just pushed

matthuisman commented 3 months ago

oops, that had issues. Try: script.module.slyguy -> v0.84.37

matejdro commented 3 months ago

Thank you, it works!