We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
v0.9.1
通过web备份到alist的Crypt驱动存储报错: 经测试,windows资源管理器直接添加网络位置,然后复制cherry-studio.backup.zip进去是可以的。cherry-studio中备份同样路径和文件会报上述错误。 从alist的日志中看到报错请求的日志如下:
[2024-12-27 17:50:07] failed put /C百度网盘/备份/cherry-studio: %!w(<nil>); CreateTempFile failed, incoming stream actual size= 443283, expect = 47 github.com/alist-org/alist/v3/internal/op.Put /source/internal/op/fs.go:587 github.com/alist-org/alist/v3/drivers/crypt.(*Crypt).Put...... [2024-12-27 17:50:07] PUT /dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip %!w(<nil>); CreateTempFile failed, incoming stream actual size= 443283, expect = 47 github.com/alist-org/alist/v3/internal/op.Put /source/internal/op/fs.go:587 github.com/alist-org/alist/v3/drivers/crypt.(*Crypt).Put......
资源管理器成功的日志是这样:
[GIN] 2024/12/27 - 17:54:41 | 201 | 783.375ms | 127.0.0.1 | PUT "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:41 | 200 | 0s | 127.0.0.1 | LOCK "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:41 | 207 | 4.5681ms | 127.0.0.1 | PROPPATCH "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:41 | 401 | 0s | 127.0.0.1 | HEAD "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:41 | 200 | 0s | 127.0.0.1 | HEAD "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:43 | 201 | 1.3191863s | 127.0.0.1 | PUT "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:43 | 207 | 0s | 127.0.0.1 | PROPPATCH "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip" [GIN] 2024/12/27 - 17:54:43 | 204 | 0s | 127.0.0.1 | UNLOCK "/dav/C百度网盘/备份/cherry-studio/cherry-studio.backup.zip"
想确认下是cherry-studio这边备份实现的问题还是alist的问题,如果是alist的问题我再到alist上提下bug
如上
正常上传
No response
The text was updated successfully, but these errors were encountered:
alist 上游的问题,换一家网盘。百度网盘好像是可以的,是不是路径配置错了
Sorry, something went wrong.
单纯百度网盘驱动我试过是可以的,我这个是套了层alist的Crypt驱动进行加密。主要是Windows直接连接同样目录复制文件进去是可以不会出错,然后我手机有几个App也是连接这个可以上传,所以才来确认下
已在alist发了issue等待确认
看到大家对这个功能挺重视,我也会继续完善这个功能,现在把所有的需求合并到一个 Issue 方便处理和开发
#831
No branches or pull requests
平台
Windows
版本
v0.9.1
错误描述
通过web备份到alist的Crypt驱动存储报错:
![image](https://private-user-images.githubusercontent.com/31527814/398908073-17c410c2-d5b4-4ab4-b749-95a1960d4b8f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTU2OTAsIm5iZiI6MTczOTQxNTM5MCwicGF0aCI6Ii8zMTUyNzgxNC8zOTg5MDgwNzMtMTdjNDEwYzItZDViNC00YWI0LWI3NDktOTVhMTk2MGQ0YjhmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDAyNTYzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0MGEyZjZlYjZkZmI3MDBmZjJlNjlmYTQyOTE5YjM5NTMwOWUxZWQyNzBkOWUzNTJhZmE4YzdjMmNhMTJjZGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6HBDs8hk76P0JshlDwLpwN2RbkRNLwZttRklpGSf0jo)
经测试,windows资源管理器直接添加网络位置,然后复制cherry-studio.backup.zip进去是可以的。cherry-studio中备份同样路径和文件会报上述错误。
从alist的日志中看到报错请求的日志如下:
资源管理器成功的日志是这样:
想确认下是cherry-studio这边备份实现的问题还是alist的问题,如果是alist的问题我再到alist上提下bug
重现步骤
如上
预期行为
正常上传
相关日志输出
No response
附加信息
The text was updated successfully, but these errors were encountered: