chenrensong/FluentDownloader

感谢开源,有两个BUG,空了麻烦看看.

Opened this issue · 0 comments

1.下载的时候偶尔出现:

▶ | $exception | {"The process cannot access the file 'B:\1462908083.zip.json' because it is being used by another process."} | System.IO.IOException

Downloader.cs 第180行
异常代码:
File.WriteAllText(DownloadInfoFileFullPath, downloadInfoText);


2.出现这个提示的时候,无法重下:

错误数据个数:1,开始第0次重试
错误数据个数:1,开始第0次重试
错误数据个数:1,开始第0次重试

“System.ArgumentNullException”(“Value cannot be null.”)

HttpClientFactoryBase.cs 第18行
异常代码:
throw new ArgumentNullException(nameof(url));