Advertisement
Guest User

Untitled

a guest
Jun 15th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 KB | None | 0 0
  1. 2021-06-15 21:36:02.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  2. 2021-06-15 21:36:02.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  3. 2021-06-15 21:36:04.5|Debug|Api|[GET] /api/v1/appprofile: 200.OK (29 ms)
  4. 2021-06-15 21:36:04.5|Debug|Api|[GET] /api/v1/applications: 200.OK (39 ms)
  5. 2021-06-15 21:36:05.7|Debug|Api|[POST] /api/v1/command: 201.Created (20 ms)
  6. 2021-06-15 21:36:05.9|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  7. 2021-06-15 21:36:05.8|Error|ApplicationService|An error occurred while talking to remote application.
  8.  
  9. [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.
  10. 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.
  11. Path '', line 1, position 1.
  12. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
  13. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
  14. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  15. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  16. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  17. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  18. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  19. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  20. at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 141
  21. 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
  22. at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\Radarr.cs:line 69
  23. 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
  24. at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
  25.  
  26.  
  27. 2021-06-15 21:36:06.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  28. 2021-06-15 21:36:06.0|Error|ApplicationService|An error occurred while talking to remote application.
  29.  
  30. [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.
  31. 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.
  32. Path '', line 1, position 1.
  33. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
  34. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
  35. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  36. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  37. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  38. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  39. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  40. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  41. at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\RadarrV3Proxy.cs:line 141
  42. 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
  43. at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Radarr\Radarr.cs:line 69
  44. 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
  45. at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
  46.  
  47.  
  48. 2021-06-15 21:36:06.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  49. 2021-06-15 21:36:06.3|Error|ApplicationService|An error occurred while talking to remote application.
  50.  
  51. [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.
  52. 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.
  53. Path '', line 1, position 1.
  54. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
  55. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
  56. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  57. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  58. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  59. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  60. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  61. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  62. at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 141
  63. 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
  64. at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\Sonarr.cs:line 69
  65. 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
  66. at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
  67.  
  68.  
  69. 2021-06-15 21:36:06.6|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
  70. 2021-06-15 21:36:06.6|Error|ApplicationService|An error occurred while talking to remote application.
  71.  
  72. [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.
  73. 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.
  74. Path '', line 1, position 1.
  75. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
  76. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
  77. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  78. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  79. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  80. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  81. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  82. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  83. at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\SonarrV3Proxy.cs:line 141
  84. 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
  85. at NzbDrone.Core.Applications.Sonarr.Sonarr.AddIndexer(IndexerDefinition indexer) in D:\a\1\s\src\NzbDrone.Core\Applications\Sonarr\Sonarr.cs:line 69
  86. 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
  87. at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in D:\a\1\s\src\NzbDrone.Core\Applications\ApplicationService.cs:line 168
  88.  
  89.  
  90. 2021-06-15 21:36:06.7|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
  91. 2021-06-15 21:36:08.1|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
  92. 2021-06-15 21:36:08.1|Debug|Api|[GET] /api/v1/system/status: 200.OK (5 ms)
  93. 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