-
Notifications
You must be signed in to change notification settings - Fork 82
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
上传报错 #14
Comments
可能是文件本身有问题,我这里很难复现 |
我又出了新的问题 goroutine 16 [running]: 使用202版本会出现 我换201就没有问题 |
最新版本已修复 |
2022/02/10 09:47:07 EOF goroutine 11 [running]: 这个是什么问题呢 第一遍我的脚本调用上传的报错 错误信息我没保存 |
panic: EOF goroutine 1 [running]: |
今天偶然触发了这个问题,由于授权文件读写没加锁导致,这个错误确实有点愚蠢了 |
文件小于4MB,进入小文件通道,上传中
2021/12/19 10:33:50 无法还原 :EOF
panic: 无法还原 :EOF
goroutine 16 [running]:
log.Panicf(0xc00027fa40, 0x10, 0xc000075a20, 0x1, 0x1)
D:/program_app/go/src/log/log.go:358 +0xc7
main/api/restore/upload.(*RestoreService).SimpleUploadToOriginalLoc(0xc000006580, 0xc00001db00, 0x24, 0xc0000c2000, 0x760, 0xab4969, 0x7, 0xc000018140, 0xd, 0xc000283a10, ...)
D:/program_data/go/LightUploader/api/restore/upload/onedriveRestore.go:112 +0xafe
main.restore.func1(0xc000296770, 0xc00004d680, 0xc0002cbd30, 0xc0002ea840, 0xc000283bc0, 0xe, 0xc000283bce, 0x24, 0xc00027fe00, 0x18, ...)
D:/program_data/go/LightUploader/main.go:131 +0x559
created by main.restore
D:/program_data/go/LightUploader/main.go:110 +0x245
文件以时间命名只有中文和数字
大小为7.67 MB (8,049,325 字节)
只有这一个出错了
而且文件大于4m
The text was updated successfully, but these errors were encountered: