2023-01-28, 00:16
Thanks, this is beyond my wildest dreams!
I started testing the music info button for a single artist and it works very well. Afterward I tried using the script to get all the links and I get an error:
I started testing the music info button for a single artist and it works very well. Afterward I tried using the script to get all the links and I get an error:
xml:
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'FileNotFoundError'>
Error Contents: [Errno 2] No such file or directory: '/media/sdd1/build/kodi/kodi-build/mvids.json'
Traceback (most recent call last):
File "C:\Nexus_clips\portable_data\addons\script.videolinks\default.py", line 13, in <module>
process_all_artists()
File "C:\Nexus_clips\portable_data\addons\script.videolinks\lib\videolinks.py", line 73, in process_all_artists
with open("/media/sdd1/build/kodi/kodi-build/mvids.json", "w") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '/media/sdd1/build/kodi/kodi-build/mvids.json'
-->End of Python script error report<--