Giter VIP home page Giter VIP logo

Comments (10)

garfield69 avatar garfield69 commented on September 27, 2024

The indexer is working for me so this suggests the problem is at your end.
Follow troubleshooting steps here - https://github.com/Jackett/Jackett/wiki/Troubleshooting#a-connection-attempt-failed

from jackett.

Craze477 avatar Craze477 commented on September 27, 2024

everything fine but its hows like if i browse it in website the site opens

from jackett.

ilike2burnthing avatar ilike2burnthing commented on September 27, 2024

Have you followed the troubleshooting steps linked above?

from jackett.

Craze477 avatar Craze477 commented on September 27, 2024

Yeah

from jackett.

Craze477 avatar Craze477 commented on September 27, 2024

But still it's not working

from jackett.

ilike2burnthing avatar ilike2burnthing commented on September 27, 2024

Provide the environment information initially requested.

from jackett.

garfield69 avatar garfield69 commented on September 27, 2024

Please fill in the environment section of this ticket, by restarting Jackett, viewing the log, scrolling to the bottom, and copy/paste the last 10 lines from the log,

from jackett.

ThorBlindMice avatar ThorBlindMice commented on September 27, 2024

I am running into the same issue. With enhanced logging, here is what I'm getting:

2024-03-05 19:16:33.3538 Info Request starting HTTP/1.1 POST http://127.0.0.1:9117/api/v2.0/indexers/animetosho/test - 0
2024-03-05 19:16:33.3538 Debug Request is continuing in applying rules. Current url is http://127.0.0.1:9117/api/v2.0/indexers/animetosho/test
2024-03-05 19:16:33.3538 Debug Request is continuing in applying rules. Current url is http://127.0.0.1:9117/api/v2.0/indexers/animetosho/test
2024-03-05 19:16:33.3538 Debug Request is continuing in applying rules. Current url is http://127.0.0.1:9117/api/v2.0/indexers/animetosho/test
2024-03-05 19:16:33.3616 Debug POST requests are not supported
2024-03-05 19:16:33.3616 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-03-05 19:16:33.3616 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers/animetosho/test'
2024-03-05 19:16:33.3616 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (JackettConsole)' with route pattern 'api/v2.0/indexers/{indexerid}/Test' is valid for the request path '/api/v2.0/indexers/animetosho/test'
2024-03-05 19:16:33.3616 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (JackettConsole)'
2024-03-05 19:16:33.3616 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (JackettConsole)'
2024-03-05 19:16:33.3616 Info Route matched with {action = "Test", controller = "IndexerApi"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Test() on controller Jackett.Server.Controllers.IndexerApiController (JackettConsole).
2024-03-05 19:16:33.3616 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-03-05 19:16:33.3783 Debug Execution plan of resource filters (in the following order): None
2024-03-05 19:16:33.3783 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter, Jackett.Server.Controllers.RequiresIndexer
2024-03-05 19:16:33.3783 Debug Execution plan of exception filters (in the following order): None
2024-03-05 19:16:33.3783 Debug Execution plan of result filters (in the following order): None
2024-03-05 19:16:33.3783 Debug Authorization was successful.
2024-03-05 19:16:33.3783 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (JackettConsole)
2024-03-05 19:16:33.3931 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (JackettConsole)
2024-03-05 19:16:33.3931 Debug CACHE PruneCacheByTtl / Pruned queries: 2
2024-03-05 19:16:33.3931 Debug CACHE Status / Total cached results: 0
2024-03-05 19:16:33.3931 Debug WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: https://feed.animetosho.org/api)
2024-03-05 19:16:33.9255 Info Executed action Jackett.Server.Controllers.IndexerApiController.Test (JackettConsole) in 535.775ms
2024-03-05 19:16:33.9255 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (JackettConsole)'
2024-03-05 19:16:33.9255 Error Jackett.Common.IndexerException: Exception (animetosho):  Received an unexpected EOF or 0 bytes from the transport stream.

[v0.21.1946.0] Jackett.Common.IndexerException: Exception (animetosho):  Received an unexpected EOF or 0 bytes from the transport stream.
 ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.IO.IOException:  Received an unexpected EOF or 0 bytes from the transport stream.
   at System.Net.Security.SslStream.<FillHandshakeBufferAsync>g__InternalFillHandshakeBufferAsync|189_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize)
   at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
   at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at FlareSolverrSharp.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Jackett.Common.Utils.Clients.HttpWebClient2.Run(WebRequest webRequest) in ./Jackett.Common/Utils/Clients/HttpWebClient2.cs:line 180
   at Jackett.Common.Utils.Clients.WebClient.GetResultAsync(WebRequest request) in ./Jackett.Common/Utils/Clients/WebClient.cs:line 186
   at Jackett.Common.Indexers.Feeds.BaseFeedIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/Feeds/BaseFeedIndexer.cs:line 53
   at Jackett.Common.Indexers.Feeds.AnimeTosho.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/Feeds/AnimeTosho.cs:line 54
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 368
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 368
   at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 755
   at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in ./Jackett.Common/Services/IndexerManagerService.cs:line 320
   at Jackett.Server.Controllers.IndexerApiController.Test() in ./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__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   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 ./Jackett.Server/Middleware/CustomExceptionHandler.cs:line 61

2024-03-05 19:16:34.4534 Debug The response will be compressed with 'br'.
2024-03-05 19:16:34.4554 Debug Connection id "0HN1TA3VR32HN" completed keep alive response.
2024-03-05 19:16:34.4554 Info Request finished HTTP/1.1 POST http://127.0.0.1:9117/api/v2.0/indexers/animetosho/test - 0 - 500 - application/json 1114.5491ms

from jackett.

ilike2burnthing avatar ilike2burnthing commented on September 27, 2024

For a different indexer - #15121

from jackett.

jackettbot avatar jackettbot commented on September 27, 2024

Hi @Craze477,

No response has been received for 7 days. To prevent issue tracker clutter, this issue will now be closed. To re-open the issue, please provide the information requested and the issue will automatically re-open.

from jackett.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.