jellyfin-plugin-bookshelf icon indicating copy to clipboard operation
jellyfin-plugin-bookshelf copied to clipboard

Google Books NullReferenceException

Open oddstr13 opened this issue 3 years ago • 0 comments

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 avatar Dec 11 '20 19:12 oddstr13