Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error when season folder not exists #141

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

fiochen
Copy link
Contributor

@fiochen fiochen commented Jul 16, 2024

#126 (comment)

10.9.7版本中SeriesFolder/episode_file会异常:

[2024-07-14 15:51:20.314 +08:00] [INF] [98] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "第 1 季" entry for "败犬女主太多了!"
[2024-07-14 15:51:20.318 +08:00] [ERR] [98] MediaBrowser.Providers.TV.SeasonMetadataService: Error in "Bangumi"
System.ArgumentNullException: Value cannot be null. (Parameter 'path')
   at System.ArgumentNullException.Throw(String paramName)
   at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
   at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
   at Emby.Server.Implementations.Library.LibraryManager.FindByPath(String path, Nullable`1 isFolder)
   at Jellyfin.Plugin.Bangumi.Providers.SeasonProvider.GetMetadata(SeasonInfo info, CancellationToken token) in /app/Jellyfin.Plugin.Bangumi/Providers/SeasonProvider.cs:line 49
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)

@fiochen fiochen force-pushed the fix_season_folder_not_exists branch from 6570efa to 0534799 Compare July 16, 2024 16:52
@fiochen fiochen force-pushed the fix_season_folder_not_exists branch from 0534799 to 857d47f Compare July 16, 2024 16:56
@kookxiang kookxiang merged commit be88de2 into kookxiang:master Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants