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

Can't get tv shows #224

Open
lucawen opened this issue Jul 24, 2024 · 2 comments
Open

Can't get tv shows #224

lucawen opened this issue Jul 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lucawen
Copy link

lucawen commented Jul 24, 2024

Describe the bug
Trying to search for some TV shows, I'm not finding any episodes of anything I was searching for, just movies.

To Reproduce
I'm currently running a private instance on elfhosting. To test, just search for any TV show

Expected behavior
It should return information about the content of the TV show

Logs
Addon:

app.kubernetes.io/name=knightcrawler-addon -f
Defaulted container "knightcrawler-addon" out of: knightcrawler-addon, gluetun
Defaulted container "knightcrawler-addon" out of: knightcrawler-addon, gluetun
imdbId tt0179225
imdbId tt29141112
imdbId tt4919268
imdbId tt0167261
imdbId tt21383812
imdbId tt15782954
imdbId tt19755790
imdbId tt30743549

Debrid Collector:

Defaulted container "knightcrawler-debridcollector" out of: knightcrawler-debridcollector, gluetun
04:54:37 [Information] [SharedContracts.Python.PythonEngineService] Python engine initialized
04:54:37 [Warning] [Microsoft.AspNetCore.Server.Kestrel] Overriding address(es) '"http://*:8080"'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
04:54:42 [Information] [MassTransit] Bus started: rabbitmq://rabbitmq/
04:54:57 [Information] [DebridCollector.Features.Worker.InfohashMetadataSagaStateMachine] Collecting Metadata for torrent "e2ddd9e6ebe17bbeeaf6fbcdab3a6ad63e8df41a" in Saga fff93657-14bf-4b08-afdc-c206db9a14a4
04:54:59 [Error] [DebridCollector.Features.Debrid.DebridRequestProcessor] Failed to process infoHashes
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
   at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
   at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
   at DebridCollector.Features.Debrid.RealDebridClient.GetMetadataAsync(IReadOnlyCollection`1 requests, CancellationToken cancellationToken) in /src/debrid-collector/Features/Debrid/RealDebridClient.cs:line 17
   at DebridCollector.Features.Debrid.DebridRequestProcessor.ProcessRequests(IReadOnlyCollection`1 requests, CancellationToken stoppingToken) in /src/debrid-collector/Features/Debrid/DebridRequestProcessor.cs:line 48

Producer:

Defaulted container "knightcrawler-producer" out of: knightcrawler-producer, gluetun
Quartz.SchedulerException: Job threw an unhandled exception.
---> System.InvalidOperationException: Job failed too many times
  at Producer.Features.JobSupport.BaseJob.Execute(IJobExecutionContext context) in /src/producer/src/Features/JobSupport/BaseJob.cs:line 9
  at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
  --- End of inner exception stack trace --- [See nested exception: System.InvalidOperationException: Job failed too many times
  at Producer.Features.JobSupport.BaseJob.Execute(IJobExecutionContext context) in /src/producer/src/Features/JobSupport/BaseJob.cs:line 9
  at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
04:57:47 [Information] [Producer.Features.Crawlers.Yts.YtsCrawler] Ingestion Successful - Wrote 0 new torrents
04:57:47 [Information] [Producer.Features.Crawlers.Tgx.TgxCrawler] Ingestion Successful - Wrote 0 new torrents
04:58:01 [Information] [Producer.Features.Amqp.PublisherJob] Successfully set 34 torrents as processed

Hardware:

  • OS and distro: Kubernetes on Linux
  • Server: Kubernetes

Additional context

@lucawen lucawen added the bug Something isn't working label Jul 24, 2024
@TheKing349
Copy link

I just set up knightcrawler and I have the same issue as well

@asynchronous98
Copy link

I have the same issue as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants