forked from patrick-klein/script.library.integration.tool
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Matrix branch no longer has resources.lib.items.contentmanager c92a7b1, but it is still referenced by other modules https://github.com/luizoti/script.library.integration.tool/blob/Matrix/resources/lib/__init__.py#L6
To Reproduce
Steps to reproduce the behavior:
- Go to any plugin (in Matrix with the Matrix branch)
- Click on 'Sync directly do library'
- See error notification
Expected behavior
Selected entry is synced.
Desktop (please complete the following information):
- OS: LibreElec / RPi4
- Kodi Version 19.XX
Kodi log
2022-08-03 23:19:38.452 T:1902 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 'resources.lib.items.contentmanager'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.library.integration.tool/context.py", line 16, in <module>
from resources.lib.database import Database
File "/storage/.kodi/addons/script.library.integration.tool/resources/lib/__init__.py", line 6, in <module>
from resources.lib.items.contentmanager import ContentManagerMovie, ContentManagerShow
ModuleNotFoundError: No module named 'resources.lib.items.contentmanager'
-->End of Python script error report<--
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working