-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It looks like GIT LFS is being used for the example blueprint at Content/GameMode/ED_DefaultExperience.uasset which is causing issues with trying to download the file. Using GitHub's ZIP download of the repo produces an ED_DefaultExperience.uasset file with the following contents:
version https://git-lfs.github.com/spec/v1
oid sha256:7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488
size 6390
That's typical of a LFS served file on the repo itself, and I've had trouble with the ZIP repo download not correctly grabbing LFS files before. So I attempted to clone the repo, but GitHub Desktop produces the following error log:
Cloning into 'D:\Dave\GitHub\ModularGameplayExperiences'...
remote: Enumerating objects: 162, done.
remote: Counting objects: 100% (162/162), done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 162 (delta 56), reused 160 (delta 55), pack-reused 0 (from 0)
Receiving objects: 100% (162/162), 16.50 MiB | 3.51 MiB/s, done.
Resolving deltas: 100% (56/56), done.
Downloading Content/GameMode/ED_DefaultExperience.uasset (6.4 KB)
Error downloading object: Content/GameMode/ED_DefaultExperience.uasset (7de4d1c): Smudge error: Error downloading Content/GameMode/ED_DefaultExperience.uasset (7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488): [7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488] Object does not exist on the server: [410] Object does not exist on the server
Errors logged to 'D:\Dave\GitHub\ModularGameplayExperiences\.git\lfs\logs\20250327T133908.2431544.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: Content/GameMode/ED_DefaultExperience.uasset: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Running the recommended git lfs logs last produces the following log (cut to only the relevant parts):
Error downloading object: Content/GameMode/ED_DefaultExperience.uasset (7de4d1c): Smudge error: Error downloading Content/GameMode/ED_DefaultExperience.uasset (7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488): [7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488] Object does not exist on the server: [410] Object does not exist on the server
[410] Object does not exist on the server
[7de4d1c9bc1bb203470eea1770170cd1a996174fb852984561193d6d1902d488] Object does not exist on the server
So I think we're stuck in trying to grab this Blueprint file.
drpsyko101
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working