Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
875 stars 573 forks source link

[BUG]: -[FlutterSoundEmptyLogDelegate logCallback:::]: unrecognized selector sent to instance 0x28344c5c0 #732

Open MATTYGILO opened 3 years ago

MATTYGILO commented 3 years ago

Flutter Sound Version :

Severity


Platforms you faced the error


Describe the bug I record and run the audio into a neural network https://pub.dev/packages/tflite, on iOS the app doesn't crash but keeps sending this callback. What does it mean?


Logs!!!!

(This is very important. Most of the time we cannot do anything if we do not have information on your bug). To activate the logs, you must instantiate your modules with the Log Level set to Level.debug :

-[FlutterSoundEmptyLogDelegate logCallback:::]: unrecognized selector sent to instance 0x28344c5c0
Async callback block received error: -[FlutterSoundEmptyLogDelegate logCallback:::]: unrecognized selector sent to instance 0x28344c5c0n
(
    0   CoreFoundation                      0x0000000193cc313c 373EC2DD-3A29-3E74-B85D-BE4EE925167A + 1159484
    1   libobjc.A.dylib                     0x00000001a79d6480 objc_exception_throw + 56
    2   CoreFoundation                      0x0000000193bd2138 373EC2DD-3A29-3E74-B85D-BE4EE925167A + 172344
    3   CoreFoundation                      0x0000000193cc54c0 373EC2DD-3A29-3E74-B85D-BE4EE925167A + 1168576
    4   CoreFoundation                      0x0000000193cc79ac _CF_forwarding_prep_0 + 92
    5   MyApp                          0x0000000101260318 callbackBlockFunction + 716
    6   libdispatch.dylib                   0x00000001938fa2b0 16C9F613-7AE3-32CE-BA3A-B0DCF0464F0E + 393904
    7   libdispatch.dylib                   0x00000001938fb298 16C9F613-7AE3-32CE-BA3A-B0DCF0464F0E + 397976
    8   libdispatch.dylib                   0x000000019389fce4 16C9F613-7AE3-32CE-BA3A-B0DCF0464F0E + 23780
    9   libdispatch.dylib                   0x00000001938acbbc 16C9F613-7AE3-32CE-BA3A-B0DCF0464F0E + 76732
    10  libdispatch.dylib                   0x00000001938ad37c 16C9F613-7AE3-32CE-BA3A-B0DCF0464F0E + 78716
    11  libsystem_pthread.dylib             0x00000001dbfc5580 _pthread_wqthread + 212
    12  libsystem_pthread.dylib             0x00000001dbfc886c start_wqthread + 8
)

See this


Larpoux commented 3 years ago

This looks like a bug in Flutter Sound. I am going to look to your issue.

Larpoux commented 3 years ago

Do you have logs with (logLevel: Level.debug) ?

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.