Guest User

Untitled

a guest
Sep 9th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.03 KB | None | 0 0
  1. at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
  2. at JWueller.Jellyfin.OnePace.WebRepository.QueryGraphQlAsync(String query, CancellationToken cancellationToken)
  3. at JWueller.Jellyfin.OnePace.WebRepository.FetchMetadataAsync(CancellationToken cancellationToken)
  4. at JWueller.Jellyfin.OnePace.WebRepository.FindAllEpisodesAsync(CancellationToken cancellationToken)
  5. at JWueller.Jellyfin.OnePace.EpisodeIdentifier.IdentifyAsync(IRepository repository, ItemLookupInfo itemLookupInfo, CancellationToken cancellationToken)
  6. at JWueller.Jellyfin.OnePace.EpisodeImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
  7. at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
  8. [2024-09-09 08:34:01.714 +04:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/expansion/Anime/One Pace/[One Pace] Paced One Piece - Thriller Bark [720p]/[One Pace] Paced One Piece - Thriller Bark Episode 01 [720p][30D0916C].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  9. [2024-09-09 08:34:02.001 +04:00] [ERR] Error in "One Pace"
  10. System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  11. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  12. at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  13. at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  14. at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  15. at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
  16. at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
  17. at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken)
  18. at JWueller.Jellyfin.OnePace.WebRepository.<>c__DisplayClass6_0.<<QueryGraphQlAsync>b__0>d.MoveNext()
  19. --- End of stack trace from previous location ---
  20. at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
  21. at JWueller.Jellyfin.OnePace.WebRepository.QueryGraphQlAsync(String query, CancellationToken cancellationToken)
  22. at JWueller.Jellyfin.OnePace.WebRepository.FetchMetadataAsync(CancellationToken cancellationToken)
  23. at JWueller.Jellyfin.OnePace.WebRepository.FindAllEpisodesAsync(CancellationToken cancellationToken)
  24. at JWueller.Jellyfin.OnePace.EpisodeIdentifier.IdentifyAsync(IRepository repository, ItemLookupInfo itemLookupInfo, CancellationToken cancellationToken)
  25. at JWueller.Jellyfin.OnePace.EpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
  26. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  27. [2024-09-09 08:34:02.259 +04:00] [ERR] "EpisodeImageProvider" failed in GetImageInfos for type "Episode" at "/mnt/expansion/Anime/One Pace/[One Pace] Paced One Piece - Thriller Bark [720p]/[One Pace] Paced One Piece - Thriller Bark Episode 01 [720p][30D0916C].mkv"
  28. System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  29. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  30. at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  31. at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  32. at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  33. at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
  34. at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
  35. at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken)
  36. at JWueller.Jellyfin.OnePace.WebRepository.<>c__DisplayClass6_0.<<QueryGraphQlAsync>b__0>d.MoveNext()
  37. --- End of stack trace from previous location ---
  38. at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
  39. at JWueller.Jellyfin.OnePace.WebRepository.QueryGraphQlAsync(String query, CancellationToken cancellationToken)
  40. at JWueller.Jellyfin.OnePace.WebRepository.FetchMetadataAsync(CancellationToken cancellationToken)
  41. at JWueller.Jellyfin.OnePace.WebRepository.FindAllEpisodesAsync(CancellationToken cancellationToken)
  42. at JWueller.Jellyfin.OnePace.EpisodeIdentifier.IdentifyAsync(IRepository repository, ItemLookupInfo itemLookupInfo, CancellationToken cancellationToken)
  43. at JWueller.Jellyfin.OnePace.EpisodeImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
  44. at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
  45. [2024-09-09 08:34:02.517 +04:00] [ERR] Error in "One Pace"
  46. System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  47. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  48. at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  49. at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  50. at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  51. at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
  52. at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
  53. at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken)
  54. at JWueller.Jellyfin.OnePace.WebRepository.<>c__DisplayClass6_0.<<QueryGraphQlAsync>b__0>d.MoveNext()
  55. --- End of stack trace from previous location ---
  56. at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
  57. at JWueller.Jellyfin.OnePace.WebRepository.QueryGraphQlAsync(String query, CancellationToken cancellationToken)
  58. at JWueller.Jellyfin.OnePace.WebRepository.FetchMetadataAsync(CancellationToken cancellationToken)
  59. at JWueller.Jellyfin.OnePace.WebRepository.FindSeriesAsync(CancellationToken cancellationToken)
  60. at JWueller.Jellyfin.OnePace.SeriesIdentifier.IdentifyAsync(IRepository repository, ItemLookupInfo itemLookupInfo, CancellationToken cancellationToken)
  61. at JWueller.Jellyfin.OnePace.SeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
  62. at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
  63. [2024-09-09 08:34:02.767 +04:00] [ERR] "SeriesImageProvider" failed in GetImageInfos for type "Series" at "/mnt/expansion/Anime/One Pace"
  64. System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
  65. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
  66. at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
  67. at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
  68. at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
  69. at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
  70. at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
  71. at System.Text.Json.JsonDocument.ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options, CancellationToken cancellationToken)
  72. at JWueller.Jellyfin.OnePace.WebRepository.<>c__DisplayClass6_0.<<QueryGraphQlAsync>b__0>d.MoveNext()
  73. --- End of stack trace from previous location ---
  74. at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
  75. at JWueller.Jellyfin.OnePace.WebRepository.QueryGraphQlAsync(String query, CancellationToken cancellationToken)
  76. at JWueller.Jellyfin.OnePace.WebRepository.FetchMetadataAsync(CancellationToken cancellationToken)
  77. at JWueller.Jellyfin.OnePace.WebRepository.FindSeriesAsync(CancellationToken cancellationToken)
  78. at JWueller.Jellyfin.OnePace.SeriesIdentifier.IdentifyAsync(IRepository repository, ItemLookupInfo itemLookupInfo, CancellationToken cancellationToken)
  79. at JWueller.Jellyfin.OnePace.SeriesImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
  80. at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
  81. [2024-09-09 08:34:09.521 +04:00] [INF] "Scan Media Library" Completed after 0 minute(s) and 39 seconds
  82. [2024-09-09 08:34:09.694 +04:00] [INF] Watching directory "/mnt/expansion/Movies"
  83. [2024-09-09 08:34:09.768 +04:00] [INF] Watching directory "/mnt/expansion/Anime"
  84. [2024-09-09 08:34:09.784 +04:00] [INF] Watching directory "/mnt/expansion/Series"
  85. [2024-09-09 08:35:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  86. [2024-09-09 08:35:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  87. [2024-09-09 08:35:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  88. [2024-09-09 08:40:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  89. [2024-09-09 08:40:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  90. [2024-09-09 08:40:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  91. [2024-09-09 08:45:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  92. [2024-09-09 08:45:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  93. [2024-09-09 08:45:00.028 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  94. [2024-09-09 08:50:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  95. [2024-09-09 08:50:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  96. [2024-09-09 08:50:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  97. [2024-09-09 08:50:09.201 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  98. [2024-09-09 08:50:09.201 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  99. [2024-09-09 08:50:09.201 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  100. [2024-09-09 08:55:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  101. [2024-09-09 08:55:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  102. [2024-09-09 08:55:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  103. [2024-09-09 09:00:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  104. [2024-09-09 09:00:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  105. [2024-09-09 09:00:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  106. [2024-09-09 09:05:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  107. [2024-09-09 09:05:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  108. [2024-09-09 09:05:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  109. [2024-09-09 09:10:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  110. [2024-09-09 09:10:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  111. [2024-09-09 09:10:00.028 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  112. [2024-09-09 09:15:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  113. [2024-09-09 09:15:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  114. [2024-09-09 09:15:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  115. [2024-09-09 09:20:00.041 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  116. [2024-09-09 09:20:00.041 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  117. [2024-09-09 09:20:00.041 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  118. [2024-09-09 09:25:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  119. [2024-09-09 09:25:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  120. [2024-09-09 09:25:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  121. [2024-09-09 09:30:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  122. [2024-09-09 09:30:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  123. [2024-09-09 09:30:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  124. [2024-09-09 09:35:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  125. [2024-09-09 09:35:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  126. [2024-09-09 09:35:00.028 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  127. [2024-09-09 09:40:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  128. [2024-09-09 09:40:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  129. [2024-09-09 09:40:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  130. [2024-09-09 09:45:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  131. [2024-09-09 09:45:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  132. [2024-09-09 09:45:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  133. [2024-09-09 09:50:00.042 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  134. [2024-09-09 09:50:00.042 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  135. [2024-09-09 09:50:00.042 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  136. [2024-09-09 09:55:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  137. [2024-09-09 09:55:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  138. [2024-09-09 09:55:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  139. [2024-09-09 10:00:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  140. [2024-09-09 10:00:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  141. [2024-09-09 10:00:00.012 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  142. [2024-09-09 10:05:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  143. [2024-09-09 10:05:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  144. [2024-09-09 10:05:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  145. [2024-09-09 10:10:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  146. [2024-09-09 10:10:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  147. [2024-09-09 10:10:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  148. [2024-09-09 10:15:00.031 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  149. [2024-09-09 10:15:00.031 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  150. [2024-09-09 10:15:00.031 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  151. [2024-09-09 10:20:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  152. [2024-09-09 10:20:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  153. [2024-09-09 10:20:00.025 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  154. [2024-09-09 10:25:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  155. [2024-09-09 10:25:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  156. [2024-09-09 10:25:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  157. [2024-09-09 10:30:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  158. [2024-09-09 10:30:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  159. [2024-09-09 10:30:00.025 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  160. [2024-09-09 10:35:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  161. [2024-09-09 10:35:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  162. [2024-09-09 10:35:00.025 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  163. [2024-09-09 10:40:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  164. [2024-09-09 10:40:00.028 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  165. [2024-09-09 10:40:00.028 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  166. [2024-09-09 10:45:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  167. [2024-09-09 10:45:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  168. [2024-09-09 10:45:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  169. [2024-09-09 10:50:00.041 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  170. [2024-09-09 10:50:00.042 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  171. [2024-09-09 10:50:00.042 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  172. [2024-09-09 10:55:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  173. [2024-09-09 10:55:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  174. [2024-09-09 10:55:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  175. [2024-09-09 11:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  176. [2024-09-09 11:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  177. [2024-09-09 11:00:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  178. [2024-09-09 11:05:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  179. [2024-09-09 11:05:00.027 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  180. [2024-09-09 11:05:00.027 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  181. [2024-09-09 11:10:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  182. [2024-09-09 11:10:00.025 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  183. [2024-09-09 11:10:00.025 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  184. [2024-09-09 11:15:00.038 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  185. [2024-09-09 11:15:00.038 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  186. [2024-09-09 11:15:00.038 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  187. [2024-09-09 11:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  188. [2024-09-09 11:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  189. [2024-09-09 11:20:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  190. [2024-09-09 11:25:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  191. [2024-09-09 11:25:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  192. [2024-09-09 11:25:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  193. [2024-09-09 11:30:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  194. [2024-09-09 11:30:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  195. [2024-09-09 11:30:00.012 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  196. [2024-09-09 11:35:00.029 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  197. [2024-09-09 11:35:00.029 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  198. [2024-09-09 11:35:00.029 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  199. [2024-09-09 11:37:31.227 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  200. [2024-09-09 11:37:31.227 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  201. [2024-09-09 11:37:31.227 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  202. [2024-09-09 11:40:00.035 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  203. [2024-09-09 11:40:00.036 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  204. [2024-09-09 11:40:00.036 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  205. [2024-09-09 11:45:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  206. [2024-09-09 11:45:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  207. [2024-09-09 11:45:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  208. [2024-09-09 11:49:24.562 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  209. [2024-09-09 11:49:24.562 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  210. [2024-09-09 11:49:24.562 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  211. [2024-09-09 11:50:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  212. [2024-09-09 11:50:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  213. [2024-09-09 11:50:00.038 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  214. [2024-09-09 11:55:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  215. [2024-09-09 11:55:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  216. [2024-09-09 11:55:00.015 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  217. [2024-09-09 12:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  218. [2024-09-09 12:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  219. [2024-09-09 12:00:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  220. [2024-09-09 12:05:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  221. [2024-09-09 12:05:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  222. [2024-09-09 12:05:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  223. [2024-09-09 12:10:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  224. [2024-09-09 12:10:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  225. [2024-09-09 12:10:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  226. [2024-09-09 12:15:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  227. [2024-09-09 12:15:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  228. [2024-09-09 12:15:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  229. [2024-09-09 12:20:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  230. [2024-09-09 12:20:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  231. [2024-09-09 12:20:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  232. [2024-09-09 12:25:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  233. [2024-09-09 12:25:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  234. [2024-09-09 12:25:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  235. [2024-09-09 12:30:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  236. [2024-09-09 12:30:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  237. [2024-09-09 12:30:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  238. [2024-09-09 12:35:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  239. [2024-09-09 12:35:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  240. [2024-09-09 12:35:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  241. [2024-09-09 12:40:00.041 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  242. [2024-09-09 12:40:00.041 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  243. [2024-09-09 12:40:00.041 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  244. [2024-09-09 12:45:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  245. [2024-09-09 12:45:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  246. [2024-09-09 12:45:00.021 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  247. [2024-09-09 12:50:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  248. [2024-09-09 12:50:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  249. [2024-09-09 12:50:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  250. [2024-09-09 12:55:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  251. [2024-09-09 12:55:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  252. [2024-09-09 12:55:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  253. [2024-09-09 13:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  254. [2024-09-09 13:00:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  255. [2024-09-09 13:00:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  256. [2024-09-09 13:05:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  257. [2024-09-09 13:05:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  258. [2024-09-09 13:05:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  259. [2024-09-09 13:10:00.030 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  260. [2024-09-09 13:10:00.030 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  261. [2024-09-09 13:10:00.030 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  262. [2024-09-09 13:15:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  263. [2024-09-09 13:15:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  264. [2024-09-09 13:15:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  265. [2024-09-09 13:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  266. [2024-09-09 13:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  267. [2024-09-09 13:20:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  268. [2024-09-09 13:25:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  269. [2024-09-09 13:25:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  270. [2024-09-09 13:25:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  271. [2024-09-09 13:30:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  272. [2024-09-09 13:30:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  273. [2024-09-09 13:30:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  274. [2024-09-09 13:35:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  275. [2024-09-09 13:35:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  276. [2024-09-09 13:35:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  277. [2024-09-09 13:40:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  278. [2024-09-09 13:40:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  279. [2024-09-09 13:40:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  280. [2024-09-09 13:44:31.267 +04:00] [INF] "Haikyu!!" ("/mnt/expansion/Anime/Haikyu!!") will be refreshed.
  281. [2024-09-09 13:44:33.596 +04:00] [INF] "Naruto Shippuden" ("/mnt/expansion/Anime/Naruto Shippuden") will be refreshed.
  282. [2024-09-09 13:44:33.668 +04:00] [INF] "Season 21" ("/mnt/expansion/Anime/Naruto Shippuden/Season 21") will be refreshed.
  283. [2024-09-09 13:44:33.678 +04:00] [INF] "Season 7" ("/mnt/expansion/Anime/Naruto Shippuden/Season 07") will be refreshed.
  284. [2024-09-09 13:44:33.717 +04:00] [INF] "Season 16" ("/mnt/expansion/Anime/Naruto Shippuden/Season 16") will be refreshed.
  285. [2024-09-09 13:44:33.749 +04:00] [INF] "Season 4" ("/mnt/expansion/Anime/Naruto Shippuden/Season 04") will be refreshed.
  286. [2024-09-09 13:44:33.760 +04:00] [INF] "Season 19" ("/mnt/expansion/Anime/Naruto Shippuden/Season 19") will be refreshed.
  287. [2024-09-09 13:44:33.768 +04:00] [INF] "Season 12" ("/mnt/expansion/Anime/Naruto Shippuden/Season 12") will be refreshed.
  288. [2024-09-09 13:44:33.768 +04:00] [INF] "Season 3" ("/mnt/expansion/Anime/Naruto Shippuden/Season 03") will be refreshed.
  289. [2024-09-09 13:44:33.775 +04:00] [INF] "Season 20" ("/mnt/expansion/Anime/Naruto Shippuden/Season 20") will be refreshed.
  290. [2024-09-09 13:44:33.784 +04:00] [INF] "Season 18" ("/mnt/expansion/Anime/Naruto Shippuden/Season 18") will be refreshed.
  291. [2024-09-09 13:44:33.788 +04:00] [INF] "Season 11" ("/mnt/expansion/Anime/Naruto Shippuden/Season 11") will be refreshed.
  292. [2024-09-09 13:44:33.788 +04:00] [INF] "Season 9" ("/mnt/expansion/Anime/Naruto Shippuden/Season 09") will be refreshed.
  293. [2024-09-09 13:44:33.795 +04:00] [INF] "Season 5" ("/mnt/expansion/Anime/Naruto Shippuden/Season 05") will be refreshed.
  294. [2024-09-09 13:44:33.799 +04:00] [INF] "Season 2" ("/mnt/expansion/Anime/Naruto Shippuden/Season 02") will be refreshed.
  295. [2024-09-09 13:44:33.804 +04:00] [INF] "Season 8" ("/mnt/expansion/Anime/Naruto Shippuden/Season 08") will be refreshed.
  296. [2024-09-09 13:44:33.806 +04:00] [INF] "Season 14" ("/mnt/expansion/Anime/Naruto Shippuden/Season 14") will be refreshed.
  297. [2024-09-09 13:44:33.807 +04:00] [INF] "Season 15" ("/mnt/expansion/Anime/Naruto Shippuden/Season 15") will be refreshed.
  298. [2024-09-09 13:44:33.810 +04:00] [INF] "Season 10" ("/mnt/expansion/Anime/Naruto Shippuden/Season 10") will be refreshed.
  299. [2024-09-09 13:44:33.821 +04:00] [INF] "Season 17" ("/mnt/expansion/Anime/Naruto Shippuden/Season 17") will be refreshed.
  300. [2024-09-09 13:44:33.829 +04:00] [INF] "Season 1" ("/mnt/expansion/Anime/Naruto Shippuden/Season 01") will be refreshed.
  301. [2024-09-09 13:44:33.831 +04:00] [INF] "Season 6" ("/mnt/expansion/Anime/Naruto Shippuden/Season 06") will be refreshed.
  302. [2024-09-09 13:44:33.836 +04:00] [INF] "Season 22" ("/mnt/expansion/Anime/Naruto Shippuden/Season 22") will be refreshed.
  303. [2024-09-09 13:44:33.893 +04:00] [INF] "Season 13" ("/mnt/expansion/Anime/Naruto Shippuden/Season 13") will be refreshed.
  304. [2024-09-09 13:44:35.531 +04:00] [INF] "Vivy: Fluorite Eye's Song" ("/mnt/expansion/Anime/Vivy - Fluorite Eye's Song") will be refreshed.
  305. [2024-09-09 13:45:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  306. [2024-09-09 13:45:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  307. [2024-09-09 13:45:00.021 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  308. [2024-09-09 13:50:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  309. [2024-09-09 13:50:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  310. [2024-09-09 13:50:00.015 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  311. [2024-09-09 13:55:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  312. [2024-09-09 13:55:00.026 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  313. [2024-09-09 13:55:00.026 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  314. [2024-09-09 14:00:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  315. [2024-09-09 14:00:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  316. [2024-09-09 14:00:00.021 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  317. [2024-09-09 14:05:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  318. [2024-09-09 14:05:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  319. [2024-09-09 14:05:00.037 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  320. [2024-09-09 14:10:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  321. [2024-09-09 14:10:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  322. [2024-09-09 14:10:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  323. [2024-09-09 14:15:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  324. [2024-09-09 14:15:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  325. [2024-09-09 14:15:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  326. [2024-09-09 14:20:00.032 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  327. [2024-09-09 14:20:00.032 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  328. [2024-09-09 14:20:00.032 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  329. [2024-09-09 14:25:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  330. [2024-09-09 14:25:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  331. [2024-09-09 14:25:00.037 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  332. [2024-09-09 14:30:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  333. [2024-09-09 14:30:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  334. [2024-09-09 14:30:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  335. [2024-09-09 14:35:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  336. [2024-09-09 14:35:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  337. [2024-09-09 14:35:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  338. [2024-09-09 14:40:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  339. [2024-09-09 14:40:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  340. [2024-09-09 14:40:00.037 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  341. [2024-09-09 14:45:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  342. [2024-09-09 14:45:00.024 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  343. [2024-09-09 14:45:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  344. [2024-09-09 14:50:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  345. [2024-09-09 14:50:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  346. [2024-09-09 14:50:00.012 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  347. [2024-09-09 14:55:00.034 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  348. [2024-09-09 14:55:00.034 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  349. [2024-09-09 14:55:00.034 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  350. [2024-09-09 14:56:26.908 +04:00] [INF] "The Flash" ("/mnt/expansion/Series/The Flash") will be refreshed.
  351. [2024-09-09 14:56:33.733 +04:00] [INF] "Suits" ("/mnt/expansion/Series/Suits") will be refreshed.
  352. [2024-09-09 15:00:00.016 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  353. [2024-09-09 15:00:00.016 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  354. [2024-09-09 15:00:00.016 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  355. [2024-09-09 15:05:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  356. [2024-09-09 15:05:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  357. [2024-09-09 15:05:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  358. [2024-09-09 15:10:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  359. [2024-09-09 15:10:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  360. [2024-09-09 15:10:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  361. [2024-09-09 15:15:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  362. [2024-09-09 15:15:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  363. [2024-09-09 15:15:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  364. [2024-09-09 15:20:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  365. [2024-09-09 15:20:00.012 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  366. [2024-09-09 15:20:00.012 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  367. [2024-09-09 15:25:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  368. [2024-09-09 15:25:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  369. [2024-09-09 15:25:00.024 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  370. [2024-09-09 15:30:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  371. [2024-09-09 15:30:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  372. [2024-09-09 15:30:00.017 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  373. [2024-09-09 15:35:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  374. [2024-09-09 15:35:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  375. [2024-09-09 15:35:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  376. [2024-09-09 15:40:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  377. [2024-09-09 15:40:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  378. [2024-09-09 15:40:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  379. [2024-09-09 15:45:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  380. [2024-09-09 15:45:00.022 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  381. [2024-09-09 15:45:00.022 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  382. [2024-09-09 15:50:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  383. [2024-09-09 15:50:00.023 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  384. [2024-09-09 15:50:00.023 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  385. [2024-09-09 15:55:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  386. [2024-09-09 15:55:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  387. [2024-09-09 15:55:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  388. [2024-09-09 16:00:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  389. [2024-09-09 16:00:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  390. [2024-09-09 16:00:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  391. [2024-09-09 16:05:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  392. [2024-09-09 16:05:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  393. [2024-09-09 16:05:00.017 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  394. [2024-09-09 16:10:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  395. [2024-09-09 16:10:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  396. [2024-09-09 16:10:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  397. [2024-09-09 16:15:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  398. [2024-09-09 16:15:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  399. [2024-09-09 16:15:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  400. [2024-09-09 16:20:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  401. [2024-09-09 16:20:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  402. [2024-09-09 16:20:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  403. [2024-09-09 16:25:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  404. [2024-09-09 16:25:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  405. [2024-09-09 16:25:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  406. [2024-09-09 16:30:00.014 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  407. [2024-09-09 16:30:00.014 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  408. [2024-09-09 16:30:00.014 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  409. [2024-09-09 16:35:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  410. [2024-09-09 16:35:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  411. [2024-09-09 16:35:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  412. [2024-09-09 16:40:00.011 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  413. [2024-09-09 16:40:00.011 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  414. [2024-09-09 16:40:00.011 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  415. [2024-09-09 16:45:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  416. [2024-09-09 16:45:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  417. [2024-09-09 16:45:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  418. [2024-09-09 16:50:00.033 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  419. [2024-09-09 16:50:00.033 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  420. [2024-09-09 16:50:00.033 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  421. [2024-09-09 16:55:00.036 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  422. [2024-09-09 16:55:00.037 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  423. [2024-09-09 16:55:00.037 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  424. [2024-09-09 17:00:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  425. [2024-09-09 17:00:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  426. [2024-09-09 17:00:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  427. [2024-09-09 17:05:00.034 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  428. [2024-09-09 17:05:00.034 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  429. [2024-09-09 17:05:00.035 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  430. [2024-09-09 17:10:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  431. [2024-09-09 17:10:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  432. [2024-09-09 17:10:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  433. [2024-09-09 17:15:00.033 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  434. [2024-09-09 17:15:00.034 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  435. [2024-09-09 17:15:00.034 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  436. [2024-09-09 17:20:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  437. [2024-09-09 17:20:00.021 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  438. [2024-09-09 17:20:00.021 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  439. [2024-09-09 17:21:10.042 +04:00] [INF] "Update Plugins" Completed after 0 minute(s) and 2 seconds
  440. [2024-09-09 17:25:00.029 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  441. [2024-09-09 17:25:00.029 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  442. [2024-09-09 17:25:00.029 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  443. [2024-09-09 17:30:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  444. [2024-09-09 17:30:00.017 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  445. [2024-09-09 17:30:00.017 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  446. [2024-09-09 17:35:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  447. [2024-09-09 17:35:00.015 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  448. [2024-09-09 17:35:00.015 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  449. [2024-09-09 17:40:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  450. [2024-09-09 17:40:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  451. [2024-09-09 17:40:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  452. [2024-09-09 17:45:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  453. [2024-09-09 17:45:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  454. [2024-09-09 17:45:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  455. [2024-09-09 17:50:00.058 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  456. [2024-09-09 17:50:00.059 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  457. [2024-09-09 17:50:00.059 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  458. [2024-09-09 17:55:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  459. [2024-09-09 17:55:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  460. [2024-09-09 17:55:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  461. [2024-09-09 18:00:00.016 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  462. [2024-09-09 18:00:00.016 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  463. [2024-09-09 18:00:00.016 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  464. [2024-09-09 18:05:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  465. [2024-09-09 18:05:00.019 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  466. [2024-09-09 18:05:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  467. [2024-09-09 18:10:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  468. [2024-09-09 18:10:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  469. [2024-09-09 18:10:00.019 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  470. [2024-09-09 18:15:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  471. [2024-09-09 18:15:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  472. [2024-09-09 18:15:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  473. [2024-09-09 18:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  474. [2024-09-09 18:20:00.020 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  475. [2024-09-09 18:20:00.020 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  476. [2024-09-09 18:25:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  477. [2024-09-09 18:25:00.018 +04:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  478. [2024-09-09 18:25:00.018 +04:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  479. [2024-09-09 18:27:45.677 +04:00] [INF] WS "192.168.100.109" request
Advertisement
Add Comment
Please, Sign In to add comment