-
Notifications
You must be signed in to change notification settings - Fork 258
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
[Fanbox] f1 f2 getting post id api error #1361
Comments
Yeah, Fanbox has changed again. |
Yeah, the next page is no longer returned by the To get the paging it will be necessary to call I have a fix applied in my local files (PixivModelFanbox.py and PixivBrowserFactory.py). If someone wants to reference those and make an update. I'm at work atm, don't have time to do a full pull request etc. Also I don't know if this fixes in all locations/code paths. I just fixed it for my use case. |
Where do those files go? |
These are source files, you would need to download the source files, replace/update the two provided files, then run from source using Python as mentioned in the main readme. Running from source code:
You have to have python installed, install the requirements.txt using PIP and then run the python file |
@emerladCoder Combining that with #1352 (comment) fixes the current fanbox issues. Thanks! |
hmmmm.... @emerladCoder nope, that did not fix it for me even combining it with the changes mentioned by vampiricwulf. What am i doing wrong? Or are you still having these problems too? |
I still got an error in my case even with the multiples changes
Modifying line 526 of PixivModelFanbox.py provided by emeraldCoder removed this error |
Anyone want to explain how to do this for us stupids? |
https://github.com/user-attachments/files/16531982/PixivUtil.zip https://github.com/emerladCoder explained it but i still can't get it to work |
@emerladCoder Thanks for the fix. Works swiftly for me - I used pixiv.net (Korean) to login so didn't have any issues there. |
I still haven't solved this problem... A graduate of humanities college, I just pray for a new version to come out every day😭😭 |
Hello, I need help. I installed it from source and replaced the files shared here by emerladCoder however I'm unable to log in. This is the log file I have no problem with log in using the executable (source version and executable version are in 2 different folders) but I get this same error message when using the source. |
I finally succeeded in solving this problem!! Thank you!! |
The latest master works, but while I was testing there seems to be an issue with fanbox accounts that have zero posts.
|
I still haven't solved this problem. How did you solve it? |
https://github.com/Nandaka/PixivUtil2 |
This converted executable will be terminated immediately. "cmd: pip installer PixivUtil2.py" |
Anyone knows how to fix this error? |
@DisasterInbound Change pixiv's website language to Japanese, while logged on your account in your browser. |
I'm still not getting it to work, am I doing something wrong?
|
When will these fixes be added to the main exe? |
Any chance this will get added to an update? |
I will donate $15 to @Nandaka if all of these fixes are applied to the main PixivUtil2.exe before the end of this month! Hope that provides a little encouragement for much appreciated work 😭 |
Can someone just upload there compiled master.exe ? I compiled exe's multiple times and they all kept closing immediately when I start them. |
The command is "pyinstaller PixivUtil2.py", you missed the "r" |
Can anyone just upload the fixed complied files/folders/program to a mega or google drive folder? Edit. Have sat down and taken some time, I got it working. I've tried solutions from several different sources, including this thread. Editing the PixivBrowserFactory.py file, japanese VPN, updating requirements... simple if you are familiar with using the command line, but kinda of intimidating for people who have never used it before. |
Started getting an error today when using f1 and f2. Tried using the latest master and windows executable and both can't get post ids for fanbox accounts.
Unknown Error, please check the log file: (<class 'TypeError'>, TypeError('list indices must be integers or slices, not str'), <traceback object at 0x0000022DA217B0C0>)
f3 works, downloading using fanbox post id works. Pixiv downloads seem fine too, after a quick test.
The error seems to happen when getting the post ids for fanbox accounts.
The text was updated successfully, but these errors were encountered: