-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
[Pixiv] How to use? #1192
Comments
paste this into your config
|
You can also use
|
yeah, uh, it's not possible to login to pixiv, as such it's not possible to use gallery-dl on pixiv [urllib3.connectionpool][debug] Starting new HTTPS connection (1): oauth.secure.pixiv.net:443 It used to work, I just logged in via webbrowser (proving that my login worked at all), not sure what the issue is, either having an @ in all the usernames or something else? not sure? |
Ah that's a shame |
well I'm a novice myself, so the issue might be fixable, it used to work fine... as recently as like 2 months ago, not sure what changed? |
You use your username, like so: "pixiv": {
"filename": "{filename}.{extension}",
"username": "kattus",
"password": "<nope>",
"ugoira": true
},
Works here, are you using a bat script or something, makes me think of #1191.
|
I've tried --clear-cache and I've tried --username Thing is, I don't have a username on pixiv, most people don't, they have email addresses. So when I put my email address in as a username it doesn't work because it's maybe not expecting an @? So, yeah, if I somehow had a username that wasn't an email address, maybe it works fine, that's what it looks like in your kattus example. That's not a likely use case though. |
How I use the pixiv extractor is having a config.json that looks like this: You're username is user_ (whatever comes after) Then running gallery-dl --config config.json [URL] inside a cmd prompt where the json is located will start the process. Hope this helps, the problem I originally had was using my actual username and not user_XXXX |
I do think that my UI used to look like that eons ago, but now? it just shows my fake incorrect username with no user_ in front of it. edit: I went and viewed my profile, which gives the number by which other people find my profile, but user_99999 doesn't solve the problem either. edit2: I guess it would help if instead of invalid credentials it would say something more specific about what was wrong :-/ |
A bit strange since this is the current UI when logging into the site. |
Hahahaha everything I said was pure trash! My password was insecure and in need of updating, on the website I clicked not now over and over and over. That was the step choking gallery-dl it didn't know what to do with an optional warning you can skip past. I changed my password and pixiv on gallery-dl works great now :-p What I thought must've been my "fake" username was in fact the valid real username. However since the gallery-dl error message was so vague I assumed my username or password were wrong, not that gallery-dl was choking on an optional popup message. This also explains why my config file went from working to not working (without my username or password changing). edit: Hopefully either what @UnclassifiedX said or the much stupider problem and solution that I had will help @reiggs |
you should using pip version, i'm usually type gallery-dl (can be shorten) so default config folder is :
i have many account and have their own username lol, i can login use that username too : @username |
I'm new at using this software and using commands.
I was trying to use mainly for Twitter and Pixiv. Twitter works perfectly fine but when trying Pixiv I get this:
"[pixiv][info] Logging in as None
[pixiv][error] AuthenticationError: Invalid or missing login credentials"
Do I have to have to log in with my credentials through cmd or is there something else I'm missing?
The text was updated successfully, but these errors were encountered: