Guest User

Untitled

a guest
Sep 9th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 450.55 KB | None | 0 0
  1. [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
  2. [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.
  3. [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
  4. [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.
  5. [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"
  6. [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"
  7. [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"
  8. [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"
  9. [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"
  10. [2024-08-31 09:32:11.202 +10:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  11. [2024-08-31 09:32:11.235 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
  12. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  13. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  14. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  15. at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
  16. at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
  17. at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
  18. [2024-08-31 09:32:11.241 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
  19. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  20. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  21. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  22. at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
  23. at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
  24. at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
  25. [2024-08-31 09:32:11.241 +10:00] [ERR] [18] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
  26. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  27. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  28. at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
  29. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
  30. [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
  31. [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
  32. [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"
  33. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  34. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  35. at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
  36. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  37. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  38. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
  39. at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
  40. at System.Linq.OrderedEnumerable`1.ToList()
  41. at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
  42. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
  43. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
  44. [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"
  45. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  46. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  47. at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
  48. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  49. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  50. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
  51. at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
  52. at System.Linq.OrderedEnumerable`1.ToList()
  53. at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
  54. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
  55. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
  56. [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
  57. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  58. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  59. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  60. at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
  61. at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
  62. at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
  63. [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
  64. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  65. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  66. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  67. at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
  68. at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
  69. at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
  70. [2024-08-31 09:32:11.255 +10:00] [ERR] [18] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
  71. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  72. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  73. at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
  74. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
  75. [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
  76. [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
  77. [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
  78. [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
  79. [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
  80. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  81. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  82. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  83. 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)
  84. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  85. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  86. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  87. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  88. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  89. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  90. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  91. [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
  92. [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
  93. [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
  94. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  95. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  96. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  97. 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)
  98. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  99. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  100. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  101. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  102. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  103. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  104. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  105. [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
  106. [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
  107. [2024-08-31 09:32:11.295 +10:00] [ERR] [34] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  108. 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.
  109.  
  110. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  111. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  112. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  113. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  114. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  115. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  116. [2024-08-31 09:32:11.295 +10:00] [ERR] [38] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  117. 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.
  118.  
  119. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  120. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  121. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  122. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  123. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  124. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  125. [2024-08-31 09:32:16.014 +10:00] [ERR] [34] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  126. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  127. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  128. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  129. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  130. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  131. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  132. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  133. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  134. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  135. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  136. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  137. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  138. --- End of inner exception stack trace ---
  139. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  140. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  141. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  142. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  143. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  144. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  145. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  146. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  147. [2024-08-31 09:32:16.020 +10:00] [ERR] [35] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  148. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  149. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  150. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  151. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  152. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  153. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  154. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  155. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  156. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  157. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  158. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  159. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  160. --- End of inner exception stack trace ---
  161. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  162. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  163. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  164. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  165. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  166. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  167. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  168. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  169. [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
  170. [2024-08-31 09:32:18.429 +10:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/shows"
  171. [2024-08-31 09:32:18.430 +10:00] [INF] [34] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/comic"
  172. [2024-08-31 09:32:18.453 +10:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/books"
  173. [2024-08-31 09:32:18.473 +10:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/movies"
  174. [2024-08-31 09:32:18.493 +10:00] [INF] [38] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Users/vg/Documents/home-videos"
  175. [2024-08-31 13:50:53.622 +10:00] [INF] [64] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  176. [2024-08-31 13:51:02.816 +10:00] [INF] [89] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  177. [2024-08-31 13:51:03.241 +10:00] [INF] [63] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  178. [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
  179. [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
  180. [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\""
  181. [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"
  182. [2024-08-31 13:57:26.169 +10:00] [INF] [27] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  183. [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
  184. [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\""
  185. [2024-08-31 13:57:45.667 +10:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  186. [2024-08-31 13:57:46.088 +10:00] [INF] [126] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  187. [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
  188. [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
  189. [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\""
  190. [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"
  191. [2024-08-31 13:57:48.990 +10:00] [INF] [123] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  192. [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
  193. [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\""
  194. [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."
  195. [2024-08-31 13:58:10.845 +10:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  196. [2024-08-31 13:58:31.998 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  197. [2024-08-31 13:58:53.733 +10:00] [INF] [136] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  198. [2024-08-31 14:00:28.043 +10:00] [INF] [120] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  199. [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
  200. [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
  201. [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\""
  202. [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"
  203. [2024-08-31 14:00:34.341 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  204. [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
  205. [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\""
  206. [2024-08-31 14:01:20.261 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  207. [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
  208. [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\""
  209. [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"
  210. [2024-08-31 14:01:59.789 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  211. [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
  212. [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\""
  213. [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"
  214. [2024-08-31 14:02:01.695 +10:00] [INF] [96] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  215. [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
  216. [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\""
  217. [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"
  218. [2024-08-31 14:02:02.878 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  219. [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
  220. [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\""
  221. [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"
  222. [2024-08-31 14:02:03.756 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  223. [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
  224. [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\""
  225. [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"
  226. [2024-08-31 14:02:04.842 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  227. [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
  228. [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\""
  229. [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"
  230. [2024-08-31 14:02:05.922 +10:00] [INF] [122] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  231. [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
  232. [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\""
  233. [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"
  234. [2024-08-31 14:02:08.415 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  235. [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
  236. [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\""
  237. [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"
  238. [2024-08-31 14:02:10.096 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  239. [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
  240. [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\""
  241. [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"
  242. [2024-08-31 14:02:11.368 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  243. [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
  244. [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\""
  245. [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"
  246. [2024-08-31 14:02:12.942 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  247. [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
  248. [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\""
  249. [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"
  250. [2024-08-31 14:02:22.135 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  251. [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
  252. [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\""
  253. [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"
  254. [2024-08-31 14:02:23.409 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  255. [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
  256. [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\""
  257. [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"
  258. [2024-08-31 14:02:26.605 +10:00] [INF] [78] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  259. [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
  260. [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\""
  261. [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"
  262. [2024-08-31 14:02:29.592 +10:00] [INF] [30] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  263. [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
  264. [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\""
  265. [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"
  266. [2024-08-31 14:02:31.277 +10:00] [INF] [121] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  267. [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
  268. [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\""
  269. [2024-08-31 14:03:36.070 +10:00] [INF] [124] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  270. [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"
  271. [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
  272. [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
  273. [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
  274. [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\""
  275. [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"
  276. [2024-08-31 14:05:53.809 +10:00] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  277. [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
  278. [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\""
  279. [2024-08-31 14:06:57.053 +10:00] [INF] [89] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  280. [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.
  281. [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
  282. [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
  283. [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
  284. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  285. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  286. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  287. 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)
  288. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  289. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  290. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  291. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  292. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  293. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  294. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  295. [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
  296. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  297. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  298. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  299. 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)
  300. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  301. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  302. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  303. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  304. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  305. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  306. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  307. [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
  308. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  309. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  310. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  311. 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)
  312. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  313. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  314. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  315. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  316. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  317. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  318. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  319. [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
  320. [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
  321. [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
  322. [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
  323. [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
  324. [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
  325. [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
  326. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  327. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  328. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  329. 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)
  330. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  331. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  332. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  333. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  334. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  335. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  336. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  337. [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
  338. [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
  339. [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
  340. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  341. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  342. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  343. 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)
  344. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  345. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  346. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  347. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  348. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  349. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  350. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  351. [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
  352. [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
  353. [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
  354. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  355. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  356. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  357. 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)
  358. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  359. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  360. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  361. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  362. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  363. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  364. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  365. [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
  366. [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
  367. [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
  368. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  369. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  370. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  371. 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)
  372. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  373. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  374. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  375. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  376. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  377. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  378. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  379. [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
  380. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  381. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  382. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  383. 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)
  384. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  385. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  386. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  387. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  388. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  389. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  390. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  391. [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
  392. [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
  393. [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
  394. [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
  395. [2024-08-31 14:54:01.424 +10:00] [ERR] [118] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  396. 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.
  397.  
  398. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  399. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  400. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  401. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  402. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  403. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  404. [2024-08-31 14:54:01.424 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  405. 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.
  406.  
  407. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  408. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  409. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  410. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  411. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  412. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  413. [2024-08-31 14:54:01.424 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  414. 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.
  415.  
  416. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  417. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  418. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  419. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  420. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  421. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  422. [2024-08-31 14:54:01.424 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  423. 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.
  424.  
  425. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  426. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  427. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  428. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  429. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  430. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  431. [2024-08-31 14:54:01.424 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  432. 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.
  433.  
  434. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  435. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  436. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  437. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  438. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  439. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  440. [2024-08-31 14:54:01.424 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  441. 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.
  442.  
  443. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  444. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  445. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  446. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  447. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  448. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  449. [2024-08-31 14:54:01.424 +10:00] [ERR] [132] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  450. 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.
  451.  
  452. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  453. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  454. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  455. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  456. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  457. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  458. [2024-08-31 14:54:01.424 +10:00] [ERR] [63] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  459. 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.
  460.  
  461. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  462. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  463. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  464. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  465. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  466. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  467. [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)
  468. [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)
  469. [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)
  470. [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)
  471. [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)
  472. [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)
  473. [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)
  474. [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)
  475. [2024-08-31 14:54:03.211 +10:00] [ERR] [118] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  476. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  477. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  478. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  479. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  480. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  481. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  482. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  483. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  484. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  485. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  486. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  487. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  488. --- End of inner exception stack trace ---
  489. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  490. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  491. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  492. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  493. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  494. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  495. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  496. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  497. [2024-08-31 14:54:03.210 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  498. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  499. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  500. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  501. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  502. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  503. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  504. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  505. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  506. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  507. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  508. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  509. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  510. --- End of inner exception stack trace ---
  511. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  512. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  513. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  514. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  515. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  516. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  517. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  518. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  519. [2024-08-31 14:54:03.209 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  520. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  521. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  522. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  523. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  524. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  525. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  526. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  527. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  528. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  529. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  530. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  531. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  532. --- End of inner exception stack trace ---
  533. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  534. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  535. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  536. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  537. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  538. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  539. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  540. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  541. [2024-08-31 14:54:03.212 +10:00] [ERR] [63] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  542. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  543. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  544. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  545. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  546. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  547. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  548. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  549. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  550. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  551. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  552. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  553. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  554. --- End of inner exception stack trace ---
  555. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  556. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  557. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  558. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  559. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  560. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  561. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  562. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  563. [2024-08-31 14:54:03.210 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  564. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  565. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  566. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  567. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  568. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  569. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  570. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  571. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  572. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  573. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  574. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  575. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  576. --- End of inner exception stack trace ---
  577. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  578. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  579. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  580. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  581. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  582. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  583. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  584. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  585. [2024-08-31 14:54:03.231 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  586. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  587. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  588. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  589. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  590. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  591. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  592. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  593. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  594. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  595. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  596. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  597. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  598. --- End of inner exception stack trace ---
  599. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  600. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  601. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  602. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  603. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  604. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  605. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  606. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  607. [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
  608. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  609. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  610. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  611. 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)
  612. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  613. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  614. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  615. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  616. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  617. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  618. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  619. [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
  620. [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
  621. [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
  622. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  623. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  624. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  625. 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)
  626. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  627. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  628. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  629. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  630. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  631. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  632. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  633. [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
  634. [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
  635. [2024-08-31 14:54:03.232 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  636. 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.
  637.  
  638. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  639. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  640. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  641. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  642. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  643. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  644. [2024-08-31 14:54:03.232 +10:00] [ERR] [63] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  645. 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.
  646.  
  647. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  648. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  649. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  650. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  651. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  652. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  653. [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
  654. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  655. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  656. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  657. 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)
  658. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  659. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  660. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  661. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  662. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  663. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  664. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  665. [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
  666. [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
  667. [2024-08-31 14:54:03.233 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  668. 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.
  669.  
  670. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  671. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  672. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  673. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  674. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  675. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  676. [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
  677. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  678. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  679. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  680. 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)
  681. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  682. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  683. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  684. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  685. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  686. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  687. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  688. [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
  689. [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
  690. [2024-08-31 14:54:03.235 +10:00] [ERR] [118] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  691. 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.
  692.  
  693. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  694. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  695. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  696. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  697. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  698. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  699. [2024-08-31 14:54:03.241 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  700. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  701. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  702. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  703. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  704. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  705. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  706. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  707. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  708. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  709. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  710. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  711. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  712. --- End of inner exception stack trace ---
  713. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  714. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  715. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  716. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  717. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  718. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  719. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  720. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  721. [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)
  722. [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)
  723. [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)
  724. [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)
  725. [2024-08-31 14:54:03.711 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  726. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  727. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  728. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  729. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  730. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  731. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  732. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  733. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  734. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  735. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  736. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  737. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  738. --- End of inner exception stack trace ---
  739. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  740. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  741. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  742. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  743. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  744. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  745. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  746. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  747. [2024-08-31 14:54:04.184 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  748. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  749. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  750. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  751. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  752. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  753. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  754. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  755. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  756. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  757. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  758. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  759. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  760. --- End of inner exception stack trace ---
  761. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  762. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  763. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  764. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  765. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  766. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  767. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  768. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  769. [2024-08-31 14:54:04.196 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  770. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  771. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  772. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  773. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  774. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  775. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  776. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  777. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  778. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  779. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  780. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  781. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  782. --- End of inner exception stack trace ---
  783. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  784. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  785. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  786. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  787. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  788. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  789. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  790. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  791. [2024-08-31 14:54:04.203 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  792. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  793. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  794. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  795. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  796. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  797. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  798. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  799. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  800. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  801. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  802. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  803. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  804. --- End of inner exception stack trace ---
  805. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  806. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  807. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  808. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  809. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  810. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  811. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  812. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  813. [2024-08-31 14:54:04.203 +10:00] [ERR] [32] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  814. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  815. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  816. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  817. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  818. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  819. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  820. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  821. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  822. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  823. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  824. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  825. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  826. --- End of inner exception stack trace ---
  827. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  828. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  829. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  830. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  831. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  832. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  833. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  834. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  835. [2024-08-31 16:33:40.122 +10:00] [INF] [28] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  836. [2024-08-31 16:33:52.121 +10:00] [INF] [128] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
  837. [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."
  838. [2024-08-31 16:34:56.532 +10:00] [INF] [128] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  839. [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
  840. [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
  841. [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
  842. [2024-08-31 16:52:21.249 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
  843. [2024-08-31 16:52:21.254 +10:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
  844. [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
  845. [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
  846. [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
  847. [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
  848. [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"
  849. [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"
  850. [2024-08-31 16:52:27.763 +10:00] [INF] [20] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  851. [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"
  852. [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"
  853. [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"
  854. [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"
  855. [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"
  856. [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"
  857. [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"
  858. [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"
  859. [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"
  860. [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"
  861. [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"
  862. [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"
  863. [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"
  864. [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"
  865. [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"
  866. [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"
  867. [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"
  868. [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"
  869. [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"
  870. [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"
  871. [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"
  872. [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"
  873. [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"
  874. [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"
  875. [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"
  876. [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"
  877. [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"
  878. [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"
  879. [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"
  880. [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"
  881. [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"
  882. [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"
  883. [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"
  884. [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"
  885. [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"
  886. [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"
  887. [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"
  888. [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"
  889. [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"
  890. [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"
  891. [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"
  892. [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"
  893. [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"
  894. [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"
  895. [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"
  896. [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"
  897. [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"
  898. [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"
  899. [2024-08-31 16:52:28.532 +10:00] [INF] [40] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data
  900. [2024-08-31 16:52:28.673 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  901. [2024-08-31 16:52:29.702 +10:00] [INF] [99] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  902. [2024-08-31 16:52:30.533 +10:00] [INF] [99] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  903. [2024-08-31 16:52:31.395 +10:00] [INF] [76] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  904. [2024-08-31 16:52:31.880 +10:00] [INF] [50] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  905. [2024-08-31 16:52:32.526 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  906. [2024-08-31 16:52:33.308 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  907. [2024-08-31 16:52:34.183 +10:00] [INF] [127] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  908. [2024-08-31 16:52:34.271 +10:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  909. [2024-08-31 16:52:35.226 +10:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  910. [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"
  911. System.InvalidOperationException: Unable to convert any images to local
  912. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  913. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  914. [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"
  915. System.InvalidOperationException: Unable to convert any images to local
  916. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  917. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  918. [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"
  919. System.InvalidOperationException: Unable to convert any images to local
  920. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  921. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  922. [2024-08-31 16:52:35.714 +10:00] [INF] [76] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://xmltv.net/xml_files/Sydney.xml"
  923. [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
  924. [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
  925. [2024-08-31 17:53:12.572 +10:00] [INF] [50] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  926. [2024-08-31 18:06:13.057 +10:00] [INF] [50] Emby.Server.Implementations.IO.LibraryMonitor: "comic" ("/Users/vg/Documents/comic") will be refreshed.
  927. [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
  928. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  929. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  930. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  931. 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)
  932. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  933. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  934. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  935. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  936. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  937. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  938. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  939. [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
  940. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  941. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  942. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  943. 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)
  944. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  945. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  946. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  947. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  948. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  949. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  950. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  951. [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
  952. [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
  953. [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
  954. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  955. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  956. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  957. 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)
  958. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  959. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  960. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  961. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  962. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  963. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  964. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  965. [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
  966. [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
  967. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  968. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  969. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  970. 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)
  971. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  972. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  973. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  974. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  975. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  976. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  977. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  978. [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
  979. [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
  980. [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
  981. [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
  982. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  983. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  984. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  985. 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)
  986. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  987. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  988. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  989. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  990. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  991. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  992. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  993. [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
  994. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  995. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  996. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  997. 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)
  998. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  999. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1000. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1001. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1002. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1003. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1004. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1005. [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
  1006. [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
  1007. [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
  1008. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1009. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1010. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1011. 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)
  1012. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1013. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1014. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1015. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1016. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1017. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1018. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1019. [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
  1020. [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
  1021. [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
  1022. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  1023. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  1024. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1025. 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)
  1026. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1027. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1028. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1029. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1030. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1031. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1032. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1033. [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
  1034. [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
  1035. [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
  1036. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  1037. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  1038. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1039. 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)
  1040. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1041. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1042. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1043. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1044. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1045. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1046. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1047. [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
  1048. [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
  1049. [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
  1050. [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
  1051. [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
  1052. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1053. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1054. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1055. 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)
  1056. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1057. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1058. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1059. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1060. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1061. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1062. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1063. [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
  1064. [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
  1065. [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
  1066. [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
  1067. [2024-08-31 18:06:13.145 +10:00] [ERR] [42] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1068. 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.
  1069.  
  1070. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1071. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1072. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1073. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1074. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1075. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1076. [2024-08-31 18:06:13.145 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1077. 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.
  1078.  
  1079. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1080. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1081. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1082. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1083. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1084. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1085. [2024-08-31 18:06:13.145 +10:00] [ERR] [58] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1086. 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.
  1087.  
  1088. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1089. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1090. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1091. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1092. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1093. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1094. [2024-08-31 18:06:13.145 +10:00] [ERR] [96] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1095. 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.
  1096.  
  1097. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1098. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1099. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1100. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1101. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1102. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1103. [2024-08-31 18:06:13.144 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1104. 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.
  1105.  
  1106. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1107. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1108. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1109. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1110. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1111. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1112. [2024-08-31 18:06:13.145 +10:00] [ERR] [128] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1113. 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.
  1114.  
  1115. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1116. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1117. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1118. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1119. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1120. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1121. [2024-08-31 18:06:13.145 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1122. 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.
  1123.  
  1124. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1125. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1126. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1127. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1128. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1129. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1130. [2024-08-31 18:06:13.145 +10:00] [ERR] [30] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1131. 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.
  1132.  
  1133. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1134. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1135. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1136. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1137. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1138. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1139. [2024-08-31 18:06:13.145 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1140. 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.
  1141.  
  1142. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1143. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1144. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1145. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1146. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1147. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1148. [2024-08-31 18:06:13.145 +10:00] [ERR] [119] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1149. 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.
  1150.  
  1151. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1152. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1153. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1154. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1155. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1156. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1157. [2024-08-31 18:06:15.088 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1158. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  1159. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1160. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1161. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1162. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1163. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1164. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1165. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1166. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1167. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1168. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1169. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1170. --- End of inner exception stack trace ---
  1171. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1172. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1173. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1174. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1175. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1176. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1177. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1178. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1179. [2024-08-31 18:06:15.103 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1180. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  1181. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1182. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1183. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1184. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1185. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1186. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1187. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1188. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1189. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1190. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1191. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1192. --- End of inner exception stack trace ---
  1193. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1194. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1195. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1196. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1197. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1198. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1199. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1200. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1201. [2024-08-31 18:06:15.172 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1202. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1203. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1204. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1205. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1206. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1207. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1208. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1209. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1210. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1211. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1212. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1213. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1214. --- End of inner exception stack trace ---
  1215. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1216. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1217. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1218. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1219. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1220. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1221. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1222. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1223. [2024-08-31 18:06:15.172 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1224. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1225. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1226. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1227. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1228. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1229. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1230. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1231. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1232. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1233. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1234. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1235. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1236. --- End of inner exception stack trace ---
  1237. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1238. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1239. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1240. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1241. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1242. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1243. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1244. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1245. [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
  1246. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1247. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1248. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1249. 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)
  1250. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1251. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1252. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1253. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1254. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1255. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1256. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1257. [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
  1258. [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
  1259. [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
  1260. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1261. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1262. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1263. 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)
  1264. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1265. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1266. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1267. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1268. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1269. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1270. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1271. [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
  1272. [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
  1273. [2024-08-31 18:06:15.191 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1274. 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.
  1275.  
  1276. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1277. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1278. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1279. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1280. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1281. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1282. [2024-08-31 18:06:15.191 +10:00] [ERR] [88] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1283. 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.
  1284.  
  1285. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1286. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1287. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1288. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1289. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1290. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1291. [2024-08-31 18:06:15.254 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1292. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1293. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1294. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1295. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1296. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1297. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1298. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1299. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1300. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1301. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1302. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1303. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1304. --- End of inner exception stack trace ---
  1305. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1306. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1307. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1308. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1309. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1310. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1311. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1312. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1313. [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
  1314. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1315. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1316. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1317. 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)
  1318. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1319. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1320. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1321. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1322. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1323. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1324. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1325. [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
  1326. [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
  1327. [2024-08-31 18:06:15.262 +10:00] [ERR] [128] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1328. 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.
  1329.  
  1330. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1331. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1332. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1333. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1334. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1335. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1336. [2024-08-31 18:06:15.293 +10:00] [ERR] [128] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1337. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1338. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1339. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1340. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1341. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1342. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1343. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1344. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1345. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1346. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1347. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1348. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1349. --- End of inner exception stack trace ---
  1350. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1351. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1352. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1353. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1354. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1355. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1356. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1357. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1358. [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
  1359. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1360. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1361. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1362. 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)
  1363. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1364. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1365. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1366. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1367. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1368. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1369. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1370. [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
  1371. [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
  1372. [2024-08-31 18:06:15.300 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1373. 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.
  1374.  
  1375. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1376. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1377. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1378. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1379. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1380. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1381. [2024-08-31 18:06:15.301 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1382. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1383. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1384. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1385. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1386. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1387. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1388. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1389. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1390. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1391. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1392. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1393. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1394. --- End of inner exception stack trace ---
  1395. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1396. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1397. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1398. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1399. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1400. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1401. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1402. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1403. [2024-08-31 18:06:15.435 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1404. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1405. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1406. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1407. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1408. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1409. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1410. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1411. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1412. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1413. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1414. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1415. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1416. --- End of inner exception stack trace ---
  1417. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1418. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1419. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1420. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1421. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1422. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1423. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1424. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1425. [2024-08-31 18:06:15.443 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1426. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1427. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1428. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1429. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1430. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1431. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1432. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1433. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1434. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1435. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1436. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1437. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1438. --- End of inner exception stack trace ---
  1439. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1440. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1441. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1442. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1443. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1444. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1445. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1446. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1447. [2024-08-31 18:06:15.584 +10:00] [ERR] [130] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1448. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1449. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1450. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1451. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1452. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1453. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1454. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1455. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1456. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1457. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1458. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1459. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1460. --- End of inner exception stack trace ---
  1461. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1462. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1463. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1464. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1465. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1466. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1467. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1468. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1469. [2024-08-31 18:06:16.832 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1470. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1471. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1472. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1473. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1474. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1475. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1476. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1477. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1478. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1479. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1480. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1481. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1482. --- End of inner exception stack trace ---
  1483. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1484. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1485. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1486. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1487. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1488. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1489. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1490. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1491. [2024-08-31 18:06:16.883 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1492. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1493. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1494. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1495. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1496. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1497. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1498. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1499. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1500. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1501. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1502. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1503. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1504. --- End of inner exception stack trace ---
  1505. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1506. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1507. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1508. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1509. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1510. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1511. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1512. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1513. [2024-08-31 18:06:16.884 +10:00] [ERR] [89] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1514. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1515. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1516. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1517. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1518. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1519. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1520. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1521. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1522. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1523. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1524. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1525. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1526. --- End of inner exception stack trace ---
  1527. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1528. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1529. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1530. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1531. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1532. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1533. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1534. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1535. [2024-08-31 18:06:16.998 +10:00] [ERR] [39] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1536. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1537. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1538. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1539. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1540. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1541. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1542. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1543. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1544. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1545. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1546. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1547. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1548. --- End of inner exception stack trace ---
  1549. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1550. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1551. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1552. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1553. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1554. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1555. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1556. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1557. [2024-08-31 18:56:12.559 +10:00] [INF] [124] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  1558. [2024-08-31 18:56:24.557 +10:00] [INF] [99] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  1559. [2024-08-31 18:56:36.559 +10:00] [INF] [122] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
  1560. [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."
  1561. [2024-08-31 18:58:05.553 +10:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  1562. [2024-08-31 19:24:54.762 +10:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" request
  1563. [2024-08-31 19:36:24.638 +10:00] [INF] [132] Emby.Server.Implementations.IO.LibraryMonitor: "movies" ("/Users/vg/Documents/movies") will be refreshed.
  1564. [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"
  1565. [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.
  1566. [2024-08-31 19:41:01.309 +10:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: "movies" ("/Users/vg/Documents/movies") will be refreshed.
  1567. [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"
  1568. [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
  1569. [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.
  1570. [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")]
  1571. [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"
  1572. [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"
  1573. [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"
  1574. [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"
  1575. [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"
  1576. [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"
  1577. [2024-08-31 19:50:14.549 +10:00] [INF] [6] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  1578. [2024-08-31 19:50:14.562 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
  1579. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1580. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1581. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  1582. at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
  1583. at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
  1584. at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
  1585. [2024-08-31 19:50:14.565 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
  1586. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1587. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1588. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  1589. at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
  1590. at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
  1591. at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
  1592. [2024-08-31 19:50:14.565 +10:00] [ERR] [6] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
  1593. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1594. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1595. at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
  1596. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
  1597. [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
  1598. [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
  1599. [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"
  1600. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1601. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1602. at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
  1603. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  1604. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  1605. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
  1606. at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
  1607. at System.Linq.OrderedEnumerable`1.ToList()
  1608. at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
  1609. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
  1610. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
  1611. [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"
  1612. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1613. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1614. at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
  1615. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  1616. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive)
  1617. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray()
  1618. at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
  1619. at System.Linq.OrderedEnumerable`1.ToList()
  1620. at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService)
  1621. at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
  1622. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
  1623. [2024-08-31 19:50:14.588 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
  1624. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1625. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1626. at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
  1627. at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
  1628. at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
  1629. at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
  1630. [2024-08-31 19:50:14.588 +10:00] [ERR] [6] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/Users/vg/Documents/photos"
  1631. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1632. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1633. at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
  1634. at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
  1635. at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
  1636. at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
  1637. [2024-08-31 19:50:14.589 +10:00] [ERR] [6] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/Users/vg/Documents/photos"
  1638. System.IO.DirectoryNotFoundException: Could not find a part of the path '/Users/vg/Documents/photos'.
  1639. at System.IO.Enumeration.FileSystemEnumerator`1.Init()
  1640. at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
  1641. at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
  1642. [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
  1643. [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
  1644. [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
  1645. [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
  1646. [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"
  1647. [2024-08-31 19:50:14.745 +10:00] [INF] [134] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Season Unknown" entry for "The Boys"
  1648. [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
  1649. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1650. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1651. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1652. 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)
  1653. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1654. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1655. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1656. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1657. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1658. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1659. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1660. [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
  1661. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  1662. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  1663. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1664. 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)
  1665. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1666. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1667. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1668. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1669. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1670. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1671. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1672. [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
  1673. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1674. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1675. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1676. 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)
  1677. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1678. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1679. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1680. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1681. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1682. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1683. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1684. [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
  1685. [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
  1686. [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
  1687. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1688. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1689. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1690. 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)
  1691. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1692. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1693. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1694. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1695. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1696. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1697. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1698. [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
  1699. [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
  1700. [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
  1701. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1702. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1703. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1704. 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)
  1705. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1706. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1707. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1708. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1709. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1710. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1711. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1712. [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
  1713. [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
  1714. [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
  1715. [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
  1716. [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
  1717. [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
  1718. [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
  1719. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1720. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1721. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1722. 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)
  1723. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1724. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1725. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1726. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1727. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1728. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1729. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1730. [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
  1731. [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
  1732. [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
  1733. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1734. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1735. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1736. 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)
  1737. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1738. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1739. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1740. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1741. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1742. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1743. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1744. [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
  1745. [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
  1746. [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
  1747. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1748. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1749. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1750. 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)
  1751. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1752. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1753. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1754. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1755. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1756. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1757. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1758. [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
  1759. [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
  1760. [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
  1761. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1762. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1763. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1764. 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)
  1765. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1766. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1767. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1768. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1769. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1770. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1771. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1772. [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
  1773. [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
  1774. [2024-08-31 19:50:14.779 +10:00] [ERR] [124] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1775. 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.
  1776.  
  1777. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1778. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1779. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1780. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1781. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1782. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1783. [2024-08-31 19:50:14.778 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1784. 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.
  1785.  
  1786. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1787. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1788. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1789. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1790. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1791. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1792. [2024-08-31 19:50:14.781 +10:00] [ERR] [63] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1793. 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.
  1794.  
  1795. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1796. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1797. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1798. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1799. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1800. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1801. [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
  1802. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'.
  1803. File name: '/Users/vg/Documents/comic/Invincible Extras/Handbook/ComicInfo.xml'
  1804. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1805. 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)
  1806. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1807. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1808. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1809. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1810. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1811. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1812. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1813. [2024-08-31 19:50:14.785 +10:00] [ERR] [34] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1814. 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.
  1815.  
  1816. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1817. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1818. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1819. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1820. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1821. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1822. [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
  1823. [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
  1824. [2024-08-31 19:50:14.785 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1825. 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.
  1826.  
  1827. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1828. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1829. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1830. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1831. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1832. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1833. [2024-08-31 19:50:14.786 +10:00] [ERR] [16] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1834. 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.
  1835.  
  1836. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1837. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1838. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1839. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1840. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1841. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1842. [2024-08-31 19:50:14.788 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1843. 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.
  1844.  
  1845. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1846. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1847. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1848. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1849. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1850. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1851. [2024-08-31 19:50:14.788 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1852. 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.
  1853.  
  1854. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1855. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1856. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1857. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1858. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1859. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1860. [2024-08-31 19:50:14.789 +10:00] [ERR] [99] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1861. 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.
  1862.  
  1863. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1864. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1865. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1866. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1867. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1868. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1869. [2024-08-31 19:50:14.790 +10:00] [ERR] [19] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1870. 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.
  1871.  
  1872. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1873. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1874. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1875. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1876. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1877. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1878. [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"
  1879. [2024-08-31 19:50:19.242 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1880. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  1881. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1882. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1883. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1884. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1885. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1886. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1887. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1888. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1889. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1890. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1891. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1892. --- End of inner exception stack trace ---
  1893. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1894. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1895. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1896. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1897. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1898. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1899. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1900. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1901. [2024-08-31 19:50:19.267 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1902. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1903. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1904. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1905. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1906. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1907. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1908. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1909. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1910. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1911. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1912. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1913. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1914. --- End of inner exception stack trace ---
  1915. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1916. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1917. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1918. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1919. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1920. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1921. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1922. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1923. [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
  1924. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1925. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1926. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1927. 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)
  1928. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1929. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1930. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1931. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1932. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1933. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1934. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1935. [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
  1936. [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
  1937. [2024-08-31 19:50:19.274 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1938. 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.
  1939.  
  1940. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1941. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1942. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1943. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1944. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1945. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1946. [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
  1947. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1948. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1949. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1950. 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)
  1951. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1952. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1953. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1954. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  1955. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  1956. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  1957. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1958. [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
  1959. [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
  1960. [2024-08-31 19:50:19.302 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  1961. 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.
  1962.  
  1963. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  1964. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1965. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  1966. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1967. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  1968. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  1969. [2024-08-31 19:50:19.337 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  1970. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  1971. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  1972. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  1973. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1974. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1975. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1976. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  1977. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1978. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  1979. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  1980. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  1981. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1982. --- End of inner exception stack trace ---
  1983. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  1984. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  1985. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  1986. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  1987. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  1988. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  1989. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  1990. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  1991. [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
  1992. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  1993. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  1994. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  1995. 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)
  1996. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  1997. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  1998. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  1999. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  2000. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  2001. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  2002. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2003. [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
  2004. [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
  2005. [2024-08-31 19:50:19.348 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  2006. 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.
  2007.  
  2008. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  2009. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2010. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  2011. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2012. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2013. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  2014. [2024-08-31 19:50:19.350 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2015. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  2016. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2017. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2018. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2019. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2020. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2021. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2022. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2023. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2024. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2025. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2026. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2027. --- End of inner exception stack trace ---
  2028. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2029. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2030. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2031. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2032. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2033. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2034. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2035. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2036. [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
  2037. System.IO.FileNotFoundException: Could not find file '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'.
  2038. File name: '/Users/vg/Documents/comic/Guarding the Globe/ComicInfo.xml'
  2039. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  2040. 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)
  2041. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  2042. at System.Xml.XmlDownloadManager.GetStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
  2043. at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
  2044. at System.Xml.XmlTextReaderImpl.FinishInitUriStringAsync()
  2045. at System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync[TArg](Task task, Func`2 func, TArg arg)
  2046. at System.Xml.Linq.XDocument.LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
  2047. at Jellyfin.Plugin.Bookshelf.Providers.ComicInfo.ExternalComicInfoProvider.LoadXml(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2048. [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
  2049. [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
  2050. [2024-08-31 19:50:19.365 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Provider"
  2051. 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.
  2052.  
  2053. File name: 'SharpCompress, Version=0.36.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
  2054. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2055. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  2056. at Jellyfin.Plugin.Bookshelf.Providers.ComicBookInfo.ComicBookInfoProvider.ReadMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2057. at Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider.GetMetadata(ItemInfo info, IDirectoryService directoryService, CancellationToken cancellationToken)
  2058. at MediaBrowser.Providers.Manager.MetadataService`2.RefreshWithProviders(MetadataResult`1 metadata, TIdType id, MetadataRefreshOptions options, ICollection`1 providers, ItemImageProvider imageService, Boolean isSavingMetadata, CancellationToken cancellationToken)
  2059. [2024-08-31 19:50:19.885 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2060. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  2061. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2062. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2063. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2064. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2065. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2066. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2067. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2068. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2069. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2070. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2071. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2072. --- End of inner exception stack trace ---
  2073. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2074. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2075. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2076. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2077. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2078. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2079. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2080. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2081. [2024-08-31 19:50:19.941 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2082. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  2083. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2084. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2085. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2086. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2087. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2088. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2089. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2090. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2091. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2092. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2093. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2094. --- End of inner exception stack trace ---
  2095. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2096. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2097. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2098. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2099. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2100. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2101. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2102. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2103. [2024-08-31 19:50:20.232 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2104. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  2105. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2106. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2107. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2108. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2109. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2110. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2111. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2112. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2113. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2114. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2115. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2116. --- End of inner exception stack trace ---
  2117. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2118. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2119. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2120. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2121. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2122. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2123. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2124. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2125. [2024-08-31 19:50:20.296 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2126. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  2127. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2128. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2129. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2130. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2131. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2132. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2133. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2134. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2135. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2136. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2137. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2138. --- End of inner exception stack trace ---
  2139. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2140. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2141. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2142. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2143. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2144. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2145. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2146. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2147. [2024-08-31 19:50:20.474 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2148. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  2149. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2150. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2151. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2152. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2153. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2154. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2155. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2156. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2157. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2158. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2159. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2160. --- End of inner exception stack trace ---
  2161. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2162. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2163. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2164. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2165. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2166. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2167. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2168. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2169. [2024-08-31 19:50:21.523 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2170. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[5].has_staff_review | LineNumber: 0 | BytePositionInLine: 11988.
  2171. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2172. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2173. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2174. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2175. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2176. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2177. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2178. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2179. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2180. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2181. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2182. --- End of inner exception stack trace ---
  2183. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2184. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2185. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2186. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2187. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2188. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2189. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2190. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2191. [2024-08-31 19:50:23.256 +10:00] [ERR] [47] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2192. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  2193. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2194. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2195. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2196. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2197. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2198. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2199. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2200. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2201. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2202. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2203. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2204. --- End of inner exception stack trace ---
  2205. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2206. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2207. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2208. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2209. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2210. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2211. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2212. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2213. [2024-08-31 19:50:23.877 +10:00] [ERR] [134] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2214. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  2215. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2216. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2217. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2218. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2219. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2220. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2221. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2222. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2223. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2224. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2225. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2226. --- End of inner exception stack trace ---
  2227. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2228. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2229. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2230. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2231. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2232. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2233. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2234. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2235. [2024-08-31 19:50:24.593 +10:00] [ERR] [133] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2236. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4627.
  2237. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2238. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2239. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2240. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2241. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2242. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2243. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2244. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2245. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2246. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2247. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2248. --- End of inner exception stack trace ---
  2249. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2250. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2251. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2252. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2253. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2254. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2255. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2256. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2257. [2024-08-31 19:50:25.209 +10:00] [ERR] [6] MediaBrowser.Providers.Books.BookMetadataService: Error in "Comic Vine"
  2258. System.Text.Json.JsonException: The JSON value could not be converted to System.Boolean. Path: $.results[2].has_staff_review | LineNumber: 0 | BytePositionInLine: 4629.
  2259. ---> System.InvalidOperationException: Cannot get the value of a token type 'StartObject' as a boolean.
  2260. at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)
  2261. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2262. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2263. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2264. at System.Text.Json.Serialization.JsonCollectionConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
  2265. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2266. at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.ReadJsonAndSetMember(Object obj, ReadStack& state, Utf8JsonReader& reader)
  2267. at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
  2268. at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
  2269. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2270. --- End of inner exception stack trace ---
  2271. at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, Utf8JsonReader& reader, Exception ex)
  2272. at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
  2273. at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
  2274. at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)
  2275. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetSearchResultsInternal(BookInfo item, CancellationToken cancellationToken)
  2276. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.FetchIssueId(BookInfo item, CancellationToken cancellationToken)
  2277. at Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider.GetMetadata(BookInfo info, CancellationToken cancellationToken)
  2278. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  2279. [2024-08-31 19:58:06.396 +10:00] [INF] [68] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "Scan Media Library"
  2280. [2024-08-31 19:58:21.932 +10:00] [INF] [68] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  2281. [2024-08-31 19:58:21.939 +10:00] [INF] [90] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.9.57" closed
  2282. [2024-08-31 19:58:52.955 +10:00] [INF] [127] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  2283. [2024-08-31 19:58:52.958 +10:00] [INF] [127] Main: Running query planner optimizations in the database... This might take a while
  2284. [2024-08-31 19:58:52.972 +10:00] [INF] [61] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library": Cancelling
  2285. [2024-08-31 19:58:52.972 +10:00] [INF] [61] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library": Waiting on Task
  2286. [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
  2287. [2024-08-31 19:58:55.182 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2288. [2024-08-31 19:58:55.182 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2289. [2024-08-31 19:58:55.183 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2290. [2024-08-31 19:58:55.183 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2291. [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"
  2292. [2024-08-31 19:58:55.281 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2293. [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"
  2294. [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"
  2295. [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"]
  2296. [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2297. [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"]
  2298. [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"]
  2299. [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2300. [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2301. [2024-08-31 19:58:55.353 +10:00] [INF] [127] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2302. [2024-08-31 19:58:56.054 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2303. [2024-08-31 19:58:56.054 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2304. [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2305. [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2306. [2024-08-31 19:58:56.055 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2307. [2024-08-31 19:58:56.056 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2308. [2024-08-31 19:58:56.060 +10:00] [INF] [127] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2309. [2024-08-31 19:58:56.086 +10:00] [INF] [127] Main: Kestrel is listening on "0.0.0.0"
  2310. [2024-08-31 19:58:56.101 +10:00] [ERR] [127] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2311. System.Net.Sockets.SocketException (48): Address already in use
  2312. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2313. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2314. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2315. [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.
  2316. [2024-08-31 19:58:56.255 +10:00] [ERR] [127] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2317. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2318. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2319. ---> System.Net.Sockets.SocketException (48): Address already in use
  2320. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2321. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2322. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2323. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2324. --- End of inner exception stack trace ---
  2325. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2326. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2327. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2328. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2329. --- End of stack trace from previous location ---
  2330. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2331. --- End of inner exception stack trace ---
  2332. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2333. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2334. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2335. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2336. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2337. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2338. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2339. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2340. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2341. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2342. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2343. [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
  2344. [2024-08-31 19:58:56.258 +10:00] [FTL] [127] Main: Error while starting server
  2345. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2346. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2347. ---> System.Net.Sockets.SocketException (48): Address already in use
  2348. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2349. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2350. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2351. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2352. --- End of inner exception stack trace ---
  2353. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2354. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2355. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2356. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2357. --- End of stack trace from previous location ---
  2358. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2359. --- End of inner exception stack trace ---
  2360. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2361. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2362. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2363. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2364. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2365. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2366. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2367. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2368. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2369. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2370. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2371. [2024-08-31 19:58:56.258 +10:00] [INF] [127] Main: Running query planner optimizations in the database... This might take a while
  2372. [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2373. [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2374. [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2375. [2024-08-31 19:58:56.259 +10:00] [INF] [127] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2376. [2024-08-31 20:13:56.345 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
  2377. [2024-08-31 20:13:56.374 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
  2378. [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"]
  2379. [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"
  2380. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Architecture: Arm64
  2381. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: 64-Bit Process: True
  2382. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: User Interactive: True
  2383. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Processor count: 8
  2384. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
  2385. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
  2386. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
  2387. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
  2388. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
  2389. [2024-08-31 20:13:56.376 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
  2390. [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"
  2391. [2024-08-31 20:13:56.597 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2392. [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"
  2393. [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"
  2394. [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"]
  2395. [2024-08-31 20:13:56.661 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2396. [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"]
  2397. [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"]
  2398. [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2399. [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2400. [2024-08-31 20:13:56.662 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2401. [2024-08-31 20:13:57.730 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2402. [2024-08-31 20:13:57.730 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2403. [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2404. [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2405. [2024-08-31 20:13:57.731 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2406. [2024-08-31 20:13:57.744 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2407. [2024-08-31 20:13:57.745 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2408. [2024-08-31 20:13:57.791 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  2409. [2024-08-31 20:13:57.952 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2410. System.Net.Sockets.SocketException (48): Address already in use
  2411. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2412. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2413. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2414. [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.
  2415. [2024-08-31 20:13:58.167 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2416. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2417. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2418. ---> System.Net.Sockets.SocketException (48): Address already in use
  2419. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2420. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2421. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2422. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2423. --- End of inner exception stack trace ---
  2424. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2425. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2426. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2427. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2428. --- End of stack trace from previous location ---
  2429. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2430. --- End of inner exception stack trace ---
  2431. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2432. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2433. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2434. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2435. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2436. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2437. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2438. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2439. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2440. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2441. [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
  2442. [2024-08-31 20:13:58.168 +10:00] [FTL] [1] Main: Error while starting server
  2443. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2444. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2445. ---> System.Net.Sockets.SocketException (48): Address already in use
  2446. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2447. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2448. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2449. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2450. --- End of inner exception stack trace ---
  2451. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2452. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2453. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2454. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2455. --- End of stack trace from previous location ---
  2456. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2457. --- End of inner exception stack trace ---
  2458. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2459. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2460. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2461. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2462. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2463. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2464. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2465. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2466. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2467. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2468. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2469. [2024-08-31 20:13:58.168 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  2470. [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2471. [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2472. [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2473. [2024-08-31 20:13:58.177 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2474. [2024-08-31 20:14:57.601 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
  2475. [2024-08-31 20:14:57.625 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
  2476. [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"]
  2477. [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"
  2478. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Architecture: Arm64
  2479. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: 64-Bit Process: True
  2480. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: User Interactive: True
  2481. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Processor count: 8
  2482. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
  2483. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
  2484. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
  2485. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
  2486. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
  2487. [2024-08-31 20:14:57.627 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
  2488. [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"
  2489. [2024-08-31 20:14:57.770 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2490. [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"
  2491. [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"
  2492. [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"]
  2493. [2024-08-31 20:14:57.819 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2494. [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"]
  2495. [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"]
  2496. [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2497. [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2498. [2024-08-31 20:14:57.820 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2499. [2024-08-31 20:14:58.767 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2500. [2024-08-31 20:14:58.767 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2501. [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2502. [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2503. [2024-08-31 20:14:58.768 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2504. [2024-08-31 20:14:58.779 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2505. [2024-08-31 20:14:58.779 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2506. [2024-08-31 20:14:58.832 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  2507. [2024-08-31 20:14:58.983 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2508. System.Net.Sockets.SocketException (48): Address already in use
  2509. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2510. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2511. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2512. [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.
  2513. [2024-08-31 20:14:59.160 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2514. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2515. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2516. ---> System.Net.Sockets.SocketException (48): Address already in use
  2517. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2518. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2519. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2520. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2521. --- End of inner exception stack trace ---
  2522. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2523. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2524. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2525. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2526. --- End of stack trace from previous location ---
  2527. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2528. --- End of inner exception stack trace ---
  2529. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2530. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2531. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2532. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2533. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2534. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2535. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2536. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2537. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2538. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2539. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2540. [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
  2541. [2024-08-31 20:14:59.161 +10:00] [FTL] [1] Main: Error while starting server
  2542. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2543. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2544. ---> System.Net.Sockets.SocketException (48): Address already in use
  2545. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2546. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2547. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2548. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2549. --- End of inner exception stack trace ---
  2550. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2551. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2552. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2553. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2554. --- End of stack trace from previous location ---
  2555. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2556. --- End of inner exception stack trace ---
  2557. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2558. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2559. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2560. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2561. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2562. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2563. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2564. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2565. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2566. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2567. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2568. [2024-08-31 20:14:59.162 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  2569. [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2570. [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2571. [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2572. [2024-08-31 20:14:59.169 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2573. [2024-08-31 20:18:47.924 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
  2574. [2024-08-31 20:18:47.947 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
  2575. [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"]
  2576. [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"
  2577. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Architecture: Arm64
  2578. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: 64-Bit Process: True
  2579. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: User Interactive: True
  2580. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Processor count: 8
  2581. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
  2582. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
  2583. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
  2584. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
  2585. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
  2586. [2024-08-31 20:18:47.949 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
  2587. [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"
  2588. [2024-08-31 20:18:48.097 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2589. [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"
  2590. [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"
  2591. [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"]
  2592. [2024-08-31 20:18:48.143 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2593. [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"]
  2594. [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"]
  2595. [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2596. [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2597. [2024-08-31 20:18:48.144 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2598. [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2599. [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2600. [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2601. [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2602. [2024-08-31 20:18:49.106 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2603. [2024-08-31 20:18:49.119 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2604. [2024-08-31 20:18:49.119 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2605. [2024-08-31 20:18:49.164 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  2606. [2024-08-31 20:18:49.325 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2607. System.Net.Sockets.SocketException (48): Address already in use
  2608. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2609. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2610. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2611. [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.
  2612. [2024-08-31 20:18:49.519 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2613. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2614. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2615. ---> System.Net.Sockets.SocketException (48): Address already in use
  2616. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2617. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2618. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2619. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2620. --- End of inner exception stack trace ---
  2621. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2622. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2623. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2624. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2625. --- End of stack trace from previous location ---
  2626. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2627. --- End of inner exception stack trace ---
  2628. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2629. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2630. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2631. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2632. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2633. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2634. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2635. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2636. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2637. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2638. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2639. [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
  2640. [2024-08-31 20:18:49.520 +10:00] [FTL] [1] Main: Error while starting server
  2641. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2642. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2643. ---> System.Net.Sockets.SocketException (48): Address already in use
  2644. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2645. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2646. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2647. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2648. --- End of inner exception stack trace ---
  2649. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2650. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2651. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2652. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2653. --- End of stack trace from previous location ---
  2654. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2655. --- End of inner exception stack trace ---
  2656. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2657. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2658. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2659. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2660. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2661. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2662. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2663. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2664. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2665. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2666. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2667. [2024-08-31 20:18:49.520 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  2668. [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2669. [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2670. [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2671. [2024-08-31 20:18:49.528 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2672. [2024-08-31 20:20:44.577 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
  2673. [2024-08-31 20:20:44.601 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
  2674. [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"]
  2675. [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"
  2676. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Architecture: Arm64
  2677. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: 64-Bit Process: True
  2678. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: User Interactive: True
  2679. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Processor count: 8
  2680. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
  2681. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
  2682. [2024-08-31 20:20:44.602 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
  2683. [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
  2684. [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
  2685. [2024-08-31 20:20:44.603 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
  2686. [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"
  2687. [2024-08-31 20:20:44.740 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2688. [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"
  2689. [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"
  2690. [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"]
  2691. [2024-08-31 20:20:44.787 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2692. [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"]
  2693. [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"]
  2694. [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2695. [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2696. [2024-08-31 20:20:44.788 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2697. [2024-08-31 20:20:45.763 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2698. [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2699. [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2700. [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2701. [2024-08-31 20:20:45.764 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2702. [2024-08-31 20:20:45.777 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2703. [2024-08-31 20:20:45.777 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2704. [2024-08-31 20:20:45.824 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  2705. [2024-08-31 20:20:45.974 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2706. System.Net.Sockets.SocketException (48): Address already in use
  2707. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2708. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2709. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2710. [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.
  2711. [2024-08-31 20:20:46.157 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2712. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2713. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2714. ---> System.Net.Sockets.SocketException (48): Address already in use
  2715. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2716. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2717. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2718. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2719. --- End of inner exception stack trace ---
  2720. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2721. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2722. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2723. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2724. --- End of stack trace from previous location ---
  2725. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2726. --- End of inner exception stack trace ---
  2727. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2728. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2729. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2730. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2731. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2732. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2733. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2734. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2735. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2736. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2737. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2738. [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
  2739. [2024-08-31 20:20:46.158 +10:00] [FTL] [1] Main: Error while starting server
  2740. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2741. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2742. ---> System.Net.Sockets.SocketException (48): Address already in use
  2743. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2744. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2745. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2746. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2747. --- End of inner exception stack trace ---
  2748. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2749. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2750. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2751. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2752. --- End of stack trace from previous location ---
  2753. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2754. --- End of inner exception stack trace ---
  2755. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2756. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2757. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2758. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2759. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2760. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2761. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2762. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2763. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2764. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2765. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2766. [2024-08-31 20:20:46.158 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  2767. [2024-08-31 20:20:46.165 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2768. [2024-08-31 20:20:46.165 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2769. [2024-08-31 20:20:46.166 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2770. [2024-08-31 20:20:46.166 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  2771. [2024-08-31 20:36:09.727 +10:00] [INF] [1] Main: Jellyfin version: "10.9.10"
  2772. [2024-08-31 20:36:09.750 +10:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/vg/Library/Application Support/jellyfin/log]"]
  2773. [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"]
  2774. [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"
  2775. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Architecture: Arm64
  2776. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: 64-Bit Process: True
  2777. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: User Interactive: True
  2778. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Processor count: 8
  2779. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Program data path: "/Users/vg/Library/Application Support/jellyfin"
  2780. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Log directory path: "/Users/vg/Library/Application Support/jellyfin/log"
  2781. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Config directory path: "/Users/vg/Library/Application Support/jellyfin/config"
  2782. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Cache path: "/Users/vg/Library/Application Support/jellyfin/cache"
  2783. [2024-08-31 20:36:09.752 +10:00] [INF] [1] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
  2784. [2024-08-31 20:36:09.753 +10:00] [INF] [1] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
  2785. [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"
  2786. [2024-08-31 20:36:09.901 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  2787. [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"
  2788. [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"
  2789. [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"]
  2790. [2024-08-31 20:36:09.953 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  2791. [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"]
  2792. [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"]
  2793. [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  2794. [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  2795. [2024-08-31 20:36:09.954 +10:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  2796. [2024-08-31 20:36:10.945 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
  2797. [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
  2798. [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.10.0"
  2799. [2024-08-31 20:36:10.950 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.10.0"
  2800. [2024-08-31 20:36:10.951 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.10.0"
  2801. [2024-08-31 20:36:10.962 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.10.0"
  2802. [2024-08-31 20:36:10.962 +10:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.10.0"
  2803. [2024-08-31 20:36:11.006 +10:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  2804. [2024-08-31 20:36:11.155 +10:00] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to "0.0.0.0":7359
  2805. System.Net.Sockets.SocketException (48): Address already in use
  2806. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2807. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2808. at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
  2809. [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.
  2810. [2024-08-31 20:36:11.336 +10:00] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
  2811. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2812. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2813. ---> System.Net.Sockets.SocketException (48): Address already in use
  2814. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2815. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2816. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2817. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2818. --- End of inner exception stack trace ---
  2819. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2820. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2821. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2822. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2823. --- End of stack trace from previous location ---
  2824. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2825. --- End of inner exception stack trace ---
  2826. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2827. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2828. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2829. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2830. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2831. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2832. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2833. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2834. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2835. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2836. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2837. [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
  2838. [2024-08-31 20:36:11.337 +10:00] [FTL] [1] Main: Error while starting server
  2839. System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
  2840. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
  2841. ---> System.Net.Sockets.SocketException (48): Address already in use
  2842. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  2843. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  2844. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  2845. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2846. --- End of inner exception stack trace ---
  2847. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  2848. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  2849. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  2850. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  2851. --- End of stack trace from previous location ---
  2852. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2853. --- End of inner exception stack trace ---
  2854. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  2855. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2856. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  2857. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
  2858. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  2859. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  2860. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  2861. at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
  2862. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
  2863. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  2864. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  2865. [2024-08-31 20:36:11.337 +10:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  2866. [2024-08-31 20:36:11.344 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  2867. [2024-08-31 20:36:11.344 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  2868. [2024-08-31 20:36:11.345 +10:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  2869. [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