-
Notifications
You must be signed in to change notification settings - Fork 145
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
TypeError: block is undefined @ id3/bufferedbinaryajax.js:215 #24
Comments
I would need the exact file that is failing to see exactly where it's failing. Do not post files that you don't have the rights to post please :) |
Anton found a bunch of off-by-one issues that I still need to incorporate. He had the same problem as you so I believe that those fixes will solve this issue too. Due to current work demands I haven't been able to work as much as before on this library, but it isn't stopped/forgotten :-) |
I also had this issue. If you're loading the file from a different URL, you need to add the following response headers: The last header (Access-Control-Expose-Headers) fixed the error "TypeError: block is undefined @ id3/bufferedbinaryajax.js:215" |
Of course, I completely forgot about this in CORS. |
I found this bug with one on my mp3.
i debug like this :
BEFORE :
AFTER :
it's not perfect but it works. it don't give me an error fatal for my website.
i hope this can help you.
(sorry for my english, i'm french).
The text was updated successfully, but these errors were encountered: