You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, facing the following issue using the demo code.
Fatal Exception: FlutterError
OperationFailedException(startRecording failed: Recording(Properties(RecordingNotEnabled)))
0
platform_bridge.dart - Line 220
PlatformBridge._asyncCall.<fn> + 220
1
util.dart - Line 15
ObjectExt.let + 15
2
platform_bridge.dart - Line 220
PlatformBridge._asyncCall + 220
3
platform_bridge.dart - Line 386
PlatformBridge.updateInputs.<fn> + 386
4
platform_bridge.dart - Line 502
PlatformBridge.startRecording + 502
5
recording_button.dart - Line 169
_RecordingButtonState._onPressed + 169
Here is the breakdown of iOS versions it is happening on. Basically, any version.
Here is an example:
Do you know anything about it? I tested to see if it is caused by refusing voice/video permissions but I could not reproduce it. Even after refusing those permissions it didn't crash.
The text was updated successfully, but these errors were encountered:
More stack trace information (I've confirmed this is running the latest example code)
Fatal Exception: FlutterError
OperationFailedException(updateInputs failed: TimeoutException after 0:00:10.000000: Future not completed)
0
platform_bridge.dart - Line 220
PlatformBridge._asyncCall.<fn> + 220
1
util.dart - Line 15
ObjectExt.let + 15
2
platform_bridge.dart - Line 220
PlatformBridge._asyncCall + 220
3
platform_bridge.dart - Line 386
PlatformBridge.updateInputs.<fn> + 386
Any feedback on this? For the record, it's not clear to me that this is an issue with the demo code per se vs the library. However I haven't been able to find daily_flutter itself on GitHub so asking the question here. Thanks!
jd-bus
changed the title
ios crasher
crasher: OperationFailedException(startRecording failed: Recording(Properties(RecordingNotEnabled)))
Jun 23, 2024
Hi, facing the following issue using the demo code.
Here is the breakdown of iOS versions it is happening on. Basically, any version.
Here is an example:
Do you know anything about it? I tested to see if it is caused by refusing voice/video permissions but I could not reproduce it. Even after refusing those permissions it didn't crash.
The text was updated successfully, but these errors were encountered: