GithubHelp home page GithubHelp logo

Login failed. about acd_fuse HOT 9 CLOSED

handyman5 avatar handyman5 commented on August 22, 2024
Login failed.

from acd_fuse.

Comments (9)

conihorse avatar conihorse commented on August 22, 2024

have you tried deleting the sessionfile?

from acd_fuse.

seppi91 avatar seppi91 commented on August 22, 2024

Yup. Unfortunately it had no effect on the issue.

from acd_fuse.

brannon-bowden avatar brannon-bowden commented on August 22, 2024

From what I can tell that error is returned from amazon itself, are you sure your credentials are correct?

from acd_fuse.

seppi91 avatar seppi91 commented on August 22, 2024

Yes, I've double checked this.
Is it a problem that I'm using the free version of Amazon Cloud Drive?
My ACD Account is also not linked with my amazon.de account.

from acd_fuse.

tentious avatar tentious commented on August 22, 2024

Have you tried encapsulating your user/pass in quotes? See below for how I run this.

python2.7 acd /mnt/acd/ -oemail='[email protected]',password='super_secret'

from acd_fuse.

handyman5 avatar handyman5 commented on August 22, 2024

@seppi91 the library only has built-in support for amazon.com. Use the --domain flag to try a different domain:

./acdlist.py -e [email protected] -p myPassword --domain www.amazon.de -l

from acd_fuse.

duhlin avatar duhlin commented on August 22, 2024

I have the same isue. using quotes like
python2.7 acd /mnt/acd/ -oemail='[email protected]',password='super_secret'
does not solve the problem.

Using the latest version from https://github.com/handyman5/pyamazonclouddrive-clone, I don't see the --domain option to acdlist.py.

Thanks for your help,

from acd_fuse.

elnappo avatar elnappo commented on August 22, 2024

@duhlin handyman5/pyamazonclouddrive-clone#2 should solve your (and mine) problem

from acd_fuse.

fling- avatar fling- commented on August 22, 2024

I'm experiencing this issue.
Merging of handyman5/pyamazonclouddrive-clone@9d617d1 from handyman5/pyamazonclouddrive-clone#2 does not help.

I've doublechecked my login credentials. Getting this error when trying to mount:

Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile
Cached session failed; trying auth login
Traceback (most recent call last):
  File "./acd", line 470, in <module>
    fs.main()
  File "./acd", line 85, in main
    self.session = pyacd.login(self.email, self.password)
  File "/usr/local/src/acd_fuse/pyacd/pyacd/auth.py", line 73, in login
    raise pyacd.PyAmazonCloudDriveError("Login failed.")
pyacd.exception.PyAmazonCloudDriveError: PyAmazonCloudDriveError: Login failed.

from acd_fuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.