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

Error Launching Video in Wonderous App #177

Open
rzambroni opened this issue Apr 23, 2024 · 0 comments
Open

Error Launching Video in Wonderous App #177

rzambroni opened this issue Apr 23, 2024 · 0 comments

Comments

@rzambroni
Copy link

Steps to Reproduce:

  1. Clone the Wonderous app repository from GitHub.

  2. Ensure Flutter is installed and configured correctly on your system.

  3. Open the cloned repository in Xcode 15.4.

  4. Navigate to the root directory of the project and launch the app on an iOS simulator using the command flutter run.

  5. Within the app, navigate to the "construction" section.

  6. Open the video file located in the "construction" section.

Logs:

flutter: Navigate to: /home/wonder/colosseum/video/GXoEpNjgKzg?t=0
Error launching process, description 'The operation couldn't be completed. (OSStatus error -10814.)', reason ''
Warning: -[BETextInput attributedMarkedText] is unimplemented
Error launching process, description 'The operation couldn't be completed. (OSStatus error -10814.)', reason ''
0x7faaae1c14f0 - ProcessThrottlerTimedActivity::activityTimedOut:

Context:

When attempting to open the video file located within the "construction" section of the Wonderous app, an error occurs. The error message suggests that there is a problem launching the process associated with the video file, resulting in the inability to play the video. This issue persists across Flutter versions, both the MASTER (3.22.0-14.0.pre.67) and STABLE (3.19.6) channels.

image

Flutter Doctor Output:

josefinadiz@MacBook-Pro-de-Josefina flutter-wonderous-app % flutter doctor -v
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale
    en-US)
    • Flutter version 3.19.6 on channel stable at
      /Users/josefinadiz/flutter/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 54e66469a9 (6 days ago), 2024-04-17 13:08:03 -0700
    • Engine revision c4cd48e186
    • Dart version 3.3.4
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc3)
    • Android SDK at /Users/josefinadiz/Library/Android/sdk
    • Platform android-34, build-tools 35.0.0-rc3
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
    • Xcode at /Applications/Xcode-beta.app/Contents/Developer
    • Build 15F5021i
    • CocoaPods version 1.15.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)

[✓] VS Code (version 1.88.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.86.0

[✓] Connected device (3 available)            
    • iPhone 15 Pro Max (mobile) • B83A83C5-B74C-4C41-B0F1-44AEAA4BD493 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-5 (simulator)
    • macOS (desktop)            • macos                                • darwin-arm64   • macOS 14.4.1 23E224 darwin-arm64
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 124.0.6367.62

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

• No issues found!
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

1 participant