-
Notifications
You must be signed in to change notification settings - Fork 72
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
"RangeError: Invalid typed array length: 59103" #66
Comments
Hello. Wow, thank you for such a detailed info. It will be wonderful time debugging for a change. :D |
@MikeKovarik don't be sorry at all, we all have busy lives and priorities. I do have some open source projects waiting for some time on my side! I have an available workaround anyway, with two call to |
Hello. I finally managed to get some time to dig into this. But I strangely couldn't replicate the problem. I tried inputting the file as both buffer and a path to trigger the different ways exifr parses file but unfortunately I couldn't replicate the problem with either options you provided. |
@MikeKovarik I upgraded to 7.1.2 and it now works perfectly! 👍🎉 |
I'm using release
7.0.0
on Node.js15.14.0
.It works very well with most photos (thanks! 🙏) , but when I try with one specific image, I get this error:
You can find the photo here:
https://github.com/nhoizey/nicolas-hoizey.photo/blob/main/src/photos/stairz/stairz.jpg
It works well on https://mutiny.cz/exifr/
I tried many different option settings.
It works with these
Everything but
iptc
Only
gps
, full:Only
iptc
, full:Only
iptc
, withoutAudioType
(but I still getAudioType
in the result 🤷♂️):But I get the error with these
iptc
, others default:iptc
andgps
:Everything:
It looks quite similar to #31 and #44
The text was updated successfully, but these errors were encountered: