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

Google Books NullReferenceException #27

Open
oddstr13 opened this issue Dec 11, 2020 · 0 comments
Open

Google Books NullReferenceException #27

oddstr13 opened this issue Dec 11, 2020 · 0 comments
Labels
bug This PR or Issue describes or fixes something that isn't working

Comments

@oddstr13
Copy link
Member

Saw this scroll by in the logs – I have not looked more into it

ec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [ERR] MediaBrowser.Providers.Books.BookMetadataService: Error in Google Books
Dec 11 20:04:54 1070L jellyfin[24387]: System.NullReferenceException: Object reference not set to an instance of an object.
Dec 11 20:04:54 1070L jellyfin[24387]:    at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.FetchBookId(BookInfo item, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]:    at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.GetMetadata(BookInfo item, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]:    at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [DBG] MediaBrowser.Providers.Books.BookMetadataService: Running GoogleBooksImageProvider for /mnt/alvis/Media/Comics/Doctor Strange/Short Runs and Graphic Novels/Thanos (2002) - Infinity Abyss 04.cbz
Dec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [DBG] MediaBrowser.Providers.Books.BookMetadataService: Running EpubMetadataImageProvider for /mnt/alvis/Media/Comics/Doctor Strange/Short Runs and Graphic Novels/Thanos (2002) - Infinity Abyss 04.cbz
Dec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [ERR] MediaBrowser.Providers.Books.BookMetadataService: Error in Google Books
Dec 11 20:04:54 1070L jellyfin[24387]: System.NullReferenceException: Object reference not set to an instance of an object.
Dec 11 20:04:54 1070L jellyfin[24387]:    at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.FetchBookId(BookInfo item, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]:    at Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider.GetMetadata(BookInfo item, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]:    at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
Dec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [DBG] MediaBrowser.Providers.Books.BookMetadataService: Running GoogleBooksImageProvider for /mnt/alvis/Media/Comics/Doctor Strange/Short Runs and Graphic Novels/Thanos (2002) - Infinity Abyss 05.cbr
Dec 11 20:04:54 1070L jellyfin[24387]: [20:04:54] [DBG] MediaBrowser.Providers.Books.BookMetadataService: Running EpubMetadataImageProvider for /mnt/alvis/Media/Comics/Doctor Strange/Short Runs and Graphic Novels/Thanos (2002) - Infinity Abyss 05.cbr
@oddstr13 oddstr13 added the bug This PR or Issue describes or fixes something that isn't working label Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This PR or Issue describes or fixes something that isn't working
Projects
None yet
Development

No branches or pull requests

1 participant