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
Describe the bug
Unable to sync episodes with Plex. Even after the request was fulfilled, it remains as "Requested".
I noticed the crash below in the logs after manually running full sync.
To Reproduce
Steps to reproduce the behavior:
Go to Settings -> Media Server -> Plex
Click on 'Manual Run Full sync
Expected behavior
Ombi to sync with plex to show available content.
Desktop (please complete the following information):
OS: Windows 10 64bit
Ombi Version (please complete the following information):
Version: 4.2.3
Media Server: Plex
Database Type: SQLite
Logs (Logs directory where Ombi is located)
2021-10-13 15:45:55.586 +01:00 [Error] Caching Episodes Failed
Newtonsoft.Json.JsonReaderException: JSON integer -9223372036854775808 is too large or small for an Int32. Path 'MediaContainer.mediaTagVersion', line 1, position 174.
at Newtonsoft.Json.JsonTextReader.ParseReadNumber(ReadType readType, Char firstChar, Int32 initialPosition)
at Newtonsoft.Json.JsonTextReader.ReadNumberValue(ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadAsInt32()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
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.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Ombi.Api.Api.Request[T](Request request, CancellationToken cancellationToken)
at Ombi.Api.Plex.PlexApi.GetLibrarySections(String authToken, String plexFullHost)
at Ombi.Schedule.Jobs.Plex.PlexEpisodeSync.Cache(PlexServers settings)
at Ombi.Schedule.Jobs.Plex.PlexEpisodeSync.Execute(IJobExecutionContext job)
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to sync episodes with Plex. Even after the request was fulfilled, it remains as "Requested".
I noticed the crash below in the logs after manually running full sync.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ombi to sync with plex to show available content.
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Logs (Logs directory where Ombi is located)
The text was updated successfully, but these errors were encountered: