-
-
Notifications
You must be signed in to change notification settings - Fork 16
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-Can't catch an error on the TagProcessor().getTagsFromByteArray #28
Comments
Thanx for the report I'll investigate it. and add the possibility to catch errors. |
I've just encountered something similar, where I can not handle the error in my code, with a NoSuchMethodError exception in id3v2.dart.
|
Another problem I found is that tags might be broken. In the one case the tag name was the actual description and that caused an error too. I wrapped that block at line 71 in a try/catch and it seems to now get through without problems.
|
I encounter the same error as moda20 in a specific scenario in src/frames/id3v2/comm_frame.dart
My guess is that |
Same here as all of you. Also cannot catch any exceptions |
Describe the bug
an error happens when reading tags from byteArray and I can't catch it, it will always crash my code and stop everything I am doing.
The error is when decoding comments, see exact error below
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The error might happen, but I need to be able to catch it.
Additional context
The text was updated successfully, but these errors were encountered: