-
Notifications
You must be signed in to change notification settings - Fork 129
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
No Suitable File Reader Found #147
Comments
Hey @nicstronell, did you ever find a solution to your problem? I'm encountering the exact same error. When I test the URL with the XhrFileReader regex test it passes. |
did not find a solution. switched to musicmetadata.js |
@nicstronell Thanks for the recommendation! Got it working with |
What does this error actually mean. I'm going round and round in circles here and I've tried every tag reader I can find and getting nowhere...(it's very very late) I just want to read the tag of a local file, I don't need to input it, just read it from the browser and the file is in the same directory...
I have the link to the minimised script in my html |
Just to let you know, that by using the precursor to this package - JavaScript-ID3-Reader I am able to read an mp3 file directly from a pure JavaScript file - So it can be done :) The mp3 file is in the same directory as my html/css/javascript on the server. (Actually there is a soft symlink to where they are...)
|
Hello. Sorry to bug you. I'm trying to get tags from a file I'm loading from Google Drive in Javasript.
here's a sample
but I get 'No Suitable File Reader Found'.
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: