-
Notifications
You must be signed in to change notification settings - Fork 779
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
Index out of Range after Download #467
Comments
Update: Setting Content-Disposition to "inline" on the Azure blob mitigates this issue. But why is explicit setting of the Content-Disposition required? Azure seems to set Content-Disposition header to an empty string if not explicitly defined. I believe this is why it fails to extract. |
You can test it by downloading the latest build from here. |
@ravibpatel This appears to resolve the issue. Either #468 or some other change in-between 1.6.4 to 1.7.x seems to fix the issue related to an empty ContentDisposition. |
After downloading a zip file from AzureBlob SAS URL it seems to fail with a non-descript Index out of Range. With no stack trace and I don't see a way to catch the exception to get more information related to it.
The text was updated successfully, but these errors were encountered: