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

Issues with 403 Errors and Missing Cover Images #286

Open
2 tasks done
trillox9 opened this issue Feb 6, 2025 · 0 comments
Open
2 tasks done

Issues with 403 Errors and Missing Cover Images #286

trillox9 opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@trillox9
Copy link

trillox9 commented Feb 6, 2025

Description

Good morning, I'm trying out this fantastic app. I'm only testing the Italian community streaming. There are some series that can't be watched; I tried checking the logs with Android Studio, and it mentions a "403 error." However, for other series, everything works fine. Additionally, for the "TV only" version, no cover images/photos are being loaded.

Provider

StreamingCommunity

Reproduction steps

Go to streamingcommunity (italiano),
Watch "M - Il figlio del secolo",
Press start and see error

Operating system

android 15 mobile, android tv 12

Logs

10:49:13.921  E  Playback error
                   androidx.media3.exoplayer.ExoPlaybackException: Source error
                       at androidx.media3.exoplayer.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:737)
                       at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:709)
                       at android.os.Handler.dispatchMessage(Handler.java:103)
                       at android.os.Looper.loopOnce(Looper.java:232)
                       at android.os.Looper.loop(Looper.java:317)
                       at android.os.HandlerThread.run(HandlerThread.java:85)
                   Caused by: androidx.media3.datasource.HttpDataSource$InvalidResponseCodeException: Response code: 403
                       at androidx.media3.datasource.DefaultHttpDataSource.open(DefaultHttpDataSource.java:401)
                       at androidx.media3.datasource.DefaultDataSource.open(DefaultDataSource.java:275)
                       at androidx.media3.datasource.StatsDataSource.open(StatsDataSource.java:87)
                       at androidx.media3.datasource.DataSourceInputStream.checkOpened(DataSourceInputStream.java:101)
                       at androidx.media3.datasource.DataSourceInputStream.open(DataSourceInputStream.java:64)
                       at androidx.media3.exoplayer.upstream.ParsingLoadable.load(ParsingLoadable.java:182)
                       at androidx.media3.exoplayer.upstream.Loader$LoadTask.run(Loader.java:450)
                       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                       at java.lang.Thread.run(Thread.java:1012)
10:49:13.926  E  onPlayerError: 
                 androidx.media3.exoplayer.ExoPlaybackException: Source error
                 	at androidx.media3.exoplayer.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:737)
                 	at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:709)
                 	at android.os.Handler.dispatchMessage(Handler.java:103)
                 	at android.os.Looper.loopOnce(Looper.java:232)
                 	at android.os.Looper.loop(Looper.java:317)
                 	at android.os.HandlerThread.run(HandlerThread.java:85)
                 Caused by: androidx.media3.datasource.HttpDataSource$InvalidResponseCodeException: Response code: 403
                 	at androidx.media3.datasource.DefaultHttpDataSource.open(DefaultHttpDataSource.java:401)
                 	at androidx.media3.datasource.DefaultDataSource.open(DefaultDataSource.java:275)
                 	at androidx.media3.datasource.StatsDataSource.open(StatsDataSource.java:87)
                 	at androidx.media3.datasource.DataSourceInputStream.checkOpened(DataSourceInputStream.java:101)
                 	at androidx.media3.datasource.DataSourceInputStream.open(DataSourceInputStream.java:64)
                 	at androidx.media3.exoplayer.upstream.ParsingLoadable.load(ParsingLoadable.java:182)
                 	at androidx.media3.exoplayer.upstream.Loader$LoadTask.run(Loader.java:450)
                 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                 	at java.lang.Thread.run(Thread.java:1012)

Please confirm the following

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • If related to a provider, I have checked the site and it works, but not the app.
@trillox9 trillox9 added the bug Something isn't working label Feb 6, 2025
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

2 participants