Sorry, forgot the error message, in case someone wants to see it:
Code
2024-08-20 07:12:02.264 T:1245 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'OSError'>
Error Contents: [Errno 30] Read-only file system: 'special:'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.pt/main.py", line 126, in <module>
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.pt/main.py", line 114, in router
list_instances()
File "/storage/.kodi/addons/plugin.video.pt/main.py", line 43, in list_instances
instances = get_instances()
^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.pt/main.py", line 27, in get_instances
os.makedirs(USERDATA_PATH)
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 225, in makedirs
OSError: [Errno 30] Read-only file system: 'special:'
-->End of Python script error report<--
Display More