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

Authentication (2FA) fails #142

Closed
adpalm opened this issue Aug 9, 2019 · 4 comments
Closed

Authentication (2FA) fails #142

adpalm opened this issue Aug 9, 2019 · 4 comments

Comments

@adpalm
Copy link

adpalm commented Aug 9, 2019

At some point the authentication broke. I've tried deleting the cookie .pyicloud/ but to no avail. Anyone else experiencing this?

root@Brage:~# icloudpd --version
icloudpd, version 1.4.4

root@Brage:~# icloudpd
iCloud username/email: ----CENSORED---
2019-08-09 13:14:43 DEBUG Authenticating...
iCloud Password:
Traceback (most recent call last):
File "/usr/local/bin/icloudpd", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/icloudpd/base.py", line 243, in main
client_id=os.environ.get("CLIENT_ID"),
File "/usr/local/lib/python2.7/dist-packages/icloudpd/authentication.py", line 39, in authenticate
client_id=client_id)
File "/usr/local/lib/python2.7/dist-packages/pyicloud_ipd/base.py", line 193, in init
self.authenticate()
File "/usr/local/lib/python2.7/dist-packages/pyicloud_ipd/base.py", line 216, in authenticate
raise PyiCloudFailedLoginException(msg, error)
pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid email/password combination.', PyiCloudAPIResponseError(u'Failed to validate the credentials from cookie',))

@4gra
Copy link

4gra commented Sep 16, 2019

Have you updated to the latest https://github.com/picklepete/pyicloud/tree/master/pyicloud ? See the ongoing issues against that library.

See also #139.

@octplane
Copy link

@adpalm Are you still having the issue with the latest version of the app?

@menkej
Copy link
Collaborator

menkej commented Sep 29, 2020

Hi @adpalm !
You are using an older version. Can you please recheck with the current version (running on python 3)?

Thanks,
Jörg

@menkej
Copy link
Collaborator

menkej commented Oct 28, 2020

no reaction after almost 30 days, so I assume this is no longer the case. If you are still having this issue with the current version of the app feel free to reopen with updated information, @adpalm . Thanks!

@menkej menkej closed this as completed Oct 28, 2020
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

4 participants