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

Player Not Working On iOS #78

Open
Tombiczek opened this issue Aug 3, 2024 · 0 comments
Open

Player Not Working On iOS #78

Tombiczek opened this issue Aug 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Tombiczek
Copy link
Collaborator

The error I encounter is when trying to play radio on iPhone Simulator on Mac. This is the message that is displayed in the debug console upon clicking the button:

flutter: stream name:
flutter: stream title:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: (-11850) Operation Stopped
#0      AudioPlayer._load (package:just_audio/just_audio.dart:870:9)
<asynchronous suspension>
#1      AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1494:28)
<asynchronous suspension>
flutter: stream name:
flutter: stream title:
[ERROR:flutter/impeller/base/validation.cc(59)] Break on 'ImpellerValidationBreak' to inspect point of failure: Requested mip_count 4 exceeds maximum supported for size (4, 5)
flutter: stream name:
flutter: stream title:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: (-11850) Operation Stopped
#0      AudioPlayer._load (package:just_audio/just_audio.dart:870:9)
<asynchronous suspension>
#1      AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1494:28)
<asynchronous suspension>

It could be a problem of Info.plist however I could not get it to work this way. Important to notice is that I have not yet checked if the issue persists on a real iPhone.

NOTE: This is an iOS specific issue

@Tombiczek Tombiczek added the bug Something isn't working label Aug 3, 2024
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