You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
2020-04-19 00:48:48.995 T:1530082160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: [Errno 2] No such file or directory: '/storage/.kodi/userdata/addon_data/script.library.integration.tool/.version'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.library.integration.tool/context2.py", line 45, in <module>
main()
File "/storage/.kodi/addons/script.library.integration.tool/resources/lib/utils.py", line 190, in wrapper
check_version_file()
File "/storage/.kodi/addons/script.library.integration.tool/resources/lib/utils.py", line 179, in check_version_file
with open(version_file_path, 'w') as version_file:
IOError: [Errno 2] No such file or directory: '/storage/.kodi/userdata/addon_data/script.library.integration.tool/.version'
-->End of Python script error report<--