-
Notifications
You must be signed in to change notification settings - Fork 127
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
Object
in mediaFileReaders
Array
results in mediaFileReaders[i].canReadFile is not a function
#31
Comments
I've changed it to be:
but now I'm getting: why does it expect a filename to match this regular expression? |
Can you provide the music file that shows this error? |
As I remember I was getting it for any/every file, e.g. |
That's not an mp3 file, it's a wav actually. I looked into the file and didn't find any ID3 tags, maybe it's coded as RIFF tags? This library doesn't support RIFF tags at this point in time though. |
yeah, sorry, I've forgotten to mention that I mean, maybe it should fail with some error message that makes sense, e.g. |
I've got the same error while I use the following code to read tags from mp4 video
|
I've got an empty
Object
inmediaFileReaders
Array
:Using
webpack
+babel-loader
without any plugins & presets.The text was updated successfully, but these errors were encountered: