downloaded .zips (epub or html) not working #104986
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104986
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The .zip for either the epub or html are invalid .zip files (I tried opening them both in Linux and Mac).
So far I confirmed this with any of the .zip files, from 2.79 all the way to 4.2 and main (4.4).
I'm not sure if this is an issue
with buildbot orcloudfare? but I thought better to report here since this is where users would look at before reporting it.4.2 docs:
Main docs:
Error:
Confirm, the downloaded files are corrupt.
Start of the file seems to be a zip.
@bartvdbraak could you help investigating this? Since the issue seems to be there since 2.79 I suspect this may be a cloudfare issue and not a buildbot?I talked to Danny, he said that files > 32MB are likely getting truncated. I will poke Francesco about it, since Danny believe it is something he changed.
Last time (10 months ago) it was related to the worker hijacking, and was reported and closed here:
#104654
@fsiddi I looked at the old code that worked around this and it seems like it should be trivial to add to the current survey.
We have:
And the patched one has something like:
Note how it returns the
originalResponse
if it's anything other thantext/html
.I updated the code to use the new method and pushed it live.
My tests in an incognito page (ie: cache purged) seem fine, but I was still getting the 42.5 MB corrupted file in normal browser, even if I flushed the 2 urls in Cloudflare.
I am not sure why it is doing that or if it just needs more time, but it should in theory be fixed for new users. Can someone else verify?
@dmcgrath it seems to be working now. Thanks!
If it is working, maybe close blender/blender-manual#104977.