bigretromike / nakamori

Nakamori is Kodi addon that use Shoko (known as Japanese Media Manager (JMM)) Server as back-end for metadata information.
https://shokunin.monogatari.pl/nakamori/
49 stars 5 forks source link

PythonToCppException - thrown when clicking Category #507

Closed SomeRandomDude870 closed 2 years ago

SomeRandomDude870 commented 2 years ago

Hi, I hope that this is still being updated...

I get the above exception when I click on a Category. Like "all", or an self made group and quite often inside groups (like Tags) when I click on some of the Tags.

Kodi 19.3, newest Shoko Server

` WARNING : CPythonInvoker(122, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nakamori/nakamoriplugin.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nakamori/nakamoriplugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE 2022-05-06 19:46:53.201 T:12287 INFO : Python interpreter stopped 2022-05-06 19:46:59.514 T:12327 INFO : initializing python engine. 2022-05-06 19:47:00.612 T:12327 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

bigretromike commented 2 years ago

looks like shoko is throwing error. what nakamori version are you using ?

SomeRandomDude870 commented 2 years ago

Nakamori 4.0 and Shoko nightly.

bigretromike commented 2 years ago

https://github.com/bigretromike/nakamori/issues/508

Based on the log you posted, you are using it on Android. Are you using grouping series option in ShokoServer?

Edit: also Internal Error 500 would be a ShokoServer issues, but I need more information to exclude issue with api usage in nakamori.

bigretromike commented 2 years ago

I triple checked on my android device: I was on kodi 19.3 from play store, but it looks 19.4 is available as apk so I tested that too. No issue on android on my side. I checked with and without grouping series option (which for most times was the issue).

If the issue is still present please give more info what are you doing, include log, and reopen this issue.