Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2024-08-31 02:00:00.102 +10:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Extract Chapter Images" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 02:00:01.052 +10:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-09-01 02:00:00.000 +10:00, which is 23:59:58.9478580 from now.
- [2024-08-31 03:00:00.082 +10:00] [INF] [73] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Generate Trickplay Images" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 03:00:01.043 +10:00] [INF] [108] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-09-01 03:00:00.000 +10:00, which is 23:59:58.9568600 from now.
- [2024-08-31 09:32:11.198 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/home-videos"
- [2024-08-31 09:32:11.200 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/comic"
- [2024-08-31 09:32:11.200 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/movies"
- [2024-08-31 09:32:11.201 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/books"
- [2024-08-31 09:32:11.201 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/shows"
- [2024-08-31 09:32:11.202 +10:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Validating media library
- [2024-08-31 09:32:11.235 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
- at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
- at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
- [2024-08-31 09:32:11.241 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
- at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
- at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
- [2024-08-31 09:32:11.241 +10:00] [ERR] [18] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
- [2024-08-31 09:32:11.242 +10:00] [WRN] [18] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Documents/photos" is inaccessible or empty, skipping
- [2024-08-31 09:32:11.242 +10:00] [WRN] [18] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Library/Application Support/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2024-08-31 09:32:11.248 +10:00] [ERR] [18] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/Users/vg/Library/Application Support/jellyfin/root/default/Home Videos and Photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
- at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
- at System.Linq.OrderedEnumerable`1.ToList()
- at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
- at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
- [2024-08-31 09:32:11.253 +10:00] [ERR] [18] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/Users/vg/Library/Application Support/jellyfin/root/default/Home Videos and Photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
- at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
- at System.Linq.OrderedEnumerable`1.ToList()
- at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
- at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
- [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
- at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
- at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
- [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
- at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
- at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
- [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
- [2024-08-31 09:32:11.255 +10:00] [WRN] [18] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Documents/photos" is inaccessible or empty, skipping
- [2024-08-31 09:32:11.255 +10:00] [WRN] [18] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Library/Application Support/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2024-08-31 09:32:11.271 +10:00] [ERR] [3] Jellyfin.Drawing.Skia.SkiaEncoder: Unable to determine image dimensions for "/Users/vg/Documents/home-videos/mum & dad/Band.tif": InvalidInput
- [2024-08-31 09:32:11.286 +10:00] [ERR] [61] Jellyfin.Drawing.Skia.SkiaEncoder: Unable to determine image dimensions for "/Users/vg/Documents/home-videos/mum & dad/Band.tif": InvalidInput
- [2024-08-31 09:32:11.287 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 09:32:11.294 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file
- [2024-08-31 09:32:11.294 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 09:32:11.294 +10:00] [INF] [38] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 09:32:11.294 +10:00] [INF] [38] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file
- [2024-08-31 09:32:11.294 +10:00] [INF] [38] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 09:32:11.295 +10:00] [ERR] [34] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 09:32:11.295 +10:00] [ERR] [38] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 09:32:16.014 +10:00] [ERR] [34] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 09:32:16.020 +10:00] [ERR] [35] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 09:32:18.354 +10:00] [INF] [90] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 7 seconds
- [2024-08-31 09:32:18.429 +10:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/shows"
- [2024-08-31 09:32:18.430 +10:00] [INF] [34] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/comic"
- [2024-08-31 09:32:18.453 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/books"
- [2024-08-31 09:32:18.473 +10:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/movies"
- [2024-08-31 09:32:18.493 +10:00] [INF] [38] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/home-videos"
- [2024-08-31 13:50:53.622 +10:00] [INF] [64] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 13:51:02.816 +10:00] [INF] [89] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 13:51:03.241 +10:00] [INF] [63] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 13:57:25.145 +10:00] [INF] [136] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "VG". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-08-31 13:57:25.565 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 13:57:25.567 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"3708df28bf59b6745c949cc5579c1e37-1.mp4\" -start_number 0 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/3708df28bf59b6745c949cc5579c1e37%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/3708df28bf59b6745c949cc5579c1e37.m3u8\""
- [2024-08-31 13:57:26.136 +10:00] [INF] [27] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/3708df28bf59b6745c949cc5579c1e37.m3u8"
- [2024-08-31 13:57:26.169 +10:00] [INF] [27] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 13:57:26.169 +10:00] [INF] [27] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 13:57:26.169 +10:00] [INF] [27] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:17:21.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"3708df28bf59b6745c949cc5579c1e37-1.mp4\" -start_number 347 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/3708df28bf59b6745c949cc5579c1e37%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/3708df28bf59b6745c949cc5579c1e37.m3u8\""
- [2024-08-31 13:57:45.667 +10:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 13:57:46.088 +10:00] [INF] [126] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 13:57:47.870 +10:00] [INF] [123] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "VG". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-08-31 13:57:48.240 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 13:57:48.240 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"42ddad0f42f015be05e25e6954c114e6-1.mp4\" -start_number 0 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/42ddad0f42f015be05e25e6954c114e6%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/42ddad0f42f015be05e25e6954c114e6.m3u8\""
- [2024-08-31 13:57:48.881 +10:00] [INF] [123] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/42ddad0f42f015be05e25e6954c114e6.m3u8"
- [2024-08-31 13:57:48.990 +10:00] [INF] [123] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 13:57:48.991 +10:00] [INF] [123] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 13:57:48.992 +10:00] [INF] [123] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:17:33.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"42ddad0f42f015be05e25e6954c114e6-1.mp4\" -start_number 351 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/42ddad0f42f015be05e25e6954c114e6%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/42ddad0f42f015be05e25e6954c114e6.m3u8\""
- [2024-08-31 13:58:10.844 +10:00] [WRN] [137] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.9.57" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2024-08-31 13:58:10.845 +10:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 13:58:31.998 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 13:58:53.733 +10:00] [INF] [136] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:00:28.043 +10:00] [INF] [120] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 14:00:33.332 +10:00] [INF] [136] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "VG". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-08-31 14:00:33.816 +10:00] [INF] [96] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:00:33.817 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 0 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:00:34.240 +10:00] [INF] [96] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:00:34.341 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:00:34.344 +10:00] [INF] [96] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:00:34.344 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:17:36.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 352 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:01:20.261 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:01:55.323 +10:00] [INF] [136] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:01:55.324 +10:00] [INF] [136] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:12:33.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 251 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:01:59.715 +10:00] [INF] [30] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:01:59.789 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:01:59.793 +10:00] [INF] [30] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:01:59.793 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:12:27.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 249 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:01.611 +10:00] [INF] [96] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:01.695 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:01.699 +10:00] [INF] [96] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:01.699 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:12:18.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 246 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:02.828 +10:00] [INF] [30] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:02.878 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:02.883 +10:00] [INF] [30] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:02.883 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:12:09.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 243 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:03.698 +10:00] [INF] [30] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:03.756 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:03.760 +10:00] [INF] [30] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:03.760 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:12:00.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 240 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:04.752 +10:00] [INF] [78] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:04.842 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:04.846 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:04.846 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:11:48.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 236 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:05.835 +10:00] [INF] [122] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:05.922 +10:00] [INF] [122] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:05.926 +10:00] [INF] [122] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:05.926 +10:00] [INF] [122] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:11:39.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 233 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:08.371 +10:00] [INF] [78] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:08.415 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:08.421 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:08.421 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:10:24.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 208 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:10.026 +10:00] [INF] [121] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:10.096 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:10.100 +10:00] [INF] [121] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:10.100 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:09:06.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 182 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:11.309 +10:00] [INF] [121] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:11.368 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:11.372 +10:00] [INF] [121] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:11.372 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:05:42.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 114 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:12.882 +10:00] [INF] [78] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:12.942 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:12.946 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:12.946 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:02:45.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 55 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:22.055 +10:00] [INF] [30] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:22.135 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:22.139 +10:00] [INF] [30] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:22.139 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:07:51.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 157 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:23.360 +10:00] [INF] [121] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:23.409 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:23.413 +10:00] [INF] [121] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:23.413 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:09:54.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 198 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:26.504 +10:00] [INF] [78] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:26.605 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:26.610 +10:00] [INF] [78] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:26.610 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:08:42.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 174 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:29.498 +10:00] [INF] [30] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:29.592 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:29.597 +10:00] [INF] [30] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:29.597 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:07:30.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 150 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:02:31.258 +10:00] [INF] [121] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:02:31.277 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:02:31.281 +10:00] [INF] [121] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:02:31.282 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:07:24.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"169989961c32f5952b4c82511ee3cf61-1.mp4\" -start_number 148 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8\""
- [2024-08-31 14:03:36.070 +10:00] [INF] [124] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:04:40.051 +10:00] [INF] [124] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/169989961c32f5952b4c82511ee3cf61.m3u8"
- [2024-08-31 14:04:41.624 +10:00] [INF] [89] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.10" playing "WHO YOU CALLING UGLY?". Stopped at "503159" ms
- [2024-08-31 14:05:52.883 +10:00] [INF] [64] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "VG". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2024-08-31 14:05:53.293 +10:00] [INF] [64] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:05:53.297 +10:00] [INF] [64] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"8952073b578901364a2d9ed36b8d6ff1-1.mp4\" -start_number 0 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1.m3u8\""
- [2024-08-31 14:05:53.748 +10:00] [INF] [39] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1.m3u8"
- [2024-08-31 14:05:53.809 +10:00] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:05:53.812 +10:00] [INF] [39] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2024-08-31 14:05:53.812 +10:00] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:08:21.000 -noaccurate_seek -f matroska -noautorotate -i file:\"/Users/vg/Documents/shows/Invincible/S1/Invincible.2021.S01E03.720p.WEB.x265-MiNX[TGx]/Invincible.2021.S01E03.720p.WEB.x265-MiNX.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset veryfast -crf 23 -maxrate 4372245 -bufsize 8744490 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1280\,720*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1280/a\,720))/2)*2,format=yuv420p\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"8952073b578901364a2d9ed36b8d6ff1-1.mp4\" -start_number 167 -hls_segment_filename \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1.m3u8\""
- [2024-08-31 14:06:57.053 +10:00] [INF] [89] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [2024-08-31 14:54:01.295 +10:00] [INF] [63] Emby.Server.Implementations.IO.LibraryMonitor: "Guarding the Globe" ("/Users/vg/Documents/comic/Guarding the Globe") will be refreshed.
- [2024-08-31 14:54:01.345 +10:00] [INF] [47] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "v2", Path: "/Users/vg/Documents/comic/Guarding the Globe/v2", Id: e663502d-a0c5-60cc-40b8-90921ec8c547
- [2024-08-31 14:54:01.370 +10:00] [INF] [47] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "v1", Path: "/Users/vg/Documents/comic/Guarding the Globe/v1", Id: 892914b8-dc5b-31d1-a7e7-32b87a0de8f1
- [2024-08-31 14:54:01.409 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.409 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.409 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.420 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 14:54:01.420 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 14:54:01.420 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:01.420 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.420 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.420 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.409 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.420 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 14:54:01.420 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.409 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.421 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:01.421 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.409 +10:00] [INF] [32] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.421 +10:00] [INF] [32] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:01.421 +10:00] [INF] [32] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.409 +10:00] [INF] [132] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.409 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.421 +10:00] [INF] [132] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file
- [2024-08-31 14:54:01.421 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file
- [2024-08-31 14:54:01.421 +10:00] [INF] [132] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.421 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:01.424 +10:00] [ERR] [118] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [32] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [133] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [134] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [6] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [132] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:01.424 +10:00] [ERR] [63] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:02.045 +10:00] [ERR] [47] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.045 +10:00] [ERR] [32] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.045 +10:00] [ERR] [134] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.045 +10:00] [ERR] [118] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.045 +10:00] [ERR] [16] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.046 +10:00] [ERR] [63] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.047 +10:00] [ERR] [6] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:02.974 +10:00] [ERR] [47] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:03.211 +10:00] [ERR] [118] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.210 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.209 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.212 +10:00] [ERR] [63] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.210 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.231 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.231 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.231 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 14:54:03.231 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:03.231 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.232 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:03.232 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:03.232 +10:00] [ERR] [133] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.232 +10:00] [ERR] [63] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.233 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.233 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:03.233 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:03.233 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.235 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.235 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 14:54:03.235 +10:00] [INF] [118] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 14:54:03.235 +10:00] [ERR] [118] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.241 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:03.493 +10:00] [ERR] [118] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:03.496 +10:00] [ERR] [118] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:03.500 +10:00] [ERR] [134] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:03.507 +10:00] [ERR] [134] Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider: Error response from Google Books API: "" (status code: TooManyRequests)
- [2024-08-31 14:54:03.711 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:04.184 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:04.196 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:04.203 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 14:54:04.203 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 16:33:40.122 +10:00] [INF] [28] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2024-08-31 16:33:52.121 +10:00] [INF] [128] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
- [2024-08-31 16:34:56.529 +10:00] [WRN] [128] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.9.57" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2024-08-31 16:34:56.532 +10:00] [INF] [128] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 16:52:21.087 +10:00] [INF] [76] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Log Directory" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.195 +10:00] [INF] [99] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Download missing subtitles" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.224 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TasksRefreshChannels" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.249 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
- [2024-08-31 16:52:21.254 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
- [2024-08-31 16:52:21.254 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Optimize database" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.278 +10:00] [INF] [99] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Audio Normalization" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.327 +10:00] [INF] [40] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:21.384 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Cache Directory" Completed after 0 minute(s) and 0 seconds
- [2024-08-31 16:52:27.743 +10:00] [INF] [40] Jellyfin.LiveTv.TunerHosts.TunerHostManager: Discovered tuner device "HD Homerun" at "http://192.168.9.66"
- [2024-08-31 16:52:27.743 +10:00] [INF] [40] Jellyfin.LiveTv.TunerHosts.TunerHostManager: Discovered tuner device "HD Homerun" at "http://192.168.9.66"
- [2024-08-31 16:52:27.763 +10:00] [INF] [20] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:27.764 +10:00] [INF] [20] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: Downloading xmltv listings from "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS Sydney" "251831auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10 Sydney" "85459auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10 Peach Comedy Sydney" "403769auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10 BOLD Drama Sydney" "388609auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Nickelodeon Sydney" "432256auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10 HD Sydney" "431565auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "gecko NSW" "431136auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC TV HD NSW" "431733auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC TV NSW" "18294auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC Kids/ABC Family NSW" "284791auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC Entertains NSW" "411316auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC NEWS NSW" "391135auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS HD Sydney" "391140auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS VICELAND HD NSW" "431775auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS World Movies NSW" "432033auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS Food NSW" "431491auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NITV HD NSW" "432630auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS World Watch NSW" "432415auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NITV NSW" "430922auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TVS" "371465auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "you.tv NSW" "432675auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7Bravo NSW" "432448auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TVSN NSW" "430637auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "RACING.COM NSW" "431208auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7HD Sydney" "431611auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Channel Seven Sydney" "18891auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7TWO Sydney" "410798auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7mate Sydney" "387291auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7mate HD Sydney" "432004auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "7flix NSW" "431541auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9HD Sydney" "431503auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Channel Nine Sydney" "18671auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Gem Sydney" "391134auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Go! Sydney" "407760auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Life Sydney" "431510auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Gem HD Sydney" "432047auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Rush Sydney" "432219auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Extra" "432261auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "9Go! HD Sydney" "432670auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Double J Sydney" "390715auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC Jazz Sydney" "390716auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS Radio 1 NSW" "394033auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SBS Radio 2 NSW" "394034auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10 HD Sydney" "15-431565auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC TV NSW" "21-18294auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Channel Nine Sydney" "91-18671auepg.com.au"
- [2024-08-31 16:52:28.531 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Channel Seven Sydney" "71-18891auepg.com.au"
- [2024-08-31 16:52:28.532 +10:00] [INF] [40] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data
- [2024-08-31 16:52:28.673 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:29.702 +10:00] [INF] [99] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:30.533 +10:00] [INF] [99] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:31.395 +10:00] [INF] [76] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:31.880 +10:00] [INF] [50] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:32.526 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:33.308 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:34.183 +10:00] [INF] [127] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:34.271 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:35.226 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:35.375 +10:00] [WRN] [76] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://www.fetchtv.com.au/v2/epg/program/431409/image"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [2024-08-31 16:52:35.444 +10:00] [WRN] [99] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://www.fetchtv.com.au/v2/epg/program/431409/image"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [2024-08-31 16:52:35.636 +10:00] [WRN] [76] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://www.fetchtv.com.au/v2/epg/program/431409/image"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [2024-08-31 16:52:35.714 +10:00] [INF] [76] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
- [2024-08-31 16:52:36.177 +10:00] [INF] [28] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Refresh Guide" Completed after 0 minute(s) and 11 seconds
- [2024-08-31 17:17:31.185 +10:00] [INF] [131] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 4 seconds
- [2024-08-31 17:53:12.572 +10:00] [INF] [50] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 18:06:13.057 +10:00] [INF] [50] Emby.Server.Implementations.IO.LibraryMonitor: "comic" ("/Users/vg/Documents/comic") will be refreshed.
- [2024-08-31 18:06:13.136 +10:00] [INF] [39] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.136 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.136 +10:00] [INF] [96] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [96] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file
- [2024-08-31 18:06:13.135 +10:00] [INF] [42] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [96] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.139 +10:00] [INF] [42] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [42] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.136 +10:00] [INF] [89] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.136 +10:00] [INF] [119] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [119] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [119] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.134 +10:00] [INF] [58] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [58] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [58] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.138 +10:00] [INF] [30] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [30] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [30] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.136 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.139 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.139 +10:00] [INF] [39] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:13.140 +10:00] [INF] [39] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.135 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.140 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 18:06:13.139 +10:00] [INF] [89] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:13.140 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.140 +10:00] [INF] [89] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:13.145 +10:00] [ERR] [42] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [88] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [58] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [96] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.144 +10:00] [ERR] [130] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [128] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [39] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [30] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [89] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:13.145 +10:00] [ERR] [119] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.088 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.103 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.172 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.172 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.179 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.190 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:15.191 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:15.179 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.191 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 18:06:15.191 +10:00] [INF] [88] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:15.191 +10:00] [ERR] [130] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.191 +10:00] [ERR] [88] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.254 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.260 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.261 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:15.261 +10:00] [INF] [128] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:15.262 +10:00] [ERR] [128] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.293 +10:00] [ERR] [128] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.298 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.300 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 18:06:15.300 +10:00] [INF] [130] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 18:06:15.300 +10:00] [ERR] [130] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.301 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.435 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.443 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:15.584 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:16.832 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:16.883 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:16.884 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:06:16.998 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 18:56:12.559 +10:00] [INF] [124] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2024-08-31 18:56:24.557 +10:00] [INF] [99] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2024-08-31 18:56:36.559 +10:00] [INF] [122] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
- [2024-08-31 18:58:05.549 +10:00] [WRN] [26] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.9.57" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2024-08-31 18:58:05.553 +10:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 19:24:54.762 +10:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
- [2024-08-31 19:36:24.638 +10:00] [INF] [132] Emby.Server.Implementations.IO.LibraryMonitor: "movies" ("/Users/vg/Documents/movies") will be refreshed.
- [2024-08-31 19:36:24.669 +10:00] [INF] [118] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/Applications/Jellyfin.app/Contents/MacOS/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Users/vg/Documents/movies/Spider-Man Homecoming (2017) [1080p] [YTS.AG]/Spider-Man.Homecoming.2017.1080p.BluRay.x264-[YTS.AG].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-08-31 19:41:01.309 +10:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: "Spider-Man Homecoming (2017) [1080p] [YTS.AG]" ("/Users/vg/Documents/movies/Spider-Man Homecoming (2017) [1080p] [YTS.AG]/Spider-Man.Homecoming.2017.1080p.BluRay.x264-[YTS.AG].mp4") will be refreshed.
- [2024-08-31 19:41:01.309 +10:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: "movies" ("/Users/vg/Documents/movies") will be refreshed.
- [2024-08-31 19:49:16.119 +10:00] [INF] [18] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/Users/vg/Library/Application Support/jellyfin/cache/transcodes/8952073b578901364a2d9ed36b8d6ff1.m3u8"
- [2024-08-31 19:49:17.668 +10:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.10" playing "WHO YOU CALLING UGLY?". Stopped at "1829871" ms
- [2024-08-31 19:49:21.180 +10:00] [INF] [99] Emby.Server.Implementations.IO.LibraryMonitor: "The Boys" ("/Users/vg/Documents/shows/The.Boys") will be refreshed.
- [2024-08-31 19:50:00.140 +10:00] [INF] [32] Jellyfin.Api.Controllers.ItemLookupController: Setting provider id's to item cf0b4d86-2167-2e87-b710-4c340a2131d1-"Spider-Man Homecoming (2017) [1080p] [YTS.AG]": [("Tmdb": "315635")]
- [2024-08-31 19:50:00.141 +10:00] [INF] [32] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/Applications/Jellyfin.app/Contents/MacOS/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Users/vg/Documents/movies/Spider-Man Homecoming (2017) [1080p] [YTS.AG]/Spider-Man.Homecoming.2017.1080p.BluRay.x264-[YTS.AG].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-08-31 19:50:14.547 +10:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/home-videos"
- [2024-08-31 19:50:14.547 +10:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/comic"
- [2024-08-31 19:50:14.548 +10:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/movies"
- [2024-08-31 19:50:14.548 +10:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/books"
- [2024-08-31 19:50:14.548 +10:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Users/vg/Documents/shows"
- [2024-08-31 19:50:14.549 +10:00] [INF] [6] Emby.Server.Implementations.Library.LibraryManager: Validating media library
- [2024-08-31 19:50:14.562 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
- at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
- at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
- [2024-08-31 19:50:14.565 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
- at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
- at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
- [2024-08-31 19:50:14.565 +10:00] [ERR] [6] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
- [2024-08-31 19:50:14.565 +10:00] [WRN] [6] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Documents/photos" is inaccessible or empty, skipping
- [2024-08-31 19:50:14.565 +10:00] [WRN] [6] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Library/Application Support/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2024-08-31 19:50:14.569 +10:00] [ERR] [6] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/Users/vg/Library/Application Support/jellyfin/root/default/Home Videos and Photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
- at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
- at System.Linq.OrderedEnumerable`1.ToList()
- at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
- at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.572 +10:00] [ERR] [6] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/Users/vg/Library/Application Support/jellyfin/root/default/Home Videos and Photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
- at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
- at System.Linq.OrderedEnumerable`1.ToList()
- at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
- at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
- at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.588 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
- at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
- at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
- at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
- [2024-08-31 19:50:14.588 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
- at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
- at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
- [2024-08-31 19:50:14.589 +10:00] [ERR] [6] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
- System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
- at System.IO.Enumeration.FileSystemEnumerator`1.Init()
- at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
- at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
- [2024-08-31 19:50:14.589 +10:00] [WRN] [6] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Documents/photos" is inaccessible or empty, skipping
- [2024-08-31 19:50:14.589 +10:00] [WRN] [6] MediaBrowser.Controller.Entities.BaseItem: Library folder "/Users/vg/Library/Application Support/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2024-08-31 19:50:14.610 +10:00] [ERR] [3] Jellyfin.Drawing.Skia.SkiaEncoder: Unable to determine image dimensions for "/Users/vg/Documents/home-videos/mum & dad/Band.tif": InvalidInput
- [2024-08-31 19:50:14.644 +10:00] [ERR] [19] Jellyfin.Drawing.Skia.SkiaEncoder: Unable to determine image dimensions for "/Users/vg/Documents/home-videos/mum & dad/Band.tif": InvalidInput
- [2024-08-31 19:50:14.647 +10:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/Applications/Jellyfin.app/Contents/MacOS/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Users/vg/Documents/movies/Spider-Man Homecoming (2017) [1080p] [YTS.AG]/Spider-Man.Homecoming.2017.1080p.BluRay.x264-[YTS.AG].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-08-31 19:50:14.745 +10:00] [INF] [134] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Season Unknown" entry for "The Boys"
- [2024-08-31 19:50:14.748 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.750 +10:00] [INF] [16] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.752 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.765 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 19:50:14.765 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.752 +10:00] [INF] [124] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.765 +10:00] [INF] [124] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file
- [2024-08-31 19:50:14.765 +10:00] [INF] [124] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2013) (Digital) (1920) (Nahga-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.748 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.765 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:14.765 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:14.766 +10:00] [INF] [63] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.766 +10:00] [INF] [34] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 005 (2011) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.766 +10:00] [INF] [16] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file
- [2024-08-31 19:50:14.766 +10:00] [INF] [16] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 02 (2007) (TheCaptain-DCP).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.761 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.768 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:14.768 +10:00] [INF] [6] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.772 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.772 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 19:50:14.772 +10:00] [INF] [133] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.752 +10:00] [INF] [99] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.772 +10:00] [INF] [99] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 19:50:14.772 +10:00] [INF] [99] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2013) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.774 +10:00] [INF] [19] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.774 +10:00] [INF] [19] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file
- [2024-08-31 19:50:14.774 +10:00] [INF] [19] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 006 (2013) (Digital-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.779 +10:00] [ERR] [124] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.778 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.781 +10:00] [ERR] [63] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.784 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.785 +10:00] [ERR] [34] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.785 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file
- [2024-08-31 19:50:14.785 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Invincible Extras/Handbook/The Official Handbook of the Invincible Universe 01 (of 02) (fixed) (2006) (Minutemen-Mr.Shepherd).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:14.785 +10:00] [ERR] [134] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.786 +10:00] [ERR] [16] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.788 +10:00] [ERR] [6] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.788 +10:00] [ERR] [133] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.789 +10:00] [ERR] [99] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:14.790 +10:00] [ERR] [19] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:17.391 +10:00] [INF] [99] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/Applications/Jellyfin.app/Contents/MacOS/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Users/vg/Documents/shows/The.Boys/The.Boys.S03.COMPLETE.720p.AMZN.WEBRip.x264-GalaxyTV[TGx]/The.Boys.S03E08.720p.AMZN.WEBRip.x264-GalaxyTV.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2024-08-31 19:50:19.242 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.267 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.273 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.274 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:19.274 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 002 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:19.274 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.302 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.302 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:19.302 +10:00] [INF] [134] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 004 (2011) (2 covers) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:19.302 +10:00] [ERR] [134] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.337 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.348 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.348 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file
- [2024-08-31 19:50:19.348 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 001 (2010) (Digital) (Salem-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:19.348 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.350 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.364 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load external xml from "/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml". This could mean there is no separate ComicInfo metadata file for this comic. Maybe the metadata is bundled within the comic
- System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
- File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
- at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
- at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
- at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
- at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.364 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file
- [2024-08-31 19:50:19.364 +10:00] [INF] [47] Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.InternalComicInfoProvider: Could not load ComicInfo metadata for "/Users/vg/Documents/comic/Guarding the Globe/Guarding the Globe 003 (2012) (Digital) (1920) (Zone-Empire).cbr" from XML file. No internal XML in comic archive
- [2024-08-31 19:50:19.365 +10:00] [ERR] [47] 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.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.885 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:19.941 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:20.232 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:20.296 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:20.474 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:21.523 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:23.256 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:23.877 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:24.593 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:50:25.209 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
- System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
- ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
- at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
- at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
- at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
- at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
- [2024-08-31 19:58:06.396 +10:00] [INF] [68] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "Scan Media Library"
- [2024-08-31 19:58:21.932 +10:00] [INF] [68] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2024-08-31 19:58:21.939 +10:00] [INF] [90] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
- [2024-08-31 19:58:52.955 +10:00] [INF] [127] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
- [2024-08-31 19:58:52.958 +10:00] [INF] [127] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 19:58:52.972 +10:00] [INF] [61] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library": Cancelling
- [2024-08-31 19:58:52.972 +10:00] [INF] [61] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library": Waiting on Task
- [2024-08-31 19:58:54.979 +10:00] [INF] [61] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library": Timed out waiting for task to stop
- [2024-08-31 19:58:55.182 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 19:58:55.182 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 19:58:55.183 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 19:58:55.183 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 19:58:55.198 +10:00] [INF] [127] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 19:58:55.281 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 19:58:55.323 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 19:58:55.331 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 19:58:56.054 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 19:58:56.054 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 19:58:56.056 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 19:58:56.060 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 19:58:56.086 +10:00] [INF] [127] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 19:58:56.101 +10:00] [ERR] [127] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 19:58:56.250 +10:00] [WRN] [127] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 19:58:56.255 +10:00] [ERR] [127] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 19:58:56.258 +10:00] [ERR] [127] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 19:58:56.258 +10:00] [FTL] [127] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 19:58:56.258 +10:00] [INF] [127] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 20:13:56.345 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
- [2024-08-31 20:13:56.374 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/vg//Library/Application Support/jellyfin"]
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Operating system: "Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Architecture: Arm64
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: 64-Bit Process: True
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: User Interactive: True
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Processor count: 8
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
- [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
- [2024-08-31 20:13:56.501 +10:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:13:56.597 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 20:13:56.611 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 20:13:56.612 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 20:13:56.661 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:13:56.661 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 20:13:56.661 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 20:13:57.730 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 20:13:57.730 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 20:13:57.744 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 20:13:57.745 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 20:13:57.791 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 20:13:57.952 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 20:13:58.158 +10:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 20:13:58.167 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- [2024-08-31 20:13:58.168 +10:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 20:13:58.168 +10:00] [FTL] [1] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:13:58.168 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 20:14:57.601 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
- [2024-08-31 20:14:57.625 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/vg//Library/Application Support/jellyfin"]
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Operating system: "Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Architecture: Arm64
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: 64-Bit Process: True
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: User Interactive: True
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Processor count: 8
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
- [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
- [2024-08-31 20:14:57.700 +10:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:14:57.770 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 20:14:57.776 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 20:14:57.777 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 20:14:57.819 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:14:57.819 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 20:14:57.819 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 20:14:58.767 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 20:14:58.767 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 20:14:58.779 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 20:14:58.779 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 20:14:58.832 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 20:14:58.983 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 20:14:59.152 +10:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 20:14:59.160 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:14:59.161 +10:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 20:14:59.161 +10:00] [FTL] [1] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:14:59.162 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 20:18:47.924 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
- [2024-08-31 20:18:47.947 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/vg//Library/Application Support/jellyfin"]
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Operating system: "Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Architecture: Arm64
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: 64-Bit Process: True
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: User Interactive: True
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Processor count: 8
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
- [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
- [2024-08-31 20:18:48.033 +10:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:18:48.097 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 20:18:48.103 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 20:18:48.104 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 20:18:48.143 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:18:48.143 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 20:18:48.143 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:18:48.143 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 20:18:49.119 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 20:18:49.119 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 20:18:49.164 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 20:18:49.325 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 20:18:49.509 +10:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 20:18:49.519 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:18:49.520 +10:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 20:18:49.520 +10:00] [FTL] [1] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:18:49.520 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 20:20:44.577 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
- [2024-08-31 20:20:44.601 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/vg//Library/Application Support/jellyfin"]
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Operating system: "Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112"
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Architecture: Arm64
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: 64-Bit Process: True
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: User Interactive: True
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Processor count: 8
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
- [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
- [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
- [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
- [2024-08-31 20:20:44.677 +10:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:20:44.740 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 20:20:44.746 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 20:20:44.747 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 20:20:44.787 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:20:44.787 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 20:20:44.787 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 20:20:45.763 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 20:20:45.777 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 20:20:45.777 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 20:20:45.824 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 20:20:45.974 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 20:20:46.149 +10:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 20:20:46.157 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:20:46.158 +10:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 20:20:46.158 +10:00] [FTL] [1] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:20:46.158 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 20:20:46.165 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 20:20:46.165 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 20:20:46.166 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 20:20:46.166 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2024-08-31 20:36:09.727 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
- [2024-08-31 20:36:09.750 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/vg//Library/Application Support/jellyfin"]
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Operating system: "Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112"
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Architecture: Arm64
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: 64-Bit Process: True
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: User Interactive: True
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Processor count: 8
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
- [2024-08-31 20:36:09.753 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
- [2024-08-31 20:36:09.833 +10:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
- [2024-08-31 20:36:09.901 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [2024-08-31 20:36:09.908 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
- [2024-08-31 20:36:09.908 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/Users/vg/Library/Application Support/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
- [2024-08-31 20:36:09.953 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:36:09.953 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [2024-08-31 20:36:09.953 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
- [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.9.242", "192.168.9.69"]
- [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2024-08-31 20:36:10.945 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
- [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
- [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
- [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
- [2024-08-31 20:36:10.951 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
- [2024-08-31 20:36:10.962 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
- [2024-08-31 20:36:10.962 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
- [2024-08-31 20:36:11.006 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
- [2024-08-31 20:36:11.155 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
- System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
- [2024-08-31 20:36:11.329 +10:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
- [2024-08-31 20:36:11.336 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:36:11.337 +10:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
- [2024-08-31 20:36:11.337 +10:00] [FTL] [1] Main: Error while starting server
- System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
- ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
- ---> System.Net.Sockets.SocketException (48): Address already in use
- at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
- at System.Net.Sockets.Socket.Bind(EndPoint localEP)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
- at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
- at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
- at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- [2024-08-31 20:36:11.337 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
- [2024-08-31 20:36:11.344 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2024-08-31 20:36:11.344 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2024-08-31 20:36:11.345 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2024-08-31 20:36:11.345 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
Advertisement
Add Comment
Please, Sign In to add comment