"Download repository as zip" doesn't work most of the time. #104563
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104563
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?
When trying to download this repository as a zip file, most of the time, the server doesn't respond and nothing happens:
Rarely, the file will download instantly, and sometimes it will start downloading after a couple of minutes.
Going to the zip url directly gives a time-out error:
Occurs on both Chrome and Firefox.
I'm working on an addon to view the manual directly in Blender, so being able to reliably download the zip file for different versions would be valuable.
Edit:
It seems that after waiting a couple of minutes to download initially, subsequent downloads will begin immediately. I assume this is caused by the zip file being built from scratch the first time, and then cached after that.
It seems that the cache isn't persistent though, as I downloaded the 3.6 zip a while ago (which hasn't changed since), but I still had to wait for it to download today.
Any chance the zip cache could be rebuilt automatically with each commit, at least for important branches? (assuming that this is the problem)
Download repository as zip doesn't work most of the time.to "Download repository as zip" doesn't work most of the time.Moved issue here: infrastructure/blender-projects-platform#72
Hopefully this is fixed now.
Though for your use case, I would recommend using the git repository instead of zip file. The zip does not include images, because they are stored in LFS. This is a limitation of Gitea, though even if it was supported I don't think that we'd want to enable it since it's not efficient for the server to deal with such big archives.
Great, thanks for that!
About using git instead of the zip; I think for my use case, the zip is better, and not having the images bundled is quite useful. Instead of downloading the images beforehand, the addon only downloads each of the images when they are needed, which helps keep the initial size small, and since each image is only a few hundred kilobytes they load quite quickly. Along with that, there are also issues with not all systems having git installed. (I hope that's reasonable, otherwise please say 😅)
Thanks!