Skip to content
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] Unknown Error Issue when download fanbox by "f1" or "f2" function #1094

Closed
lazylazfo opened this issue Mar 10, 2022 · 13 comments
Closed

Comments

@lazylazfo
Copy link

try to download fanbox by "f1" or "f2" function.
But error.

Traceback (most recent call last):
File "PixivUtil2.py", line 1462, in main
File "PixivUtil2.py", line 1189, in main_loop
File "PixivUtil2.py", line 811, in menu_fanbox_download_from_list
File "PixivFanboxHandler.pyc", line 50, in process_fanbox_artist_by_id
File "PixivBrowserFactory.pyc", line 989, in fanboxGetPostsFromArtist
File "PixivModelFanbox.pyc", line 490, in parsePosts
File "PixivModelFanbox.pyc", line 67, in init
File "PixivModelFanbox.pyc", line 109, in parsePost
KeyError: 'type'
Unknown Error, please check the log file: (<class 'KeyError'>, KeyError('type'), <traceback object at 0x04BD4288>)

Sorry for my bad english.

@ikkion
Copy link

ikkion commented Mar 10, 2022

I have the same problem. I tried on three different fanbox creators. Same problem on all.

@aksskl
Copy link

aksskl commented Mar 10, 2022

Same here. Tried beta1 just in case, no luck.

@britefire
Copy link

britefire commented Mar 10, 2022

Can confirm, also happening here.

Same error is occurring whether it's downloading from supporting list, or given a single specific account to download.
A workaround that's working it seems is to download by individual post IDs instead of by artist.

This is running on the windows executable, and occurs whether on the current beta version or the version before it.

@Miyuutsu
Copy link

I'm also confirming this issue on Linux using the current source code. No changes to application or system. Issue began sometime between 2022-03-09 18:29 EST and 2022-03-10 7:56 EST going by personal time stamps and when this thread appeared. It happens regardless of the artist chosen as well as regardless of if it's a paid tier or not. Seems API related since viewing the URL response it just shows {"error":"general_error"} despite pulling the supporting list correctly. https://api.fanbox.cc/plan.listSupporting

@DankeyBong
Copy link

I'm having the same issue. I've used the f2 option yesterday (2022-03-09) and it worked perfectly but now I'm having the exact same problem described above.

@Nandaka Nandaka changed the title Unknown Error Issue [Fanbox] Unknown Error Issue when download fanbox by "f1" or "f2" function Mar 11, 2022
@LokiHades
Copy link

+1, same issue.

Traceback (most recent call last):
  File "PixivUtil2.py", line 1532, in main
  File "PixivUtil2.py", line 1259, in main_loop
  File "PixivUtil2.py", line 814, in menu_fanbox_download_from_list
  File "PixivFanboxHandler.pyc", line 50, in process_fanbox_artist_by_id
  File "PixivBrowserFactory.pyc", line 1005, in fanboxGetPostsFromArtist
  File "PixivModelFanbox.pyc", line 508, in parsePosts
  File "PixivModelFanbox.pyc", line 67, in __init__
  File "PixivModelFanbox.pyc", line 109, in parsePost
KeyError: 'type'
Unknown Error, please check the log file: (<class 'KeyError'>, KeyError('type'), <traceback object at 0x04B66548>)

@Nandaka
Copy link
Owner

Nandaka commented Mar 11, 2022

Updated in the latest commit, and because I don't have any subscription with fanbox, so I can only test with free tier.

@ikkion
Copy link

ikkion commented Mar 11, 2022

Fix does not work. F2 does not download the content of the post only cover picture. Tested on several creators. Just says No Image available in post.

@aksskl
Copy link

aksskl commented Mar 11, 2022

Fix does not work. F2 does not download the content of the post only cover picture. Tested on several creators. Just says No Image available in post.

Tested it just now, and that is correct. Only the cover image downloads. No Image available in post.

@DankeyBong
Copy link

Tested and I can confirm that downloading with F2 still does not work in beta2 and just says "No Image available in post". Downloading with F3 works.

@Nandaka
Copy link
Owner

Nandaka commented Mar 11, 2022

can try the latest beta? it was reported in #1095

@Zekira
Copy link

Zekira commented Mar 11, 2022

can try the latest beta? it was reported in #1095

Seems to be working fine for me, though I only tested F2 so far.

@DankeyBong
Copy link

F2 is fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants