catgirlfighter / nekopaw

galleries downloader
45 stars 15 forks source link

Login pixiv failed (correct password) #352

Closed AlZarych closed 7 years ago

AlZarych commented 7 years ago

Авторизация не проходит. Пишет 17:47:46 pixiv.net error: http://pixiv.net/login.php: Connect timed out. 17:47:46 pixiv.net: login is failed 17:47:46 pixiv.net: @thread.execute(): http://pixiv.net/login.php: Connect timed out.

HanatakeYurii commented 7 years ago

Almost the same here: 23:50:23 pixiv.net error: http://pixiv.net/login.php: HTTP/1.1 400 Bad Request 23:50:23 pixiv.net: login is failed 23:50:23 pixiv.net: @thread.execute(): http://pixiv.net/login.php: HTTP/1.1 400 Bad Request

And I'm logged in on Firefox on the same computer.

tombmonkey commented 7 years ago

Yeah they changed something again. 07:11:44 pixiv.net error: http://pixiv.net/login.php: HTTP/1.1 400 Bad Request 07:11:44 pixiv.net: login is failed 07:11:44 pixiv.net: @thread.execute(): http://pixiv.net/login.php: HTTP/1.1 400 Bad Request

Ruriko commented 7 years ago

Hmm no updates for a few weeks now I wonder if admin stopped developing?

WhiteSp1rit commented 7 years ago

In light of no foreseeable fix, can someone recommend another similar program for downloading from Pixiv and other sources?

EtherealPanda commented 7 years ago

Since development is dead, I found P̷i̷x̷i̷v̷U̷t̷i̷l̷2̷ to be better for downloading from pixiv.

Nekopaw has very few options and frequently misses about 6 or 8 pictures when grabbing whole gallery's, including gifs.

JarieSuisen commented 7 years ago

So... how do you even use PixivUtil2? I try to run it, a Command window pops for a half second, then closes. Nada. Does it have a UI, and how do I find it?

catgirlfighter commented 7 years ago

Fixed it for "standard" version. Don't know if it fixed for you. There also was "whitecube" version, but for some reason I can't access it from my "alternative nation" account anymore, so I couldn't check.

Also fixed the animation packs. Not sure, what panda meant by "gifs" that couldn't be downloaded.

JarieSuisen commented 7 years ago

_< Thank you! Welcome back, I hope you are doing well!

EtherealPanda commented 7 years ago

My apologies for my first comment, it's been awhile since the last update so i thought you stopped working on the program. Glad to see it's fixed.

I meant that i still get errors when grabbing galleries that have animations. screen shot 02-19-17 at 07 53 pm

21:23:58 .%ext%: HTTP/1.1 400 Bad Request 21:24:02 .%ext%: HTTP/1.1 400 Bad Request 21:24:06 .%ext%: HTTP/1.1 400 Bad Request

If possible there should be an option to convert animation packs automatically to webm/gif.

catgirlfighter commented 7 years ago

I'll look into it. Conversion to gif isn't an option, it's not actual animated pictures, but series of normal pictures, just shown one after another by a script (zip archive you get that's what it's actually are), so converting it into gif will follow with serious quality loss. But I'll check, what I can do to convert it to webm.

catgirlfighter commented 7 years ago

You didn't provide me neither tag nor source (normal search, works, favorites?), so I looked into int by intuition. My previous fix worked only on normal search, but not works and favorites. And I was getting different from you error messages, too. I fixed it, but I'm not sure if it was the same errors you were getting.

I found one resource that does easy conversion from zip-pack to webm http://ugoira.dataprocessingclub.org/ but it doesn't do it on demand ( you have to wait for unknown amount of time waiting for counter-request from server), and it's inconsistent (it may be down whenever it wants), so I didn't use it.

Nekopaw will never wait for requests, and if I would want to make it myself, I would need some quite specific knowledge about ffmpeg library (I really don't want to use 3rd party exe files nor applications as middlemen). It may require some effort from me, so I don't promise anything :)

tombmonkey commented 7 years ago

Dude leave the whole animation -> webm thing out, it falls outside the scope of the grabber, if people want to turn them to animation again let them make a gif or video on their own.

Thanks for fixing the pixiv login issue.

catgirlfighter commented 7 years ago

I can add something to make it easier, like "execute command string when downloaded", or something like that. I don't like an idea of leaving a batch of animation parts "unfinished", too. But, I guess, I'll keep doing it outside of current issue.