-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
百度网盘bug #5757
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
See
|
@djhons (更新) alist.zip (更新) 如果网速慢的情况下,还要用 rclone 的话,那边的 timeout 也要注意一下,默认是5分钟。大文件,网速慢的话,5分钟不够,rclone 会超时,然后重试。 |
不知道分块大小有啥影响,至少小一点的分块没有bug。如果是对上传速度有影响,一个分块一秒,三个线程也有12M/S。上传很少有能超过10M/S的带宽。 |
分块只要不是特别特别小,就没啥关系。 但是还是reopen吧,这算是个bug,而且项目代码没修复。 |
移动端、嵌入式 这些平台 还是需要 预编译 的可执行文件的,不然用起来太不方便了。 |
交叉编译啊 |
你要是这么说的话,那这话可就不能这么说了。PR和release都可以关掉了,全从issue里复制代码改动自己编译得了。 |
是的,在作者没修改代码的情况下只能自己修改代码交叉编译。不过建议能自己编译还是自己编译好点,可以参考最近出现的xz投毒。 |
所以把本issue reopen呀,这不是仓库里的代码还没改嘛 |
很多人提过这个issue,也提过解决办法 |
还改吗?不编译能不能行,有没有办法通过配置解决呢? |
不行,必须要改源码再编译 |
@cancundeyingzi |
用alist测的?alist用的不是这个官方api吧 |
@cancundeyingzi
@pongfcnkl 不过最近我把移动上网的速度问题解决了(锁频段,忽略附近的信号强但是网速慢的基站,强制选择那些网速快的高频基站、哪怕离得远信号比较弱网速也比较快)。现在网速能保底有个20~30Mbps,单个上传任务的话哪怕32MB也能来得及上传完成,宽带焦虑缓解了,我也不太需要继续关注这个issue了。 |
这个不是宽带焦虑,而是bug吧。就算分块改的非常小也不太影响上传速度。 |
不影响上传速度,但是速度影响上传捏。之前我上班那地方,电信卡不锁频连5Mbps都没有,大分块永远上传不成功。 |
感觉遇到这个问题的人很多啊,我编译一版出来吧。 |
链接:https://pan.baidu.com/s/1aXUq1bwTJxAxQduk-LOFUA 没有用upx压缩,体积比较大,可自行用upx压缩,压缩后减小到原体积的40%。 |
root@hcss-ecs-3c1b:~/alist# ./alist_amd64 server --debug 2024/10/14 09:15:53 /tmp/alist/internal/bootstrap/db.go:54 |
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.29.0
Driver used / 使用的存储驱动
百度网盘
Describe the bug / 问题描述
上传时间超过30秒就会报错,即取决文件大小和上传速度。我看见有人在几周前提出过这个问题并提交了代码,我尝试自己下载源码编译后同样存在这个问题。是否用百度网盘官方的sdk就能解决这个问题。我的账号是svip3
Reproduction / 复现链接
百度url
上传链接
Config / 配置
Logs / 日志
The text was updated successfully, but these errors were encountered: