Skip to content
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

Argument 1 ('blob') to FileReader.readAsArrayBuffer must be an instance of Blob #153

Open
avallete opened this issue Jul 5, 2022 · 0 comments

Comments

@avallete
Copy link

avallete commented Jul 5, 2022

Hi there,

I see this error poping randomly in my monitoring tool (sentry).
Strange thing is that I haven't been able to reproduce it locally on my machine.

Here is the complete stack trace gathered from Sentry:

Screenshot 2022-07-05 at 16 33 34

I know that the stack trace is not that useful since the code is minified, but at least we see that the error seems to pop-up from inside the getExifOrientation function.

Another useful information is that the error seems to be ocuring on every devices / browsers, so it's probably not platform specific:

Screenshot 2022-07-05 at 16 35 25

I'll try to add some logging about the original "insanceof" the file passed to the compression layer to gather more data.

It might be related to #147


version: 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant