rmrector / script.artwork.dump

MIT License
5 stars 1 forks source link

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

Closed b-jesch closed 2 years ago

b-jesch commented 2 years ago

                                                    - 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 commented 2 years ago

Have the same problem with Artwork Dump version 0.2.4

nizo11 commented 2 years ago

I confirm this error.

rob88v commented 2 years ago

I have this error as well.

rmrector commented 2 years ago

Fixed in 0.2.5

Ronny-nerd commented 2 years ago

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