jacklul / e621-Pool-Downloader

Script making downloading and updating image pools from e621.net easier
MIT License
20 stars 0 forks source link

Login #1

Closed TheFluffyDragon closed 4 years ago

TheFluffyDragon commented 4 years ago

entering login info into the .cfg doesnt work. You gave no info on what goes first, password, email, username, spacing or anything. Entering "username password" gives Empty or invalid result from the API! Array ( [success] => [message] => SessionLoader::AuthenticationFailure [code] => ) Press removing the password or username gives the same error.

jacklul commented 4 years ago

See config.cfg.example:

; Your e621 login
LOGIN=

; API key obtained in "e621 -> Account -> Manage API Access"
API_KEY=
TheFluffyDragon commented 4 years ago

entering username and password after LOGIN= doesnt work.

jacklul commented 4 years ago

entering username and password after LOGIN= doesnt work.

You enter your username in LOGIN and api key in API_KEY, you do not authenticate using password.

TheFluffyDragon commented 4 years ago

That should prob be stated. normally i see password needed, when seeing login on can be confused thinking password is needed. listing "username" would be better

jacklul commented 4 years ago

It's too late to change that now, I've updated the description in newest release though