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
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
Can you add exception handling to the parseTagsSync() function? If an audio file with empty id3 information is used, I get the following error when calling this function.
Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..79: 255
#0 List.[] (dart:core-patch/array.dart:268:52)
#1 MP3Instance.parseTagsSync (package:id3/id3.dart:293:34)
The text was updated successfully, but these errors were encountered:
Can you add exception handling to the
parseTagsSync()
function? If an audio file with empty id3 information is used, I get the following error when calling this function.The text was updated successfully, but these errors were encountered: