Skip to content
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

download_nexus_image.sh error Image URL not found #176

Open
carlgreen opened this issue May 15, 2020 · 2 comments
Open

download_nexus_image.sh error Image URL not found #176

carlgreen opened this issue May 15, 2020 · 2 comments

Comments

@carlgreen
Copy link

I am running download_nexus_image.sh similar to:
./download-nexus-image.sh -d bonito -b qq2a.200501.001.b2 -y -o /tmp/

The output (after the TOS) is:
[-] Image URL not found

Possibly the page has been changed to require clicking on a button prior to the real content loading? It seems to add a cookie.

I have been able to make this work by modifying the line following "# Then retrieve the index page" from:
url=$(curl -L -b "$COOKIE_FILE" --silent "$GURL" |
to:
url=$(curl -L -b "$COOKIE_FILE" -b devsite_wall_acks=nexus-image-tos --silent "$GURL" | \

@dan-v
Copy link
Contributor

dan-v commented May 15, 2020

@carlgreen - there is a fix for this in our fork AOSPAlliance@7a35f65. @anestisb in another issue has said he likely won't be able to support this project until June time frame.

@carlgreen
Copy link
Author

Oh cool, thanks. I couldn't find it mentioned in any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants