Code Monkey home page Code Monkey logo

next-episode-kodi's People

Contributors

kb5zuy avatar romanvm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kb5zuy

next-episode-kodi's Issues

Sync problems

Hi Santah,
kodi.log

I can login, the shows I watch are sent to to NE regularly but I can't sync my library, always error. My Python is up to date.
I enclose my jodi log, could you help me?

alberto

Next-episode throws an error on install or enable with Nexus

Problem already reported on nextè-episode forum, was sent here.
This started when I moved to Nexus 20.0 Beta2 (previously worked OK on Maven's Nexus Dolby Vision fork)
Running on Nvidia Shield Pro 2019.
Android TV 11.0.0 Api Level 30
Kodi 21.0 Beta2 2023-12-10

An error is thrown on installing next-episode, it installs but does not work.
Trying to disable/enable causes the same error, viz:

EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                   EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ModuleNotFoundError'>
                                                   Error Contents: No module named 'six'
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.next-episode/service.py", line 8, in <module>
                                                       from libs.exception_logger import log_exception
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.next-episode/libs/exception_logger.py", line 24, in <module>
                                                       import six
                                                   ModuleNotFoundError: No module named 'six'
                                                   -->End of Python script error report<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ModuleNotFoundError'>
                                                   Error Contents: No module named 'six'
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.next-episode/service.py", line 8, in <module>
                                                       from libs.exception_logger import log_exception
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.next-episode/libs/exception_logger.py", line 24, in <module>
                                                       import six
                                                   ModuleNotFoundError: No module named 'six'
                                                   -->End of Python script error report<--

Have tried removing and, re-installing python six - no joy.
Dropped a copy of six.py in app and lib folders of next-episode add-on, no joy either.

Found a (very poor) workaround and managed to get the add-on installed and working by a huge kludge. I have commented out line 24 in exception_logger.py so that it does not try to import "six".
This allows the add-on to be enabled but obviously will throw an error every time exception_logger.py tries to use functions from "six" (six.iteritems and six.text_type).
SIx is showing as installed in the kodi system add-ons manager.
There only appears to be 3 instance where these functions are used, maybe a manual "if PY3:" in the code could easily solve this and remove the dependency on a module that doesn't seem to want to be found?
Thanks in advance for any light you can shed on this problem.

Watched status in next-episode Android app is not updated automatically by Kodi

I've used the next-episode Kodi plugin from the official repos to update watched/unwatched status automatically, but recently (December 2017) it has stopped working. I don't have a lot to go on, but it seems like the JSON-RPC response is not as expected, so there might be a server error causing the error.

A debug log from Kodi has been attached. I'm running Kodi on LibreELEC 8.0.2.

next-episode-kodi-plugin-issue.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.