You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-11-02 11:23:57.169 T:30480 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: can only concatenate str (not "bytes") to str
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.bilibili/addon.py", line 3031, in <module>
plugin.run()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 338, in run
items = self._dispatch(self.request.path)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 312, in _dispatch
listitems = view_func(**items)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.bilibili/addon.py", line 2283, in sources
sources = get_sources(url)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.bilibili/addon.py", line 1801, in get_sources
ename = '正片 : ' + elist[index]['title'] + ' - ' + elist[index][
TypeError: can only concatenate str (not "bytes") to str
-->End of Python script error report<--
描述错误
@ArchieMeng 将BiliBili Add-On迁移到Python 3时似乎遗漏该处,导致部分内容会报错
尝试修改为
可以正常工作
重现
重现行为的步骤:
预期行为
正常显示分集
屏幕截图
如果适用,请添加屏幕截图以帮助解释您的问题
设备信息
其他
在此处添加有关该问题的任何其他上下文
The text was updated successfully, but these errors were encountered: