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
1.1.43+76800b049
Linux 6.12.8-arch1-1 x86_64 unknown
Install https://github.com/borewit/music-metadata via bun add music-metadata.
bun add music-metadata
Try to parse any file via parseWebStream or parseBlob.
parseWebStream
parseBlob
Parses the file successfully.
TypeError: ReadableStreamBYOBReader needs a ReadableByteStreamController
There is also another problem as reported here with parseFile, which for some reason is not accessible at all with Bun: Borewit/music-metadata#2236
parseFile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.43+76800b049
What platform is your computer?
Linux 6.12.8-arch1-1 x86_64 unknown
What steps can reproduce the bug?
Install https://github.com/borewit/music-metadata via
bun add music-metadata
.Try to parse any file via
parseWebStream
orparseBlob
.What is the expected behavior?
Parses the file successfully.
What do you see instead?
TypeError: ReadableStreamBYOBReader needs a ReadableByteStreamController
Additional information
There is also another problem as reported here with
parseFile
, which for some reason is not accessible at all with Bun: Borewit/music-metadata#2236The text was updated successfully, but these errors were encountered: