Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid path to mediainfo in artworkprocessor.py results in exception #11

Closed
b-jesch opened this issue Mar 15, 2022 · 5 comments
Closed

Comments

@b-jesch
Copy link

b-jesch commented Mar 15, 2022

                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ModuleNotFoundError'>
                                                   Error Contents: No module named 'python'
                                                   Traceback (most recent call last):
                                                     File "/home/jesch/.kodi/addons/script.artwork.dump/python/service.py", line 4, in <module>
                                                       from artworkprocessor import ArtworkProcessor
                                                     File "/home/jesch/.kodi/addons/script.artwork.dump/python/artworkprocessor.py", line 4, in <module>
                                                       from python.libs.mediainfo import MediaItem
                                                   ModuleNotFoundError: No module named 'python'
                                                   -->End of Python script error report<--```
@Ronny-nerd
Copy link

Have the same problem with Artwork Dump version 0.2.4

@nizo11
Copy link

nizo11 commented Mar 15, 2022

I confirm this error.

@rob88v
Copy link

rob88v commented Mar 16, 2022

I have this error as well.

@rmrector
Copy link
Owner

Fixed in 0.2.5

@Ronny-nerd
Copy link

Thanks rmrector for the quick fix with the new version 0.2.5 the bug was fixed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants