Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-06-15 21:36:02.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:02.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:04.5|Debug|Api|[GET] /api/v1/appprofile: 200.OK (29 ms)
- 2021-06-15 21:36:04.5|Debug|Api|[GET] /api/v1/applications: 200.OK (39 ms)
- 2021-06-15 21:36:05.7|Debug|Api|[POST] /api/v1/command: 201.Created (20 ms)
- 2021-06-15 21:36:05.9|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:05.8|Error|ApplicationService|An error occurred while talking to remote application.
- [v0.1.0.447] Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'NzbDrone.Core.Applications.Radarr.RadarrIndexer' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
- To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
- Path '', line 1, position 1.
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
- 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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
- at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 141
- at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 82
- at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\Radarr.cs:line 69
- at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass13_0.<SyncIndexers>b__4(IApplication a) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 145
- at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
- 2021-06-15 21:36:06.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:06.0|Error|ApplicationService|An error occurred while talking to remote application.
- [v0.1.0.447] Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'NzbDrone.Core.Applications.Radarr.RadarrIndexer' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
- To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
- Path '', line 1, position 1.
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
- 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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
- at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 141
- at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 82
- at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\Radarr.cs:line 69
- at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass13_0.<SyncIndexers>b__4(IApplication a) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 145
- at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
- 2021-06-15 21:36:06.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:06.3|Error|ApplicationService|An error occurred while talking to remote application.
- [v0.1.0.447] Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'NzbDrone.Core.Applications.Sonarr.SonarrIndexer' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
- To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
- Path '', line 1, position 1.
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
- 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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
- at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 141
- at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 82
- at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\Sonarr.cs:line 69
- at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass13_0.<SyncIndexers>b__4(IApplication a) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 145
- at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
- 2021-06-15 21:36:06.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
- 2021-06-15 21:36:06.6|Error|ApplicationService|An error occurred while talking to remote application.
- [v0.1.0.447] Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'NzbDrone.Core.Applications.Sonarr.SonarrIndexer' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
- To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
- Path '', line 1, position 1.
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
- 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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
- at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 141
- at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.AddIndexer(SonarrIndexer indexer, SonarrSettings settings) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 82
- at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\Sonarr.cs:line 69
- at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass13_0.<SyncIndexers>b__4(IApplication a) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 145
- at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
- 2021-06-15 21:36:06.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
- 2021-06-15 21:36:08.1|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
- 2021-06-15 21:36:08.1|Debug|Api|[GET] /api/v1/system/status: 200.OK (5 ms)
- 2021-06-15 21:36:15.2|Debug|Api|[GET] /api/v1/log/file: 200.OK (4 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement