Skip to content

fix(stream): update stream request timeouts for PenguPlay and debrid addons - #524

Closed
Himanth-reddy wants to merge 1 commit into
ProdigyV21:fix/hilt-appmodule-jvmstaticfrom
Himanth-reddy:fix/penguplay-stream-timeouts
Closed

fix(stream): update stream request timeouts for PenguPlay and debrid addons#524
Himanth-reddy wants to merge 1 commit into
ProdigyV21:fix/hilt-appmodule-jvmstaticfrom
Himanth-reddy:fix/penguplay-stream-timeouts

Conversation

@Himanth-reddy

Copy link
Copy Markdown
Collaborator

Stacked on PR #523

Summary

Fixes an issue where PenguPlay and other remote/debrid stream addons fail to fetch streams for TV show episodes (returning 0 streams).

Problem

  • Cold requests for PenguPlay episode streams take ~4.3s.
  • was hardcoded to 4.0s (4000ms), causing single stream requests to be aborted 300ms before responses arrived.
  • PenguPlay was not included in .

Solution

  1. Included in so PenguPlay receives the 18s aggregator stream request timeout window.
  2. Increased default from 4.0s to 8.0s to prevent early cancellations on cold queries.
  3. Added unit test coverage for TMDB episode candidate resolution on series streams.

@Himanth-reddy
Himanth-reddy changed the base branch from main to fix/hilt-appmodule-jvmstatic August 7, 2026 10:03
@Himanth-reddy

Copy link
Copy Markdown
Collaborator Author

Replaced by same-repository stacked PR #526

@Himanth-reddy
Himanth-reddy deleted the fix/penguplay-stream-timeouts branch August 7, 2026 10:19
@Himanth-reddy
Himanth-reddy restored the fix/penguplay-stream-timeouts branch August 7, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant