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

adc_download broken for new Apple ID auth page #3

Open
cbowns opened this issue Jul 8, 2014 · 8 comments
Open

adc_download broken for new Apple ID auth page #3

cbowns opened this issue Jul 8, 2014 · 8 comments

Comments

@cbowns
Copy link
Contributor

cbowns commented Jul 8, 2014

The current Apple ID login page appears to have broken adc_download.

The page looks like:

screen shot 2014-07-08 at 2 44 00 pm

It looks like adc_download is trying to find a wosid object in the page, but fails to:

(output is from running with -e -x)

… html from web page…
</html> =~ name="wosid" value="([^"]+)" ]]
+ '[' '!' 'https://daw.apple.com/authenticate;jsessionid=<JSessionID>' ']'
+ curl -s -c /tmp/adccookies.txt -L -F theAccountName=appleid -F theAccountPW=password -F 1.Continue=1 -F theAuxValue= -F wosid= 'https://daw.apple.com/authenticate;jsessionid=<JSessionID>' -o /dev/null
@cbowns
Copy link
Contributor Author

cbowns commented Jul 8, 2014

I could have sworn this worked quite recently. I'll see if there's anything unique about my account or the DMG I was downloading or anything.

@pronebird
Copy link

Does not work. :/

@chintan100
Copy link

Does not work. Please update for the new login page.

@copumpkin
Copy link

Yeah, fails here too.

@smtabatabaie
Copy link

Fails in the login for me too

@Marcon
Copy link

Marcon commented Dec 21, 2014

Not fix, but some kind of workaround:
login to adc with your browser and export cookies(i used Cookie Exporter extension for firefox) and put file with exported cookies to /tmp, named as adccookies.txt(/tmp/adccookies.txt), after this you can use adc_download.sh as before

@cbowns
Copy link
Contributor Author

cbowns commented Dec 23, 2014

Oh, good idea. I used an exporter for Chrome, and deleted everything except this cookie, and it works great:

.apple.com  TRUE    /   TRUE    0   myacinfo <cookie value>

@smtabatabaie
Copy link

Still waiting for a fix for this script, cos Safari sucks!
still failed at login

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

6 participants