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

File system error does not been ignored when using --skip-on-error flag #60

Closed
moontai0724 opened this issue Dec 22, 2024 · 2 comments
Closed

Comments

@moontai0724
Copy link

moontai0724 commented Dec 22, 2024

Using Command with --skip-on-error

.\fanbox-dl.exe --sessid ... --skip-on-error --creator (someone)

But still got terminated:

time=2024-12-22T22:08:21.624+08:00 level=INFO msg="Launching Pixiv FANBOX Downloader!" version=0.25.0 commit=276f7bb9936a6989a324caa60f8accdc35d24ab3 date=2024-10-31T04:32:30Z
time=2024-12-22T22:08:21.640+08:00 level=INFO msg="Start downloading" creator_id=(someone)
time=2024-12-22T22:08:22.875+08:00 level=INFO msg=Downloading order=0 assetType=image title=うちよそ(commission)
time=2024-12-22T22:08:23.604+08:00 level=INFO msg=Downloading order=1 assetType=image title=うちよそ(commission)
time=2024-12-22T22:08:24.385+08:00 level=ERROR msg="fanbox-dl Error" error="failed downloading of \"(someone)\": check whether does image exist: stat file: CreateFile images\\(someone)\\2023-12-26-10月末くらいに自分用に描いたついででイラコ ンに応募して「もしやあればいいな」くらいに思いつつ結構真面目に期待しちゃってたんだけど結果として箸にも棒にも掛からない結果に終わったやつ(作品自体は気に入ってます)-0-xMVrzgz8gMvzVxUCy8j4B1ZU.png: The filename, directory name, or volume label syntax is incorrect."
time=2024-12-22T22:08:24.386+08:00 level=ERROR msg="The error log seems a bug, please open an issue on GitHub" url=https://github.com/hareku/fanbox-dl/issues

It seems the file path is too long, but the error does not being catched.


Version: 0.27.1 / 0.25.0
Execution Platform: Windows 11
File Storage: Using SMB connect to Linux based Synology NAS

@hareku
Copy link
Owner

hareku commented Dec 23, 2024

Thank you. This is fixed at v0.27.2.

@hareku hareku closed this as completed Dec 23, 2024
@moontai0724
Copy link
Author

So fast! It works like a charm now! Thank you!

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

2 participants