25.2.2021, 0:31
(Tento příspěvek byl naposledy změněn: 25.2.2021, 11:09 uživatelem XBMC-Kodi.
Důvod úpravy: Doplněn tag CODE
)
@meda Nějaký zdroj, který by potvrzoval, že 64bit není v kondici?
@Saljack Nainstaloval jsem ten Resolver z Tvého repository. Jen jsem si musel upravit jeho verzi na 1.7.1.
Dostalo se to o kousek dál, ale stále to ještě hází chyby.
@Saljack: Ještě jsem zapomněl dodat, že nastavení už funguje
@Saljack Nainstaloval jsem ten Resolver z Tvého repository. Jen jsem si musel upravit jeho verzi na 1.7.1.
Dostalo se to o kousek dál, ale stále to ještě hází chyby.
Kód:
2021-02-24 23:25:05.874 T:32756 INFO <general>: CAddonMgr::ADDON::CAddonMgr::FindAddon: plugin.video.sosac.ph v1.4.0 installed
2021-02-24 23:25:05.878 T:32480 INFO <general>: initializing python engine.
2021-02-24 23:25:06.028 T:36620 WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress
2021-02-24 23:25:07.093 T:32480 ERROR <general>: C:\Users\username\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\server\putlockerresolver.py:139: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
pritn ('putlocker: got http error %d fetching %s'(e.code, xml_url))
2021-02-24 23:25:07.395 T:32480 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-02-24 23:25:07.397 T:32480 INFO <general>: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '1', 'subs': True, 'lang': '0'}"]
2021-02-24 23:25:07.398 T:32480 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-02-24 23:25:07.398 T:32480 INFO <general>: ['SOSAC Service Started']
2021-02-24 23:25:07.400 T:32480 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'xbmc' has no attribute 'abortRequested'
Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\service.py", line 38, in <module>
XBMCSosac(SosacContentProvider(reverse_eps=reverse_eps), settings, __addon__).service()
File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\resources\lib\sutils.py", line 58, in service
self.sleep(sleep_time)
File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\resources\lib\sutils.py", line 375, in sleep
while not xbmc.abortRequested and sleep_time > 0:
AttributeError: module 'xbmc' has no attribute 'abortRequested'
-->End of Python script error report<--
2021-02-24 23:25:07.450 T:32480 INFO <general>: Python interpreter stopped
2021-02-24 23:25:07.909 T:3088 INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-02-24 23:25:09.639 T:38104 INFO <general>: initializing python engine.
2021-02-24 23:25:10.784 T:38104 INFO <general>: ['URL: ']
2021-02-24 23:25:10.789 T:38104 INFO <general>: ['Running sosac provider with params: {}']
2021-02-24 23:25:10.790 T:38104 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-02-24 23:25:10.791 T:38104 INFO <general>: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '1', 'subs': True, 'lang': '1'}"]
2021-02-24 23:25:10.792 T:38104 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-02-24 23:25:10.794 T:38104 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\default.py", line 56, in <module>
XBMCSosac(sosac, settings, __addon__).run(params)
File "C:\Users\username\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\contentprovider\xbmcprovider.py", line 81, in run
return self.root()
File "C:\Users\username\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\contentprovider\xbmcprovider.py", line 146, in root
searches = xbmcutil.get_searches(self.addon, self.provider.name)
File "C:\Users\username\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\xbmcutil.py", line 344, in get_searches
c_local = compat_path(local)
File "C:\Users\username\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\xbmcutil.py", line 554, in compat_path
path = path.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
2021-02-24 23:25:10.835 T:38104 INFO <general>: Python interpreter stopped@Saljack: Ještě jsem zapomněl dodat, že nastavení už funguje