You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop Head Unit crashes after few seconds of playing
Expected results
Live stream / radio should work normally.
Actual results
Desktop head unit crashes with the exception after a few seconds of playing a live stream.
Non-live content works perfectly.
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
```dart/AndroidRuntime(21147): FATAL EXCEPTION: mainE/AndroidRuntime(21147): Process: com.google.android.projection.gearhead:projection, PID: 21147E/AndroidRuntime(21147): java.lang.IllegalArgumentException: No matching component for intent: Intent { act=MEDIA_SHOW_PLAYBACK_VIEW cmp=com.example.just_audio_poc/com.ryanheise.audioservice.AudioService (has extras) }E/AndroidRuntime(21147): at nmu.a(SourceFile:100)E/AndroidRuntime(21147): at ntb.g(SourceFile:1)E/AndroidRuntime(21147): at nnd.A(SourceFile:92)E/AndroidRuntime(21147): at nch.T(SourceFile:5)E/AndroidRuntime(21147): at jit.a(SourceFile:202)E/AndroidRuntime(21147): at hke.a(SourceFile:255)E/AndroidRuntime(21147): at hjo.h(SourceFile:1)E/AndroidRuntime(21147): at hjo.b(SourceFile:13)E/AndroidRuntime(21147): at joz.j(SourceFile:201)E/AndroidRuntime(21147): at joz.h(SourceFile:6)E/AndroidRuntime(21147): at kbj.e(SourceFile:11)E/AndroidRuntime(21147): at jwt.s(SourceFile:46)E/AndroidRuntime(21147): at jwb.onClick(SourceFile:448)E/AndroidRuntime(21147): at android.view.View.performClick(View.java:8028)E/AndroidRuntime(21147): at android.view.View.performClickInternal(View.java:8005)E/AndroidRuntime(21147): at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)E/AndroidRuntime(21147): at android.view.View$PerformClick.run(View.java:31229)E/AndroidRuntime(21147): at android.os.Handler.handleCallback(Handler.java:959)E/AndroidRuntime(21147): at android.os.Handler.dispatchMessage(Handler.java:100)E/AndroidRuntime(21147): at android.os.Looper.loopOnce(Looper.java:232)E/AndroidRuntime(21147): at android.os.Looper.loop(Looper.java:317)E/AndroidRuntime(21147): at android.app.ActivityThread.main(ActivityThread.java:8705)E/AndroidRuntime(21147): at java.lang.reflect.Method.invoke(Native Method)E/AndroidRuntime(21147): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)E/AndroidRuntime(21147): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.2, on macOS 15.3.1 24D70 darwin-arm64, locale en-HU)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Community Edition (version 2024.1.4)
[✓] VS Code (version 1.98.0)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
Platforms exhibiting the bug
Devices exhibiting the bug
Minimal reproduction project
Minimal reproduction project
Take example project and change one of the mediaItems to a live stream one
Steps to reproduce
Expected results
Live stream / radio should work normally.
Actual results
Desktop head unit crashes with the exception after a few seconds of playing a live stream.
Non-live content works perfectly.
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
The text was updated successfully, but these errors were encountered: