Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error synching content with Plex #4344

Closed
Drapersniper opened this issue Oct 13, 2021 · 1 comment
Closed

Error synching content with Plex #4344

Drapersniper opened this issue Oct 13, 2021 · 1 comment

Comments

@Drapersniper
Copy link

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:

  1. Go to Settings -> Media Server -> Plex
  2. 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)
@github-actions
Copy link

Hi!

Thanks for the issue report. Before a real human comes by, please make sure you used our bug report format.

Have you looked at the wiki yet? https://docs.ombi.app/

Before posting make sure you also read our FAQ.

Make the title describe your issue. Having 'not working' or 'I get this bug' for 100 issues, isn't really helpful.

If we need more information or there is some progress we tag the issue or update the tag and keep you updated.

Thanks!

Ombi Bot.

@Drapersniper Drapersniper changed the title Error synching episodes with Plex Error synching content with Plex Oct 13, 2021
tidusjar added a commit that referenced this issue Oct 13, 2021
Removed properties that are not used and do not need to be deseralised
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants