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

Missing SharpCompress #114

Open
Shouclack opened this issue Sep 19, 2024 · 3 comments
Open

Missing SharpCompress #114

Shouclack opened this issue Sep 19, 2024 · 3 comments

Comments

@Shouclack
Copy link

It started 2 weeks ago, I tried change the order of the "metadata readers" but it changed nothing.
I use Jellyfin (v.10.9.11-docker) with Bookshelf V11 from Jellyfin stable default repo.

Thank you!

[2024-09-18 18:12:56.145 -04:00] [ERR] [46] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
System.IO.FileNotFoundException: Could not load file or assembly 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'. The system cannot find the file specified.

File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.RefreshWithProviders(MetadataResult1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)

@crobibero
Copy link
Member

Should already be fixed by #112. Just needs a new release

@Shouclack
Copy link
Author

Shouclack commented Sep 19, 2024 via email

@Shouclack
Copy link
Author

I've git clone and compile the dll but same error but we can see Version=0.38 now, thanks:
[2024-09-19 20:04:00.778 -04:00] [ERR] [15] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
System.IO.FileNotFoundException: Could not load file or assembly 'SharpCompress, Version=0.38.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'. The system cannot find the file specified.

File name: 'SharpCompress, Version=0.38.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.RefreshWithProviders(MetadataResult1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)

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

No branches or pull requests

2 participants