Advertisement
Guest User

LIT

a guest
Aug 30th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. 16:28:24.281 T:123145322061824 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.IOError'>
  4. Error Contents: (2, 'No such file or directory', '/Users/<username>/Library/Application Support/Kodi/userdata/addon_data/script.library.integration.tool/.version')
  5. Traceback (most recent call last):
  6. File "/Users/<username>/Library/Application Support/Kodi/addons/script.library.integration.tool/default.py", line 30, in <module>
  7. main()
  8. File "/Users/<username>/Library/Application Support/Kodi/addons/script.library.integration.tool/resources/lib/utils.py", line 190, in wrapper
  9. check_version_file()
  10. File "/Users/<username>/Library/Application Support/Kodi/addons/script.library.integration.tool/resources/lib/utils.py", line 179, in check_version_file
  11. with open(version_file_path, 'w') as version_file:
  12. IOError: (2, 'No such file or directory', '/Users/<username>/Library/Application Support/Kodi/userdata/addon_data/script.library.integration.tool/.version')
  13. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement