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

[Bug] Does not play SoundCloud links on a cellular network #684

Closed
4 tasks done
ghost opened this issue Jan 11, 2025 · 0 comments
Closed
4 tasks done

[Bug] Does not play SoundCloud links on a cellular network #684

ghost opened this issue Jan 11, 2025 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 11, 2025

Checklist (Your issue will be automatically closed if you delete this part)

  • I make sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I understand that issues with limited impact, such as those occurring on specific devices or under specific network conditions, will not be fixed.
  • I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • I have attached the error report in the issue.

Describe the bug
The error occurs only on a cellular network (not Wi-Fi)

Frequency
Always

Steps to reproduce the bug

  1. Use only the cellular network
  2. Follow the link to the track from a third-party source (example: https://soundcloud.com/minimalene/die-rakete-dec-24-minimalene)

Device (e.g. Pixel 9 Pro)
OPPO RX17 Neo

Error report

  • User Action: play stream
  • Request: Player error[type=ERROR_CODE_PARSING_CONTAINER_MALFORMED] occurred while playing https://soundcloud.com/minimalene/die-rakete-dec-24-minimalene
  • Content Country: RU
  • Content Language: ru-RU
  • App Language: ru_RU
  • Service: SoundCloud (Anonymous)
  • Version: 4.1.0
  • OS: Linux Android 9 - 28
Crash log

com.google.android.exoplayer2.ExoPlaybackException: Source error
	at com.google.android.exoplayer2.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:641)
	at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:611)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loop(Looper.java:242)
	at android.os.HandlerThread.run(HandlerThread.java:65)
Caused by: com.google.android.exoplayer2.ParserException: Cannot find sync byte. Most likely not a Transport Stream.
	at com.google.android.exoplayer2.extractor.ts.TsExtractor.findEndOfFirstTsPacketInBuffer(TsExtractor.java:460)
	at com.google.android.exoplayer2.extractor.ts.TsExtractor.read(TsExtractor.java:327)
	at com.google.android.exoplayer2.source.hls.BundledHlsMediaChunkExtractor.read(BundledHlsMediaChunkExtractor.java:67)
	at com.google.android.exoplayer2.source.hls.HlsMediaChunk.feedDataToExtractor(HlsMediaChunk.java:473)
	at com.google.android.exoplayer2.source.hls.HlsMediaChunk.loadMedia(HlsMediaChunk.java:437)
	at com.google.android.exoplayer2.source.hls.HlsMediaChunk.load(HlsMediaChunk.java:394)
	at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:412)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:764)


Additional context
There is no such problem in NewPipe

PS
Thank you so much for fixing the 403 error on YouTube!

@ghost ghost closed this as completed Jan 13, 2025
@ghost ghost reopened this Jan 13, 2025
@ghost ghost closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2025
This issue was closed.
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

No branches or pull requests

0 participants