You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.ArgumentOutOfRangeException: Valid values are between -62135596800 and 253402300799, inclusive. (Parameter 'seconds')
at System.DateTimeOffset.FromUnixTimeSeconds(Int64 seconds)
at QBittorrent.Client.Converters.UnixTimeToNullableDateTimeConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at QBittorrent.Client.QBittorrentClient.<>c__DisplayClass21_0.<<GetTorrentPropertiesAsync>g__ExecuteAsync|0>d.MoveNext()
--- End of stack trace from previous location ---
at Infrastructure.Verticals.DownloadClient.QBittorrent.QBitService.ShouldRemoveFromArrQueueAsync(String hash, IReadOnlyList`1 ignoredDownloads) in /app/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs:line 83 at Infrastructure.Verticals.QueueCleaner.QueueCleaner.<>c__DisplayClass3_0.<<ProcessInstanceAsync>b__0>d.MoveNext() in /app/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs:line 107--- End of stack trace from previous location --- at Infrastructure.Verticals.Arr.ArrQueueIterator.Iterate(IArrClient arrClient, ArrInstance arrInstance, Func`2 action) in /app/Infrastructure/Verticals/Arr/ArrQueueIterator.cs:line 43 at Infrastructure.Verticals.QueueCleaner.QueueCleaner.ProcessInstanceAsync(ArrInstance instance, InstanceType instanceType) in /app/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs:line 65 at Infrastructure.Verticals.Jobs.GenericHandler.ProcessArrConfigAsync(ArrConfig config, InstanceType instanceType, Boolean throwOnFailure) in /app/Infrastructure/Verticals/Jobs/GenericHandler.cs:line 83
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Before submitting a bug report, I have:
What is the behavior?
Creation date seems to be way off. Appears as
Created On: 6/1/40665, 7:35:55 PM
on qBit's web UI.Which operating system do you use?
Linux
What type of deployment do you use?
Docker container
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: