Quote Originally Posted by MrQNet View Post
Still errored...

2022-01-03 11:01:20.371 T:18064 INFO <general>: Mezzmo background service started.
2022-01-03 11:01:28.388 T:18064 INFO <general>: Mezzmo textures cache timers 0 rows updated.
2022-01-03 11:01:29.412 T:18064 INFO <general>: Mezzmo sync beginning.
2022-01-03 11:01:29.433 T:18064 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ValueError'>
Error Contents: unknown url type: '""'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mezzmo/service.py", line 141, in <module>
sync.syncMezzmo(syncurl, syncpin, count)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mezzmo/resources/lib/sync.py", line 193, in syncMezzmo
content = browse.Browse(syncurl, 'recent', 'BrowseDirectChildren', 0, 400, syncpin)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mezzmo/resources/lib/browse.py", line 31, in Browse
req = urllib.request.Request(url, body.encode('utf-8'), headers)
File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 328, in __init__
self.full_url = url
File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 354, in full_url
self._parse()
File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 383, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: '""'
-->End of Python script error report<--

2022-01-03 11:01:29.524 T:18064 WARNING <general>: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mezzmo/service.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mezzmo/service.py" has left several classes in memory that we couldn't clean up. The classes include: N14PythonBindings30XBMCAddon_xbmc_Player_DirectorE ,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon9xbmcaddon5A ddonE
2022-01-03 11:01:29.525 T:18064 INFO <general>: Python interpreter stopped


...over to you
Ian,

You've got something going on that I can't quite see with the normal code. I've uploaded a test version of code v2.1.4.1a . Please install this code over the current addon and then restart Kodi. After about a minute grab the logs and post them. You may not see the error because I've hard coded a catch which should prevent it. One question, when this error is occurring are you starting the addon or just installing it and the error occurs before you ever start the addon GUI ?



Thanks,

Jeff