-
Notifications
You must be signed in to change notification settings - Fork 259
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
[2020-04-28-beta1] Problem using Pixiv + Fanbox cookies together #684
Comments
Looks like similar issue with #674, can you verify the cookie value? Looks like https://www.pixiv.net/rpc/get_work.php?id=80610329 return invalid data on your side. Looks ok from my side (tested with image id= 81102991) |
Yes indeed, I was having trouble with cookies earlier when starting with this new version, and read #674 and #505. However I re-checked just now, and my cookies are correctly copied from Then I remembered reading in another issue recently that you don't use Fanbox, which got me thinking and testing...and the bug solution I come up with is: latest version 0428b1 can only functionally use cookies/OAuth? for either the main Pixiv site, OR Fanbox, in a config/session, but not both. This is even though both sites show as correctly logged in during program init. If I put both If I remove I hope this is right <3 I've tried it back and forth in both my database upgrade and fresh test programs, several times. I guess it's something to do with the login problems discussed in #680? Or maybe some similarities to #631 with complications by adding in the new FANBOX cookie. Anyway everything else works fine as long as I know this, and could switch or maintain separate copy for FANBOX needs, since they aren't many and don't rely on the program db. |
yeah, looks like @bluerthanever accidentally clear the cookies when logging in to Fanbox |
Oh. Really sorry.... I copied similar function and didn't check carefully... I will work on fixing it. |
Urr. Seems to be taken care of... sorry again, and thank you. |
no problemo |
@photonometric do you need compiled version? |
Encountered this while investigating a different download bug in this release. Happens consistently. Downloading this artist works fine in pixivutil20200424 with same config/cookies.
pixivutil20200428-beta1 in Win7
(& etc for a very long time)
The text was updated successfully, but these errors were encountered: