chen310 / plugin.video.bili

哔哩哔哩 Kodi 插件
23 stars 3 forks source link

可以看直播但是播放视频报错“OpenDemuxStream - Error creating demuxer” #7

Closed autulin closed 6 months ago

autulin commented 6 months ago

捞了下日志,发现有这么几个报错

2024-02-05 00:16:23.364 T:10580   error <general>: Open - error probing input format, http://127.0.0.1:54321/1430116293.mpd
2024-02-05 00:16:23.365 T:10580   error <general>: OpenDemuxStream - Error creating demuxer
2024-02-05 00:16:53.335 T:10578   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'Exception'>
                                                   Error Contents: No video playing. Aborted after 30 seconds.
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.bili/addon.py", line 2054, in <module>
                                                       plugin.run()
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 338, in run
                                                       items = self._dispatch(self.request.path)
                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 312, in _dispatch
                                                       listitems = view_func(**items)
                                                                   ^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.bili/addon.py", line 2046, in video
                                                       plugin.set_resolved_url(video_url, ass)
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 367, in set_resolved_url
                                                       self._add_subtitles(subtitles)
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 324, in _add_subtitles
                                                       raise Exception('No video playing. Aborted after 30 seconds.')
                                                   Exception: No video playing. Aborted after 30 seconds.
                                                   -->End of Python script error report<--

运行环境:CoreELEC 20.1 硬件设备:Phicomm N1 盒子 arm64

完整日志详见:

2024-02-05 00:16:21.149 T:3701    debug <general>: CLibInputKeyboard::ProcessKey - using delay: 500ms repeat: 33ms
2024-02-05 00:16:21.149 T:10577   debug <general>: Thread Timer start, auto delete: false
2024-02-05 00:16:21.161 T:3683    debug <general>: Keyboard: scancode: 0x1c, sym: 0x0d, unicode: 0x0d, modifier: 0x0
2024-02-05 00:16:21.261 T:10577   debug <general>: Thread Timer 3443446464 terminating
2024-02-05 00:16:21.279 T:3683    debug <general>: Keyboard: scancode: 0x1c, sym: 0x0d, unicode: 0x0d, modifier: 0x0
2024-02-05 00:16:21.280 T:3683    debug <general>: HandleKey: return (0xf00d) pressed, window 10025, action is Select
2024-02-05 00:16:21.290 T:3683    debug <general>: OnPlayMedia plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/
2024-02-05 00:16:21.293 T:3683    debug <general>: CScriptRunner: running add-on script bilibili('plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/', '26', '')
2024-02-05 00:16:21.294 T:10578   debug <general>: Thread LanguageInvoker start, auto delete: false
2024-02-05 00:16:21.294 T:10578   debug <general>: initializing python engine.
2024-02-05 00:16:21.294 T:10578   debug <general>: CPythonInvoker(30, /storage/.kodi/addons/plugin.video.bili/addon.py): start processing
2024-02-05 00:16:21.314 T:10579   debug <general>: Thread ScriptObs start, auto delete: false
2024-02-05 00:16:21.349 T:10578   debug <general>: -->Python Interpreter Initialized<--
2024-02-05 00:16:21.349 T:10578   debug <general>: 

2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30, /storage/.kodi/addons/plugin.video.bili/addon.py): the source file to load is "/storage/.kodi/addons/plugin.video.bili/addon.py"
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30): default python path:
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):   /usr/lib/python311.zip
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):   /usr/lib/python3.11
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):   /usr/lib/python3.11/lib-dynload
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):   /usr/lib/python3.11/site-packages
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30): adding path:
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/plugin.video.bili
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.certifi/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.chardet/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.idna/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.qrcode/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.requests/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.six/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.urllib3/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /storage/.kodi/addons/script.module.xbmcswift2/lib
2024-02-05 00:16:21.349 T:10578   debug <general>: CPythonInvoker(30):  /usr/share/kodi/addons/script.module.pil/lib
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30): adding args:
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30):  plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30):  26
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30):  
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30):  resume:false
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30, /storage/.kodi/addons/plugin.video.bili/addon.py): entering source directory /storage/.kodi/addons/plugin.video.bili
2024-02-05 00:16:21.350 T:10578   debug <general>: CPythonInvoker(30, /storage/.kodi/addons/plugin.video.bili/addon.py): instantiating addon using automatically obtained id of "plugin.video.bili" dependent on version 3.0.0 of the xbmc.python api
2024-02-05 00:16:21.515 T:3683    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-02-05 00:16:22.746 T:10578   debug <general>: [xbmcswift2] Adding url rule "/remove_cache_files/" named "remove_cache_files" pointing to function "remove_cache_files"
2024-02-05 00:16:22.747 T:10578   debug <general>: [xbmcswift2] Adding url rule "/check_login/" named "check_login" pointing to function "check_login"
2024-02-05 00:16:22.748 T:10578   debug <general>: [xbmcswift2] Adding url rule "/logout/" named "logout" pointing to function "logout"
2024-02-05 00:16:22.750 T:10578   debug <general>: [xbmcswift2] Adding url rule "/cookie_login/" named "cookie_login" pointing to function "cookie_login"
2024-02-05 00:16:22.751 T:10578   debug <general>: [xbmcswift2] Adding url rule "/qrcode_login/" named "qrcode_login" pointing to function "qrcode_login"
2024-02-05 00:16:22.752 T:10578   debug <general>: [xbmcswift2] Reading pickle storage from disk at "/storage/.kodi/userdata/addon_data/plugin.video.bili/.storage/.functions"
2024-02-05 00:16:22.767 T:10578   debug <general>: [xbmcswift2] Loaded storage ".functions" from disk
2024-02-05 00:16:22.768 T:10578   debug <general>: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index"
2024-02-05 00:16:22.770 T:10578   debug <general>: [xbmcswift2] Adding url rule "/move_up/<name>/" named "move_up" pointing to function "move_up"
2024-02-05 00:16:22.772 T:10578   debug <general>: [xbmcswift2] Adding url rule "/move_down/<name>/" named "move_down" pointing to function "move_down"
2024-02-05 00:16:22.773 T:10578   debug <general>: [xbmcswift2] Adding url rule "/default_menus/" named "default_menus" pointing to function "default_menus"
2024-02-05 00:16:22.774 T:10578   debug <general>: [xbmcswift2] Adding url rule "/open_settings/" named "open_settings" pointing to function "open_settings"
2024-02-05 00:16:22.775 T:10578   debug <general>: [xbmcswift2] Adding url rule "/popular_history/" named "popular_history" pointing to function "popular_history"
2024-02-05 00:16:22.776 T:10578   debug <general>: [xbmcswift2] Adding url rule "/popular_weekly/" named "popular_weekly" pointing to function "popular_weekly"
2024-02-05 00:16:22.778 T:10578   debug <general>: [xbmcswift2] Adding url rule "/weekly/<number>/" named "weekly" pointing to function "weekly"
2024-02-05 00:16:22.780 T:10578   debug <general>: [xbmcswift2] Adding url rule "/space_videos/<id>/<page>/" named "space_videos" pointing to function "space_videos"
2024-02-05 00:16:22.781 T:10578   debug <general>: [xbmcswift2] Adding url rule "/followings/<id>/<page>/" named "followings" pointing to function "followings"
2024-02-05 00:16:22.783 T:10578   debug <general>: [xbmcswift2] Adding url rule "/followers/<id>/<page>/" named "followers" pointing to function "followers"
2024-02-05 00:16:22.785 T:10578   debug <general>: [xbmcswift2] Adding url rule "/user/<id>/" named "user" pointing to function "user"
2024-02-05 00:16:22.786 T:10578   debug <general>: [xbmcswift2] Adding url rule "/user_live_room/<uid>/" named "user_live_room" pointing to function "user_live_room"
2024-02-05 00:16:22.788 T:10578   debug <general>: [xbmcswift2] Adding url rule "/seasons_series/<uid>/<page>/" named "seasons_series" pointing to function "seasons_series"
2024-02-05 00:16:22.790 T:10578   debug <general>: [xbmcswift2] Adding url rule "/seasons_and_series_detail/<uid>/<id>/<type>/<page>/" named "seasons_and_series_detail" pointing to function "seasons_and_series_detail"
2024-02-05 00:16:22.791 T:10578   debug <general>: [xbmcswift2] Adding url rule "/his_subscription/<id>/" named "his_subscription" pointing to function "his_subscription"
2024-02-05 00:16:22.792 T:10578   debug <general>: [xbmcswift2] Adding url rule "/search_list/" named "search_list" pointing to function "search_list"
2024-02-05 00:16:22.794 T:10578   debug <general>: [xbmcswift2] Adding url rule "/delete_keyword/<type>/<keyword>/" named "delete_keyword" pointing to function "delete_keyword"
2024-02-05 00:16:22.795 T:10578   debug <general>: [xbmcswift2] Adding url rule "/clear_search_history/" named "clear_search_history" pointing to function "clear_search_history"
2024-02-05 00:16:22.797 T:10578   debug <general>: [xbmcswift2] Adding url rule "/search/<type>/<page>/" named "search" pointing to function "search"
2024-02-05 00:16:22.799 T:10578   debug <general>: [xbmcswift2] Adding url rule "/search_by_keyword/<type>/<keyword>/<page>/" named "search_by_keyword" pointing to function "search_by_keyword"
2024-02-05 00:16:22.801 T:10578   debug <general>: [xbmcswift2] Adding url rule "/live_areas/<level>/<id>/" named "live_areas" pointing to function "live_areas"
2024-02-05 00:16:22.803 T:10578   debug <general>: [xbmcswift2] Adding url rule "/live_area/<pid>/<id>/<page>/" named "live_area" pointing to function "live_area"
2024-02-05 00:16:22.804 T:10578   debug <general>: [xbmcswift2] Adding url rule "/my_collection/" named "my_collection" pointing to function "my_collection"
2024-02-05 00:16:22.805 T:10578   debug <general>: [xbmcswift2] Adding url rule "/web_dynamic/<page>/<offset>/" named "web_dynamic" pointing to function "web_dynamic"
2024-02-05 00:16:22.807 T:10578   debug <general>: [xbmcswift2] Adding url rule "/fav_series/<uid>/<type>/" named "fav_series" pointing to function "fav_series"
2024-02-05 00:16:22.808 T:10578   debug <general>: [xbmcswift2] Adding url rule "/favlist_list/<uid>/" named "favlist_list" pointing to function "favlist_list"
2024-02-05 00:16:22.810 T:10578   debug <general>: [xbmcswift2] Adding url rule "/favlist/<id>/<page>/" named "favlist" pointing to function "favlist"
2024-02-05 00:16:22.811 T:10578   debug <general>: [xbmcswift2] Adding url rule "/home/<page>/" named "home" pointing to function "home"
2024-02-05 00:16:22.813 T:10578   debug <general>: [xbmcswift2] Adding url rule "/dynamic_list/" named "dynamic_list" pointing to function "dynamic_list"
2024-02-05 00:16:22.814 T:10578   debug <general>: [xbmcswift2] Adding url rule "/dynamic/<id>/<page>/" named "dynamic" pointing to function "dynamic"
2024-02-05 00:16:22.815 T:10578   debug <general>: [xbmcswift2] Adding url rule "/ranking_list/" named "ranking_list" pointing to function "ranking_list"
2024-02-05 00:16:22.817 T:10578   debug <general>: [xbmcswift2] Adding url rule "/ranking/<id>/" named "ranking" pointing to function "ranking"
2024-02-05 00:16:22.818 T:10578   debug <general>: [xbmcswift2] Adding url rule "/related_videos/<id>/" named "related_videos" pointing to function "related_videos"
2024-02-05 00:16:22.819 T:10578   debug <general>: [xbmcswift2] Adding url rule "/watchlater/<page>/" named "watchlater" pointing to function "watchlater"
2024-02-05 00:16:22.821 T:10578   debug <general>: [xbmcswift2] Adding url rule "/followingLive/<page>/" named "followingLive" pointing to function "followingLive"
2024-02-05 00:16:22.822 T:10578   debug <general>: [xbmcswift2] Adding url rule "/history/<time>/" named "history" pointing to function "history"
2024-02-05 00:16:22.823 T:10578   debug <general>: [xbmcswift2] Adding url rule "/live/<id>/" named "live" pointing to function "live"
2024-02-05 00:16:22.825 T:10578   debug <general>: [xbmcswift2] Adding url rule "/bangumi/<type>/<id>/" named "bangumi" pointing to function "bangumi"
2024-02-05 00:16:22.826 T:10578   debug <general>: [xbmcswift2] Adding url rule "/videopages/<id>/" named "videopages" pointing to function "videopages"
2024-02-05 00:16:22.829 T:10578   debug <general>: [xbmcswift2] Adding url rule "/video/<id>/<cid>/<ispgc>/<audio_only>/<title>/" named "video" pointing to function "video"
2024-02-05 00:16:22.829 T:10578   debug <general>: [xbmcswift2] Handling incoming request for /video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/
2024-02-05 00:16:22.833 T:10578    info <general>: [xbmcswift2] Request for "/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/" matches rule for function "video"
2024-02-05 00:16:22.838 T:10578   debug <general>: [xbmcswift2] Storage hit for function "cached_fetch_url" with args "('https://api.bilibili.com/x/web-interface/view?bvid=BV17x4y1f7zJ',)" and kwargs "{}"
2024-02-05 00:16:22.839 T:10578   debug <general>: [xbmcswift2] Storage hit for function "cached_fetch_url" with args "('https://api.bilibili.com/x/player/playurl?bvid=BV17x4y1f7zJ&cid=1430116293&qn=112&fnval=4048&fourk=1',)" and kwargs "{}"
2024-02-05 00:16:22.841 T:10578   debug <general>: [xbmcswift2] Reading pickle storage from disk at "/storage/.kodi/userdata/addon_data/plugin.video.bili/.storage/account"
2024-02-05 00:16:22.842 T:10578   debug <general>: [xbmcswift2] Loaded storage "account" from disk
2024-02-05 00:16:22.843 T:10578   debug <general>: [xbmcswift2] Loaded storage "account" from memory
2024-02-05 00:16:23.313 T:3683    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-02-05 00:16:23.313 T:10579   debug <general>: Thread ScriptObs 3240096448 terminating
2024-02-05 00:16:23.323 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers(http://127.0.0.1:54321/1430116293.mpd)
2024-02-05 00:16:23.323 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2024-02-05 00:16:23.323 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2024-02-05 00:16:23.323 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: streams
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: streams
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mp2
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: discimage
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: radio
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=false
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=true
2024-02-05 00:16:23.324 T:3683    debug <general>: CPlayerCoreFactory::GetPlayers: added 1 players
2024-02-05 00:16:23.328 T:3683    debug <general>: Radio UECP (RDS) Processor - new CDVDRadioRDSData
2024-02-05 00:16:23.328 T:3683    debug <general>: Audio ID3 tag processor - new CVideoPlayerAudioID3
2024-02-05 00:16:23.328 T:3683     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/
2024-02-05 00:16:23.328 T:10580   debug <general>: Thread VideoPlayer start, auto delete: false
2024-02-05 00:16:23.329 T:3683    debug <general>: OnPlayBackStarted: CApplication::OnPlayBackStarted
2024-02-05 00:16:23.329 T:10580   debug <general>: easy_acquire - Created session to http://127.0.0.1
2024-02-05 00:16:23.329 T:10581   debug <general>: Thread BackgroundLoader start, auto delete: false
2024-02-05 00:16:23.332 T:9906    error <general>: 127.0.0.1 - - [05/Feb/2024 00:16:23] "HEAD /1430116293.mpd HTTP/1.1" 200 -

2024-02-05 00:16:23.333 T:10580   debug <general>: CCurlFile::GetMimeType - <http://127.0.0.1:54321/1430116293.mpd> -> application/xml+dash
2024-02-05 00:16:23.334 T:10582   debug <general>: Thread JobWorker start, auto delete: true
2024-02-05 00:16:23.334 T:10580    info <general>: Creating InputStream
2024-02-05 00:16:23.335 T:10580   debug <general>: CurlFile::Open - <http://127.0.0.1:54321/1430116293.mpd>
2024-02-05 00:16:23.340 T:9906    error <general>: 127.0.0.1 - - [05/Feb/2024 00:16:23] "GET /1430116293.mpd HTTP/1.1" 200 -

2024-02-05 00:16:23.343 T:3683    debug <general>: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/)
2024-02-05 00:16:23.344 T:10580   debug <general>: CFileCache::Open - <http://127.0.0.1:54321/1430116293.mpd> opening
2024-02-05 00:16:23.344 T:10580   debug <general>: CurlFile::Open - <http://127.0.0.1:54321/1430116293.mpd>
2024-02-05 00:16:23.345 T:10582   debug <general>: Loading settings for plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/
2024-02-05 00:16:23.348 T:9906    error <general>: 127.0.0.1 - - [05/Feb/2024 00:16:23] "GET /1430116293.mpd HTTP/1.1" 200 -

2024-02-05 00:16:23.350 T:10580   debug <general>: CFileCache::Open - <http://127.0.0.1:54321/1430116293.mpd> source chunk size is 0, setting cache chunk size to 131072
2024-02-05 00:16:23.350 T:10580   debug <general>: CFileCache::Open - <http://127.0.0.1:54321/1430116293.mpd> using single memory cache sized 20971520 bytes
2024-02-05 00:16:23.351 T:10583   debug <general>: Thread FileCache start, auto delete: false
2024-02-05 00:16:23.351 T:10580    info <general>: Creating Demuxer
2024-02-05 00:16:23.351 T:10583   debug <general>: CFileCache::Process - <http://127.0.0.1:54321/1430116293.mpd> source read hit eof
2024-02-05 00:16:23.356 T:10581   debug <general>: Thread BackgroundLoader 3406369472 terminating
2024-02-05 00:16:23.359 T:3683    debug <general>: CPlayerGUIInfo::InitCurrentItem(plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/)
2024-02-05 00:16:23.364 T:10580   error <general>: Open - error probing input format, http://127.0.0.1:54321/1430116293.mpd
2024-02-05 00:16:23.365 T:10580   error <general>: OpenDemuxStream - Error creating demuxer
2024-02-05 00:16:23.365 T:10580    info <general>: CVideoPlayer::OnExit()
2024-02-05 00:16:23.365 T:10583   debug <general>: Thread FileCache 3214930624 terminating
2024-02-05 00:16:23.366 T:10580   debug <general>: Thread VideoPlayer 3240096448 terminating
2024-02-05 00:16:23.376 T:3697    debug <UPNP::BuildObject>: Building didl for object 'plugin://plugin.video.bili/video/BV17x4y1f7zJ/0/false/false/%E4%BA%A4%E9%80%9A%E4%BA%8B%E6%95%8520240204%EF%BC%9A%E8%BD%A6%E7%A5%B8%E5%AE%9E%E4%BE%8B%EF%BC%8C%E6%8F%90%E9%AB%98%E5%AE%89%E5%85%A8%E6%84%8F%E8%AF%86/'
2024-02-05 00:16:23.377 T:10584   debug <general>: Thread JobWorker start, auto delete: true
2024-02-05 00:16:23.378 T:10582   debug <general>: OnPlayBackStopped: CApplication::OnPlayBackStopped
2024-02-05 00:16:23.461 T:3683    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-02-05 00:16:23.462 T:3683    debug <general>: ------ Window Init (DialogConfirm.xml) ------
2024-02-05 00:16:23.463 T:3683     info <general>: CVideoPlayer::CloseFile()
2024-02-05 00:16:23.463 T:3683    debug <general>: DeleteRenderer - deleting renderer
2024-02-05 00:16:23.463 T:3683    debug <general>: LinuxRendererGLES: Cleaning up GLES resources
2024-02-05 00:16:23.463 T:3683     info <general>: VideoPlayer: waiting for threads to exit
2024-02-05 00:16:23.463 T:3683     info <general>: VideoPlayer: finished waiting
2024-02-05 00:16:23.465 T:3683    debug <general>: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
2024-02-05 00:16:23.465 T:3683    debug <general>: Audio ID3 tag processor - delete ~CVideoPlayerAudioID3
2024-02-05 00:16:53.335 T:10578   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'Exception'>
                                                   Error Contents: No video playing. Aborted after 30 seconds.
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.bili/addon.py", line 2054, in <module>
                                                       plugin.run()
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 338, in run
                                                       items = self._dispatch(self.request.path)
                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 312, in _dispatch
                                                       listitems = view_func(**items)
                                                                   ^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.bili/addon.py", line 2046, in video
                                                       plugin.set_resolved_url(video_url, ass)
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 367, in set_resolved_url
                                                       self._add_subtitles(subtitles)
                                                     File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 324, in _add_subtitles
                                                       raise Exception('No video playing. Aborted after 30 seconds.')
                                                   Exception: No video playing. Aborted after 30 seconds.
                                                   -->End of Python script error report<--

2024-02-05 00:16:53.335 T:10578   debug <general>: onExecutionDone(30, /storage/.kodi/addons/plugin.video.bili/addon.py)
2024-02-05 00:16:53.348 T:3683    debug <general>: ------ Window Init (DialogNotification.xml) ------
2024-02-05 00:16:53.378 T:10584   debug <general>: Thread JobWorker 3214930624 terminating (autodelete)
2024-02-05 00:16:53.378 T:10582   debug <general>: Thread JobWorker 3296699072 terminating (autodelete)
2024-02-05 00:16:53.382 T:10578   debug <general>: .
2024-02-05 00:16:53.548 T:3683     info <general>: Skipped 2 duplicate messages..
2024-02-05 00:16:53.548 T:3683    debug <general>: CheckIdle - Closing session to http://127.0.0.1 (easy=0x560c760, multi=0x50bdaa0)
2024-02-05 00:16:53.584 T:10578   debug <general>: Python interpreter stopped
2024-02-05 00:16:53.584 T:10578   debug <general>: Thread LanguageInvoker 3163550400 terminating
2024-02-05 00:16:58.781 T:3683    debug <general>: ------ Window Deinit (DialogNotification.xml) ------
autulin commented 6 months ago

解决了,还是inputstream.adaptive插件没有安装成功导致,bili自带的安装inputstream.adaptive插件在我这个环境装不了,最后我自己找到了适合我这个系统的插件

对于Amlogic-ng系列芯片的插件,CoreELEC藏得比较深,通过仓库可以找到地址

https://github.com/CoreELEC/addons-archive-ce-20/blob/master/Amlogic-ng/20.1/arm/inputstream.adaptive/inputstream.adaptive-20.3.7.1.zip