Hello,
I use your addons and I encounter a problem, when I want to create a strms file with another addon it returns an error
but for example with the addon youtube it works properly.
I use the latest version of osmosis
Code
2019-11-23 15:56:10.207 T:620 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'str' object has no attribute 'get'
Traceback (most recent call last):
File "C:\Users\cadadia\AppData\Roaming\Kodi\addons\plugin.video.osmosis\default.py", line 186, in <module>
create.addToMedialist(params)
File "C:\Users\cadadia\AppData\Roaming\Kodi\addons\plugin.video.osmosis\modules\create.py", line 240, in addToMedialist
fillPluginItems(url, strm=True, strm_name=name, strm_type=cType, name_orig=name_orig)
File "C:\Users\cadadia\AppData\Roaming\Kodi\addons\plugin.video.osmosis\modules\create.py", line 105, in fillPluginItems
getTVShowFromList(details, strm_name, strm_type, name_orig=name_orig)
File "C:\Users\cadadia\AppData\Roaming\Kodi\addons\plugin.video.osmosis\modules\create.py", line 519, in getTVShowFromList
filetype = detailInfo.get('filetype', None)
AttributeError: 'str' object has no attribute 'get'
-->End of Python script error report<--
Alles anzeigen