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
Not all the MP3 can be decoded and the console return [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: NoSuchMethodError: The method 'decode' was called on null. Receiver: null Tried calling: decode(Uint8Array) #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5) #1 ID3V2Reader.parseValues package:dart_tags/…/readers/id3v2.dart:71 #2 Reader.read.<anonymous closure> package:dart_tags/…/readers/reader.dart:13 #3 _rootRunUnary (dart:async/zone.dart:1362:47) <asynchronous suspension>
But the error cannot be catch on try catch or .catchError()
The code just stops at await tp.getTagsFromByteArray(bytes), therefore i can't handle the error.
The text was updated successfully, but these errors were encountered:
Not all the MP3 can be decoded and the console return
[VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: NoSuchMethodError: The method 'decode' was called on null. Receiver: null Tried calling: decode(Uint8Array) #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5) #1 ID3V2Reader.parseValues package:dart_tags/…/readers/id3v2.dart:71 #2 Reader.read.<anonymous closure> package:dart_tags/…/readers/reader.dart:13 #3 _rootRunUnary (dart:async/zone.dart:1362:47) <asynchronous suspension>
But the error cannot be catch on try catch or .catchError()
The code just stops at
await tp.getTagsFromByteArray(bytes)
, therefore i can't handle the error.The text was updated successfully, but these errors were encountered: