-
Notifications
You must be signed in to change notification settings - Fork 20
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
trying to download an asset may give "TypeError: cannot read property" and fail to download #21
Comments
aynurin
added a commit
to playerworldss/UE4Launcher
that referenced
this issue
May 27, 2022
… introduce a workaround for nmrugg#21.
I have a similar problem with the current commit 214fc8f, trying to download the Scify Hallway asset pack.
last output in termal was:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and the download of the 4 concurrent chunks will fail
but there is their url on the log with the full chunk filename
you can look for the 2nd part of the chunk name (after the "_") on the manifests file
|tr "," "\n"
for the assetthere will be specified in what folder you must put the file
after you successfully and quickly download it with
wget
:)of course this is only useful for a very small asset like "UE4 mannequim mobile"
I havent understood yet why I can download with wget but not with thru this launcher? any idea?
The problem seems to be exclusive (tile now) to the "UE4 mannequim mobile" asset!!!
The text was updated successfully, but these errors were encountered: