We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When parsing the MP3s in my library, the processor crashed with this stack trace:
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:51:5) #1 ID3V2Reader.parseValues (package:dart_tags/src/readers/id3v2.dart:71:23) #2 Reader.read. (package:dart_tags/src/readers/reader.dart:13:23) #3 _RootZone.runUnary (dart:async/zone.dart:1450:54) #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32) #7 Future._addListener. (dart:async/future_impl.dart:393:9) #8 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) #9 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) #10 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13) #11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
Environment
Expected behavior Parses and returns tags correctly.
The text was updated successfully, but these errors were encountered:
NiKoTron
No branches or pull requests
Describe the bug
When parsing the MP3s in my library, the processor crashed with this stack trace:
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:51:5)
#1 ID3V2Reader.parseValues (package:dart_tags/src/readers/id3v2.dart:71:23)
#2 Reader.read. (package:dart_tags/src/readers/reader.dart:13:23)
#3 _RootZone.runUnary (dart:async/zone.dart:1450:54)
#4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#7 Future._addListener. (dart:async/future_impl.dart:393:9)
#8 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#9 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#10 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
#11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
Environment
Expected behavior
Parses and returns tags correctly.
The text was updated successfully, but these errors were encountered: