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

Live stream / radio crashes desktop head unit after a few seconds #1112

Open
1 of 3 tasks
ervindobri opened this issue Mar 13, 2025 · 0 comments
Open
1 of 3 tasks

Live stream / radio crashes desktop head unit after a few seconds #1112

ervindobri opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels
1 backlog bug Something isn't working

Comments

@ervindobri
Copy link

Platforms exhibiting the bug

  • Android
  • iOS
  • web

Devices exhibiting the bug

  1. Android emulator + Desktop head unit (debug mode)

Minimal reproduction project

Minimal reproduction project

Take example project and change one of the mediaItems to a live stream one

      MediaItem(
        id: 'https://stream-uk1.radioparadise.com/aac-320',
        title: 'Live stream radio',
        isLive: true,
      ),

Steps to reproduce

  1. Start example project
  2. Put live stream mediaitem and press play
  3. 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: main
E/AndroidRuntime(21147): Process: com.google.android.projection.gearhead:projection, PID: 21147
E/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!
@ervindobri ervindobri added 1 backlog bug Something isn't working labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants