-
Notifications
You must be signed in to change notification settings - Fork 162
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
crashing in iOS 18 beta #327
Comments
Did you find any Solution @Sergelenchimeg ? If Yes Please Let e know! |
Hello, @Sergelenchimeg @dikshit1400 if possible can you please provide more information or block of code because i have tested in IOS 18 and it's working well. Thank you |
I have been facing the same issue in iOS , here is the base code.
Error: flutter: PlatformException(AudioWaveforms, Failed to prepare player, The operation couldn’t be completed. (OSStatus error 2003334207.), null) |
I am getting same error |
Hi @Sergelenchimeg , are you still encountering this issue? If so, could you please share the steps to reproduce it? Your input will help us investigate further. Thank you! |
Yes i am still getting same issue |
@korat2511 Can you please share the steps to reproduce the issue? |
import 'dart:developer'; import 'package:audio_waveforms/audio_waveforms.dart'; import '../../configuration/globals.dart'; class CreateTask extends StatefulWidget { const CreateTask({ @OverRide class _CreateTaskState extends State { String? voiceFilePath; bool showRecordingBox = false; late final RecorderController recorderController; @OverRide void _initialiseController() async {
} void _startRecording() async { void _stopRecording() async { @OverRide @OverRide
} Widget buildVoiceNoteSection(s) { Widget _buildWaveform() { void _playandPause() async { Widget _buildControls() { } |
@korat2511 Code snippet is hard to review. Could you simply let me know which parameters need to be passed for the issue to occur? |
late final RecorderController recorderController; Widget buildVoiceNoteSection(s) { Widget _buildWaveform() { void _playandPause() async { Widget _buildControls() { |
Any solution on it ? |
@korat2511 Can you please send me the video as well as the stack trace of the issue? The reason is on our end, we can't reproduce it. |
Please share your mail id so i can share video to you |
@korat2511 You can share the stack trace and video here. So everyone can be on the same page. |
video is too long
that's why
…On Fri, Jan 3, 2025 at 3:11 PM Manoj ***@***.***> wrote:
@korat2511 <https://github.com/korat2511> You can share the stack trace
and video here. So everyone can be on the same page.
—
Reply to this email directly, view it on GitHub
<#327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A75KZJONHAIYGTYMX7Y55G32IZLNNAVCNFSM6AAAAABLNUH7TGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYHE2DQNZUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
https://drive.google.com/file/d/1wM715-vmvy_qtaqEZZXi8W3pRsj4KWyC/view?usp=sharing
On Fri, Jan 3, 2025 at 3:13 PM RUTVIK KORAT ***@***.***>
wrote:
… video is too long
that's why
On Fri, Jan 3, 2025 at 3:11 PM Manoj ***@***.***> wrote:
> @korat2511 <https://github.com/korat2511> You can share the stack trace
> and video here. So everyone can be on the same page.
>
> —
> Reply to this email directly, view it on GitHub
> <#327 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A75KZJONHAIYGTYMX7Y55G32IZLNNAVCNFSM6AAAAABLNUH7TGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYHE2DQNZUGA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Any update on it ?
On Fri, Jan 3, 2025 at 3:39 PM RUTVIK KORAT ***@***.***>
wrote:
…
https://drive.google.com/file/d/1wM715-vmvy_qtaqEZZXi8W3pRsj4KWyC/view?usp=sharing
On Fri, Jan 3, 2025 at 3:13 PM RUTVIK KORAT ***@***.***>
wrote:
> video is too long
> that's why
>
> On Fri, Jan 3, 2025 at 3:11 PM Manoj ***@***.***> wrote:
>
>> @korat2511 <https://github.com/korat2511> You can share the stack trace
>> and video here. So everyone can be on the same page.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#327 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/A75KZJONHAIYGTYMX7Y55G32IZLNNAVCNFSM6AAAAABLNUH7TGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYHE2DQNZUGA>
>> .
>> You are receiving this because you were mentioned.Message ID:
>> ***@***.***
>> com>
>>
>
|
@korat2511 I think there is some mistake in the implementation, but I am unable to debug the issue. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
preparePlayer function gives an error:
PlatformException(AudioWaveforms, Failed to prepare player, The operation couldn’t be completed. (OSStatus error 561017449.), null)
Expected behavior
A clear and concise description of what you expected to happen.
Smartphone (please complete the following information):
Screenshots
Xcode crash report
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: