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

[rarbg] (testing) Exception (rarbg): Unexpected character encountered while parsing value: <. Path '', line 0, position 0.: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. #13352

Closed
3 tasks done
adyum opened this issue Jul 11, 2022 · 1 comment

Comments

@adyum
Copy link

adyum commented Jul 11, 2022

Have you checked our Troubleshooting page for your issue?

  • I have checked the Troubleshooting page

Is there already an issue for your problem?

  • I have checked older issues, open and closed

Have you read our Contributing Guidelines?

  • I have read the Contributing Guidelines

Environment

2022-07-11 10:41:58	Info	
Loading Native indexers ...
2022-07-11 10:41:58	Info	
Using HTTP Client: HttpWebClient2
2022-07-11 10:41:58	Info	
Using FlareSolverr: No
2022-07-11 10:41:58	Info	
Using proxy: Disabled
2022-07-11 10:41:58	Info	
App config/log directory: /config/Jackett
2022-07-11 10:41:58	Info	
ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
2022-07-11 10:41:58	Info	
Running in Docker: Yes (image build: unknown)
2022-07-11 10:41:58	Info	
File /etc/issue: Arch Linux \r (\l)
2022-07-11 10:41:58	Info	
Jackett variant: CoreLinuxAmdx64
2022-07-11 10:41:58	Info	
OS version: Unix 5.10.28.0 (64bit OS) (64bit process)
2022-07-11 10:41:58	Info	
Environment version: 6.0.2 (/usr/lib/jackett/)
2022-07-11 10:41:57	Info	
Jackett Data will be stored in: /config/Jackett
2022-07-11 10:41:57	Info	
Starting Jackett v0.20.1285

Description

Issue occurs both when testing and attempting to use RARBG. I have deleted and readded the integration as well.

Started happening this morning according to my logs.

Logged Error Messages

Jackett.Common.IndexerException: Exception (rarbg): Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
 ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
   at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
   at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
   at Newtonsoft.Json.Linq.JObject.Parse(String json)
   at Jackett.Common.Indexers.RarBG.PerformQueryWithRetry(TorznabQuery query, Boolean retry) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Indexers/RarBG.cs:line 144
   at Jackett.Common.Indexers.RarBG.PerformQuery(TorznabQuery query) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Indexers/RarBG.cs:line 134
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Indexers/BaseIndexer.cs:line 310
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Indexers/BaseIndexer.cs:line 322
   at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Indexers/BaseIndexer.cs:line 677
   at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Common/Services/IndexerManagerService.cs:line 309
   at Jackett.Server.Controllers.IndexerApiController.Test() in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Server/Controllers/IndexerApiController.cs:line 132
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /tmp/makepkg/jackett/src/Jackett-0.20.1285/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 26

Screenshots

No response

@jackettbot
Copy link

jackettbot bot commented Jul 11, 2022

Duplicate of #13350

Hi @adyum,

This issue looks similar to #13350.

To prevent issue tracker clutter, this issue will now be closed. If you feel this issue isn't a duplicate of #13350, then feel free to post a comment on this issue stating why it's not a duplicate. Your comment will automatically re-open this issue.

@jackettbot jackettbot bot added the Duplicate label Jul 11, 2022
@jackettbot jackettbot bot closed this as completed Jul 11, 2022
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

1 participant