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
Describe the bug
When starting the recorder audio stream, I get the following error in the logs:
[ERROR:flutter/shell/common/shell.cc(1065)] The 'com.llfbandit.record/eventsRecord/ac553894-2dfd-45aa-b17f-08697d986033' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread.
The recording works, but it may cause some problems in the future.
To Reproduce
Would you like me to send you a link to the repo with a sample app?
Expected behavior
No such error should happen.
Additional context
NA
The text was updated successfully, but these errors were encountered:
Hello,
I am also encountering this error on the Windows platform with the latest version. It occurs during recording, and nothing is being saved.
[+245842 ms] [ERROR:flutter/shell/common/shell.cc(1065)] The 'com.llfbandit.record/events/1eacebba-7a92-4a55-acae-8c9a0e7663dd' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
Package version
5.1.2
Environment
Describe the bug
When starting the recorder audio stream, I get the following error in the logs:
[ERROR:flutter/shell/common/shell.cc(1065)] The 'com.llfbandit.record/eventsRecord/ac553894-2dfd-45aa-b17f-08697d986033' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread.
The recording works, but it may cause some problems in the future.
To Reproduce
Would you like me to send you a link to the repo with a sample app?
Expected behavior
No such error should happen.
Additional context
NA
The text was updated successfully, but these errors were encountered: