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

[Bug] Crash on iOS on workout start #109

Open
a-mabe opened this issue Nov 29, 2023 · 0 comments
Open

[Bug] Crash on iOS on workout start #109

a-mabe opened this issue Nov 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@a-mabe
Copy link
Owner

a-mabe commented Nov 29, 2023

Describe the bug

App crash on workout start. Stuck on loading screen.

To Reproduce
Steps to reproduce the behavior:

  1. Open the app and tap on a workout.
  2. Select start.
  3. App will begin to load the workout and will freeze showing the loading spinner.

Expected behavior

Workout to start as expected.

Screenshots
If applicable, add screenshots to help explain your problem.

Device and Operating System (please complete the following information):

  • Device: iPhone 6
  • OS: 15.7.8

Additional context

Logs:

2023-11-28 20:05:16.492398-0500 Runner[24780:557467] flutter: initDB executed
2023-11-28 20:05:17.653133-0500 Runner[24780:557467] flutter: initDB executed
2023-11-28 20:05:18.679078-0500 Runner[24780:557467] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(2003329396, The operation couldn’t be completed. (OSStatus error 2003329396.), null, null)
StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:651:7)
MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:322:18)

AVAudioSession.setActive (package:audio_session/src/darwin.dart:150:8)

AudioSession.setActive (package:audio_session/src/core.dart:237:14)

2023-11-28 20:05:18.819018-0500 Runner[24780:557234] [ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
2023-11-28 20:05:20.294721-0500 Runner[24780:558041] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(1836282486, The operation couldn’t be completed. (OSStatus error 1836282486.), null, null)
StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:651:7)
MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:322:18)

AudioSession.configure (package:audio_session/src/core.dart:202:5)

CountdownState.onStart (package:background_timer/background_timer.dart:333:5)

@a-mabe a-mabe added the bug Something isn't working label Nov 29, 2023
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

1 participant