Code Monkey home page Code Monkey logo

script.user.rating's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

script.user.rating's Issues

Addon throws excepting

Hi.

I'm a TeamKodi member and obviously your Add-on (which is in our repo since Kodi Jarvis) throws an error:

2021-11-06 06:34:56.805 T:1488    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: module 'xbmc' has no attribute 'abortRequested'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/script.user.rating/service.py", line 44, in <module>
                                                       while(not xbmc.abortRequested):
                                                   AttributeError: module 'xbmc' has no attribute 'abortRequested'
                                                   -->End of Python script error report<--
                                                   
2021-11-06 06:34:57.005 T:1488     INFO <general>: Python interpreter stopped

I'm not a python dev myself, but monitor went into core and therefor it has to be used like

xbmc.Monitor().abortRequestet

or maybe even better:

mon = xbmc.Monitor()
while not mon.abortRequestet

Please let me know if you plan to update the addon. If not, would it be ok for you if someone forks your work and pushes an update to the Kodi repo?

Cheers and nice weekend.
DaVu

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.