Rollphes / genshin-manager

https://rollphes.github.io/genshin-manager/
MIT License
7 stars 1 forks source link

If the process is stopped in the middle of a download, it will never get a normal buffer again. #100

Closed Rollphes closed 6 months ago

Rollphes commented 6 months ago

Which Class is this bug report for?

Issue feature description

If the process is stopped in the middle of a download, it will never get a normal buffer again. This is because the process stops while the cache file is being generated, and the presence or absence of the cache is corrupted because it is based on the file name.

Sample Code

none

Version

v1.2.4

Issue priority

Medium

Rollphes commented 6 months ago

Add an automatic file corruption correction system.