Open Lancercmd opened 1 year ago
更新版本后也出现类似的问题。
2023-06-15 19:43:47.922 +08:00] [ERR] [97] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "Bangumi"
System.Exception: unknown response from bangumi server: 1 type, Double offset, CancellationToken token) at Jellyfin.Plugin.Bangumi.BangumiApi.GetSubjectEpisodeList(Int32 id, Nullable
1 type, Double episodeNumber, CancellationToken token)
at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetEpisode(EpisodeInfo info, CancellationToken token)
at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken token)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult
1 temp, String logName, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken) [2023-06-15 19:43:48.530 +08:00] [WRN] [62] Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider: file "[KissSub&Romanticat][Bofuri S2][05][1080P][GB][MP4].mp4" may has incorrect episode index 0, should be 5 [2023-06-15 19:43:48.831 +08:00] [ERR] [94] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "Bangumi" System.Exception: unknown response from bangumi server: <empty> at Jellyfin.Plugin.Bangumi.Model.ServerException.ThrowFrom(HttpResponseMessage response) at Jellyfin.Plugin.Bangumi.BangumiApi.SendRequest(HttpRequestMessage request, String accessToken, CancellationToken token) at Jellyfin.Plugin.Bangumi.BangumiApi.SendRequest[T](String url, String accessToken, CancellationToken token) at Jellyfin.Plugin.Bangumi.BangumiApi.SendRequest[T](String url, CancellationToken token) at Jellyfin.Plugin.Bangumi.BangumiApi.GetSubjectEpisodeListWithOffset(Int32 id, Nullable
1 type, Double offset, CancellationToken token)
at Jellyfin.Plugin.Bangumi.BangumiApi.GetSubjectEpisodeList(Int32 id, Nullable1 type, Double episodeNumber, CancellationToken token) at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetEpisode(EpisodeInfo info, CancellationToken token) at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken token) at MediaBrowser.Providers.Manager.MetadataService
2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, TIdType id, IEnumerable
1 providers, CancellationToken cancellationToken)
[2023-06-15 19:43:49.499 +08:00] [WRN] [62] Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider: file "[KissSub&Romanticat][Bofuri S2][06][1080P][GB][MP4].mp4" may has incorrect episode index 0, should be 6
[2023-06-15 19:43:50.397 +08:00] [ERR] [97] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "Bangumi"
System.Exception: unknown response from bangumi server: 1 type, Double offset, CancellationToken token) at Jellyfin.Plugin.Bangumi.BangumiApi.GetSubjectEpisodeList(Int32 id, Nullable
1 type, Double episodeNumber, CancellationToken token)
at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetEpisode(EpisodeInfo info, CancellationToken token)
at Jellyfin.Plugin.Bangumi.Providers.EpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken token)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult
1 temp, String logName, T
oh,no。那只能等它恢复了
Jellyfin v10.9.2
授权返回URL时会出现问题,需要在URL前加上 /Plugins
在这里记录下,方便后面遇到问题的朋友参考。
修改前:http://doman:port/Bangumi/OAuth?user=xxx&code=xxx
=>
修改后:http://doman:port/Plugins/Bangumi/OAuth?user=xxx&code=xxx
Jellyfin
v10.9.2
授权返回URL时会出现问题,需要在URL前加上/Plugins
在这里记录下,方便后面遇到问题的朋友参考。修改前:
http://doman:port/Bangumi/OAuth?user=xxx&code=xxx
=> 修改后:http://doman:port/Plugins/Bangumi/OAuth?user=xxx&code=xxx
对于 Jellyfin 版本 10.9.x
现可以更新 Bangumi 插件到 1.6.1.0
后解决。
在启动 Jellyfin 后尝试续期授权、重新授权和刷新元数据时遇到下面的问题。