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

Upload of small TIF file throws Unhandled Promise Rejection: Error: End-Of-Stream #1855

Closed
gb5256 opened this issue Feb 8, 2024 · 1 comment

Comments

@gb5256
Copy link

gb5256 commented Feb 8, 2024

When I try to upload this file (I have zipped it, as TIF are not allowed here):
image_sample.tiff.zip

Then I get the spinning wheel and a JS error for filetype.js:152
Unhandled Promise Rejection: Error: End-Of-Stream

The line 152 with the reported error is this:

class EndOfStreamError extends Error {
constructor() {
super(KrajeeFileTypeConfig.defaultMessages);
}
}

@kartik-v
Copy link
Owner

Related to #1822 and fixed via the same.

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

No branches or pull requests

2 participants