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
The text was updated successfully, but these errors were encountered:
asadbekdev
changed the title
latformException(record, The operation couldn’t be completed. (OSStatus error 1718449215.), null, null)
PlatformException(record, The operation couldn’t be completed. (OSStatus error 1718449215.), null, null)
Jan 11, 2024
record: 5.0.4
Environment
When i use await _recorder.start(const RecordConfig(), path: _path!); function, it's not working and showing error.
A clear and concise description of what the bug is.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(record, The operation couldn’t be completed. (OSStatus error 1718449215.), null, null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:651:7)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:322:18)
#2 AudioRecorder.start (package:record/src/record.dart:53:5)
The text was updated successfully, but these errors were encountered: