just_audio icon indicating copy to clipboard operation
just_audio copied to clipboard

[linux] just_audio_background/example

Open jwinarske opened this issue 11 months ago • 4 comments

Which API doesn't behave as documented, and how does it misbehave? functional unit test case

Minimal reproduction project just_audio_background/example

To Reproduce (i.e. user steps, not code)

cd just_audio_background/example
flutter create .
flutter run -d linux

Error messages

Loading swirl is permanently shown. Flutter log output indicates mpv is running:

flutter: MPV 40acd426-b1bf-41d1-9c02-fad0f27549e4 loaded track

Expected behavior Load track and play...

Desktop (please complete the following information):

  • OS: Linux - Fedora 39

Flutter SDK version

[!] Flutter (Channel [user-branch], 3.19.2, on Fedora Linux 39 (Workstation Edition) 6.7.7-200.fc39.x86_64, locale en_US.UTF-8)
    ! Flutter version 3.19.2 on channel [user-branch] at /mnt/raid10/workspace-automation/flutter
      Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
      If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/docs/get-started/install.
    ! Upstream repository unknown source is not a standard remote.
      Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
    • Framework revision 7482962148 (6 days ago), 2024-02-27 16:51:22 -0500
    • Engine revision 04817c99c9
    • Dart version 3.3.0
    • DevTools version 2.31.1
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[✓] Linux toolchain - develop for Linux desktop
    • clang version 17.0.6 (Fedora 17.0.6-2.fc39)
    • cmake version 3.27.7
    • ninja version 1.11.1
    • pkg-config version 1.9.5

[✓] VS Code (version 1.87.0)
    • VS Code at /usr/share/code
    • Flutter extension version 3.84.0

[✓] Connected device (2 available)
    • Linux (desktop)            • linux              • linux-x64 • Fedora Linux 39 (Workstation Edition) 6.7.7-200.fc39.x86_64
    • Toyota homescreen (mobile) • desktop-homescreen • linux-x64 • homescreen x86_64

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

Additional context

jwinarske avatar Mar 05 '24 01:03 jwinarske