hareku / fanbox-dl

Pixiv Fanbox Downloader
MIT License
151 stars 20 forks source link

Error when trying to run downloader #43

Closed srctredien closed 3 months ago

srctredien commented 3 months ago

Running on command ./fanbox-dl --sessid $SESSID --following=false --dir-by-post --all

There seems to be an error parsing the response from the server, is there a way to see the error or the content of the json responses? Verbose just shows the requests.

All requests fail with json decoding error: json: cannot unmarshal array into Go struct field ListCreatorResponse.body of type fanbox.ListCreatorResponseBody

Screenshot 2024-08-11 193541

Image is easier than.

hareku commented 3 months ago

@srctredien Please use the latest version. Related https://github.com/hareku/fanbox-dl/issues/40.