-
Notifications
You must be signed in to change notification settings - Fork 23
PyAmazonCloudDriveError: Not logined #24
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
Comments
Now I'm getting a plain login failed. When attempting to login on the amazon website, I am prompted with a captcha. Maybe this is whats causing the issue? Is the pyacd library not using the official API?
|
Same. I'm getting the same output after clearing cache. EOFError when trying with cache.
|
Did this self-resolve, or is this an ongoing issue? |
Ongoing issue while the dev is not around :) |
same error for me..
|
I fixed creating a new account on one of the supported regions: https://github.com/handyman5/pyamazonclouddrive-clone/blob/master/pyacd/__init__.py#L131
|
I am registred on amazon.com, but still have above issue. See traceback: Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile |
I get this same error both on servers both in Germany and the US. My primary account is associated with the US. I tried adding the line of code @skler mentions to support amazon.de, but that didn't fix anything. Happy to provide any additional information that might be useful. |
The same here |
Should we report to pyacd? |
I thought I had already posted the comment. But the issue with the Note that these failed logins where do to me having special characters in my password, to which I think i ether encapsulated my password in single quotes or just changed my password, I cannot remember as I use lastpass for password management. Those of you receiving the I'll try to get around to testing this again in the next day or two, and report back. |
I did notice the captchas are very basic and could be defeated with simple ocr software. I was able to use Tesseract, and it did return the correct captcha code with the samples I pulled from Amazon's login page. So if this becomes an issue, we can use it, or a python library to bypass it fairly easily. |
@wayne-hartmann I do not believe that it is due to "too many locations". This error occurred to me the very first time I logged into my ACD account after setting it up initially. I also verified that my password has no special characters and encountered the same issue. |
@davidgsharpe7 are you receiving the session error, or login failed error? |
@davidgsharpe7 Also, can you confirm either way if you are prompted to enter a captcha when you login to ACD directly on Amazon? |
To add a "me too" - I just set this package up, and I don't get a captcha when logging into cloud drive from a variety of locations (source IP's). But I am receiving the same error message described here. |
Well taking a quick look at the code and the error message, the error does seem to be coming from pyacd, and not acd_fuse. Nothing stands out to me that there is a problem with the acd_fuse code. I'll take a quick look at the login function from pyacd and see if anything stands out. |
You know what, try adding the following line to Make sure you use the correct tabs / spaces when editing the file (this is python)... ;-)
|
Unless of course i missed a user agent string being added elsewhere in the program... |
Just added that suggestion (fixing the : with "," of course in the function) -- same result unfortunately |
My specific output: Login successful; starting filesystem |
@shushry yeah, just noticed the mistake myself, and updated it... I don't have any more time to spend on this atm, but unless someone else comes up with a solution. I'll take another look later in the week. |
@wayne-hartmann I am getting the error message that started this thread (not logined), and I do not get prompted for a captcha when logging in with a web browser to ACD. Adding the line you mentioned for the user-agent didn't fix my problem. |
It used to work, but stopped a couple of days ago - from the web interface it works, no captcha being asked:
If you have some patch to try please let me know. |
I am also getting the "not logined" error: Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile |
I've made a patch for pyacd and it resolves error from the first post. You can try to replace pyacd taking it from my repository fork: https://github.com/anton-veretenenko/pyamazonclouddrive-clone |
@anton-veretenenko: I can confirm that it works now. I just replaced the pyacd with your pyamazonclouddrive-clone and that's it.
|
@anton-veretenenko: Auth confirmed. It works. |
I can also confirm the patch by @anton-veretenenko fixed this issued. |
Using the patch by @anton-veretenenko, still showing |
i am also still seeing this error, with and without the patch. Pw is right, can loginto the main site. |
I've made another update. Should work again. Take a look anton-veretenenko/pyamazonclouddrive-clone@b4ad889 |
(i got that with pdb, and dumped it to a file) |
This was working just fine yesterday, now all of a sudden I cannot login / mount successfully. Tried on both my Arch and Ubuntu boxes. I removed my email, but I did check that it was correct. My password is also correct. Whats odd, is it seems to login just fine:
Login successful; starting filesystem
The text was updated successfully, but these errors were encountered: