jessbo

Results 4 comments of jessbo

I've added some basic support for this in my fork: https://github.com/jessbo/python-amcrest find_files() - partially works. The start_time, end_time, and types parameters are tested as working on my setup. The rest...

I _think_ it's due to how requests imports `simplejson` with `json` as a fallback. You can test this by editing your requests addon. `/addons/script.module.requests/lib/requests/compat.py` If you replace... ``` try: import...

Looks like this can also be resolved on the jellyfin-kodi side by wrapping the exception: https://github.com/jessbo/plugin.video.jellyfin/commit/17d0dcdf95b2e8d2cb2c299afd7b2f39a80aa209 Edit: Actually, I'm still seeing value errors in my logs. Oh well.

Modifying simplejson's error.py to include `from builtins import ValueError` seems to resolve all instances of this for me. Byte compilation gone wrong somewhere? Regardless, it's definitely something upstream.