siku2 / script.service.sponsorblock

Kodi add-on for SponsorBlock
MIT License
124 stars 14 forks source link

Doesn't work with upstream kodi #33

Closed innerspacepilot closed 2 years ago

innerspacepilot commented 2 years ago

Hello! Thanks for the plugin ! :) It doesn't work with upstream kodi with the following error:

2022-04-25 13:34:41.775 T:12172 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

innerspacepilot commented 2 years ago

can be fixed with:

11c11
< _CLOSE_ACTIONS = {xbmcgui.ACTION_NAV_BACK, xbmcgui.ACTION_PREVIOUS_MENU}
---
> _CLOSE_ACTIONS = {92,10}
innerspacepilot commented 2 years ago

oops. that seems to be fixed in kodi itself. no code changes needed here.