11.5.2020, 18:50
děkuji, mám sem pastnout celý log, nebo jen chybové hlášky? Přeci jen, log obsahuje můj email atd. Zde je jeho část, kde je vidět chyba voláni pluginu.
Kód:
2020-05-11 14:40:40.040 T:9012 NOTICE: ['[webshare.cz] Login user=xxx@xxxx.net, pass=*****']
2020-05-11 14:40:40.070 T:9012 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.online-files/default.py", line 249, in <module>
providers[cp].run(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.stream.resolver/lib/contentprovider/xbmcprovider.py", line 87, in run
return self.play({'url': params['play'], 'info': params})
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.stream.resolver/lib/contentprovider/xbmcprovider.py", line 186, in play
stream = self.resolve(item['url'])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.online-files/default.py", line 168, in resolve
if not self.provider.login():
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.online-files/resources/lib/webshare.py", line 66, in login
password = hashlib.sha1(md5crypt(self.password, salt)).hexdigest()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.stream.resolver/lib/crypto/md5crypt.py", line 66, in unix_md5_crypt
if salt[:len(magic)] == magic:
TypeError: 'NoneType' object has no attribute '__getitem__'
-->End of Python script error report<--
2020-05-11 14:40:40.071 T:9012 DEBUG: onExecutionDone(6, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.online-files/default.py)
2020-05-11 14:40:40.075 T:8949 DEBUG: ------ Window Init (DialogNotification.xml) ------
2020-05-11 14:40:40.140 T:9012 INFO: Python interpreter stopped
2020-05-11 14:40:40.140 T:9012 DEBUG: Thread LanguageInvoker 9012 terminating
2020-05-11 14:40:40.154 T:9013 DEBUG: Thread scriptobs 9013 terminating
2020-05-11 14:40:40.155 T:8949 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2020-05-11 14:40:40.156 T:8949 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.online-files/?play=6964656e743d327744344b7670303166&cp=77656273686172652e637a&]
2020-05-11 14:40:40.156 T:8949 DEBUG: Playlist Player: no more playable items... aborting playback
2020-05-11 14:40:40.156 T:9016 DEBUG: Thread BackgroundLoader start, auto delete: false
2020-05-11 14:40:40.178 T:8982 DEBUG: DoWork - trying to extract thumb from video file plugin://plugin.video.online-files/?play=6964656e743d36357837387634705734&cp=77656273686172652e637a&
2020-05-11 14:40:40.178 T:8982 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.online-files/?play=6964656e743d36357837387634705734&cp=77656273686172652e637a&
2020-05-11 14:40:40.179 T:8982 ERROR: InputStream: Error opening, plugin://plugin.video.online-files/?play=6964656e743d36357837387634705734&cp=77656273686172652e637a&
