Skip to content
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

DTB-Crashes on ID3 2.2.0 #31

Open
neilweber opened this issue Dec 18, 2020 · 0 comments
Open

DTB-Crashes on ID3 2.2.0 #31

neilweber opened this issue Dec 18, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@neilweber
Copy link

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

  • Platform DartVM on Windows 10
  • Library version: 0.3.1
  • Tag type ID3v2.2.0

Expected behavior
Parses and returns tags correctly.

@neilweber neilweber added the bug Something isn't working label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants