We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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); } }
The text was updated successfully, but these errors were encountered:
Related to #1822 and fixed via the same.
Sorry, something went wrong.
No branches or pull requests
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);
}
}
The text was updated successfully, but these errors were encountered: