-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug]: Unable to download all Pixiv Fanbox posts from a creator #19
Comments
Would you be able to provide some screenshots? |
Almost randomly, I get either of the above two errors or just a few posts recognized when I try to download 1-X pages I've tried logging in and logging out, but I still am encountering this issue. |
Could you share the creator's URL that the program is not detecting? You could also try the CLI version since that uses their API instead of scraping off the Pixiv Fanbox webpage. Example usage of the CLI program to download posts from creators:
Replace <session_id> with your Pixiv Fanbox session cookie value (look for FANBOXSESSID) accessible via your browser, refer to this for Chrome. Example usage of the CLI program to download posts and posts from creators:
|
it's happening to every creator I support. Even if I support a new creator, the problem still occurs. I have tried inputting the links in both formats: https://creator_name.fanbox.cc/posts and https://www.fanbox.cc/@creator_name/posts. I have also tried running the program without the fanbox cookies loaded in - it still doesn't detect all posts, not even all free posts. |
Also, I tried deleting the Cultured-Downloader folder from the Roaming folder to reset the cookies and it still didn't work for me. |
hmm that's strange, it looks like the program would be detecting all the post links but isn't doing so on your end. However, I'm still unable to replicate your issue, could you do a screen record of your interaction with the program and its output? |
The fact that you said "This is what it looks like, sometimes it picks up 10 posts though." could mean that Pixiv might have some sort of bot protection that interfered with the download process, have you been frequently downloading? I've only managed to figure out how you got the "Connection error, please try again later.". This is caused when the page range is invalid and its max page number is more than what the creator's page currently has. Doing a clean install wouldn't help since the files in the roaming folder contain the encrypted data of your cookies and some download configs like your preferred download folder path. |
That said, I am unable to fix any bugs until 2-3 months later due to various school assignments and tests so I can only recommend that you use the CLI version first before I work on wrapping the CLI version to this Python program. |
Appreciate your help and no worries. I'll use the individual post download feature to bulk download posts from creators for now as that is still working, albeit more tedious. As a quick note - I've always exceeded the true page range by 1 in the past and the program always kept working, so I am not sure if that is the source of the Connection error, please try again later issue. But in all these tests I've been doing, I've kept it below the max. |
And yes, I have been frequently downloading. I suspected it had something to do with my account at first, but I tried as a guest and with/without my vpn. All had the same issue. |
Hey @yepyepyepok, sorry it took so long but I have just released V5.0.0. Let me know if you are still facing any issues. |
Which program are you seeing this problem on?
Cultured Downloader (py)
Program Version
4.2.1
Steps to reproduce the bug
The program only picks up 0-10 posts out of all the posts in the page range. These downloadable posts include membership posts and are not just the free member posts. It used to pick up all posts, but stopped suddenly.
Expected behaviour
Expected to have the Download all pixiv Fanbox posts from a creator(s) option identify all posts in the page range provided instead of just a few.
Individually downloading each post with their own urls from the Download images from pixiv Fanbox post(s) option works as expected.
Relevant log output (If any)
No response
Screenshots (Optional)
No response
The text was updated successfully, but these errors were encountered: