anxdpanic / plugin.video.composite_for_plex

Composite allows media and metadata stored in the Plex Media Server (PMS) to be viewed and played using the Kodi 16+ interface
https://composite.page.link/forum
GNU General Public License v2.0
43 stars 11 forks source link

Error with kodi six #292

Closed notoco closed 4 months ago

notoco commented 1 year ago

Context

Please provide any relevant information about your setup


Expected Behavior

Please describe the behavior you are expecting. Error when start kodi or composite - in logs:


error <general>: 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 'kodi_six'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.composite_for_plex/resources/lib/service_entry_point.py", line 12, in <module>
                                                       from composite_addon import service  # pylint: disable=import-error
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.composite_for_plex/resources/lib/composite_addon/service.py", line 16, in <module>
                                                       from .addon.player import CallbackPlayer
                                                     File "/storage/.kodi/addons/plugin.video.composite_for_plex/resources/lib/composite_addon/addon/player.py", line 18, in <module>
                                                       from .dialogs.skip_intro import SkipIntroDialog
                                                     File "/storage/.kodi/addons/plugin.video.composite_for_plex/resources/lib/composite_addon/addon/dialogs/skip_intro.py", line 12, in <module>
                                                       from kodi_six.xbmc import Player  # pylint: disable=import-error
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   ModuleNotFoundError: No module named 'kodi_six'
                                                   -->End of Python script error report<--```

------

### Current Behavior

What is the current behavior?

No error?

------

### Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1. Run Kodi
2. Run composite
3. 

------

### Log

Please include a complete [debug log](https://kodi.wiki/view/Log_file).

------

### Additional Information

Please provide any additional information that may be helpful.

------
Remlez commented 11 months ago

With version 2.0.0 kodi-six was removed from thte whole project. But in _skip_intro.py_ are remains of this library. @anxdpanic Please change