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

JPG,PNGが混載している場合の挙動 #113

Open
mnao305 opened this issue Jun 23, 2021 · 1 comment
Open

JPG,PNGが混載している場合の挙動 #113

mnao305 opened this issue Jun 23, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mnao305
Copy link
Owner

mnao305 commented Jun 23, 2021

fantiaに複数画像でJPG,PNGが混載している場合 JPG以外読めないのですが・・・
fantiaで写真を複数枚UPしている方の所でDLボタンを押したところ いくつかの画像の取り残しが有りました。 頻度が多いのが JPG,PNGの両種ファイルをアップしている方の所 PNGファイルを読み込んだと思われるタイミング以降のファイルダウンロードが強制的に終わってダウンロード完了となっているような動作をしているのでは?という時があります。 たまにJPGのみのでもダウンロードが途中で終了することもあるような気もします。 お忙しいと思いますが、そのような不具合の可能性などが無いか ご確認をお願いいたします。

Chromeウェブストアのサポートページより。

@mnao305 mnao305 added the bug Something isn't working label Jun 23, 2021
@mnao305
Copy link
Owner Author

mnao305 commented Jun 23, 2021

多分fileDownload内のどこかしらでエラーになってそれ以降がすべて死んでる感じかな。
暫定処置として、エラーcatchしてもしエラーになってもcontinueしてそれ以降の画像はDLできるようにしたい。

fileDownload(url, filepath, filename)

本対応はどこが原因か突き止める必要がある。

@mnao305 mnao305 added the help wanted Extra attention is needed label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant