Skip to content

Transient error 3003 is not retried for delayed-start On-Demand live streams #3094

Description

@keithmancuso1-stack

Steps to reproduce

  1. Open an On-Demand live stream that starts after receiving its first HTTP request.
  2. Select the stream once in CloudStream.
  3. CloudStream immediately displays:
    ERROR_CODE_PARSING_CONTAINER_UNSUPPORTED (3003)
  4. Wait approximately 2-3 seconds.
  5. Select the exact same stream again.
  6. The stream now plays successfully.

The same stream opens with one selection in NuvioTV because its player
automatically retries transient playback errors while the source is starting.

Expected behavior

CloudStream should perform a small, bounded number of delayed automatic retries
before displaying error 3003. Pending retries should be cancelled when the user
exits or changes the stream. Permanent HTTP errors such as 401, 403 and 404
should not be retried.

Actual behavior

Image Image

Image 1 shows the first attempt failing with error 3003.
Image 2 shows the exact same stream playing after selecting it again.

Cloudstream version and commit hash

4.8.0 3796406 (stable)
4.8.0-PRE 93d3b36 (latest pre-release)

Android version

Android 9 (LDPlayer 9)

Logcat

No full logcat was captured. The on-screen player error is:

ERROR_CODE_PARSING_CONTAINER_UNSUPPORTED (3003)
Source error

Other details

This occurs when the On-Demand source is cold. The first request starts the
stream on the server, but CloudStream immediately reports error 3003.

After waiting 2-3 seconds, the exact same URL plays successfully without any
change to the URL or stream configuration.

The same source opens with one selection in NuvioTV, which automatically retries
transient playback errors while the stream is starting.

Acknowledgements

  • I am sure my issue is related to the app and NOT some extension.
  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to pre-release version Latest.
  • I will fill out all of the requested information in this form.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions