CDNDrive
CDNDrive copied to clipboard
bili的上传文件无法下载
之前一直没问题的,最近一两周出现的问题,上传的时候没问题,但是下载失败:
cdrive download bdex://5787c80246b33*****************
Traceback (most recent call last):
File "E:\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "E:\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "E:\Programs\Python\Python310\Scripts\cdrive.exe_main.py", line 7, in
用的是Windows系统,同时上传的baijia和微博都没问题,可以下载下来
好像每次的报错信息都不一样 当使用info的时候是这样的
cdrive info bdex://03a11f9d08da416e790c86***************
Traceback (most recent call last):
File "E:\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "E:\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "E:\Programs\Python\Python310\Scripts\cdrive.exe_main.py", line 7, in
cdrive download bdex://c4a21cdbbeca1c70***************
Traceback (most recent call last):
File "E:\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "E:\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "E:\Programs\Python\Python310\Scripts\cdrive.exe_main.py", line 7, in
我也遇到了同样的问题,下载网上的bdex是可以的
上传60MB文件实验,发现上传时meta文件和下回来的meta文件不一样,b站把上传的meta文件夹了一截。
- 上传的meta https://github.com/apachecn/CDNDrive/blob/861e16fd510a929a22514fcef2c1b14a38f29fc9/CDNDrive/main.py#L157-L158
- 下载的meta
https://github.com/apachecn/CDNDrive/blob/861e16fd510a929a22514fcef2c1b14a38f29fc9/CDNDrive/main.py#L45-L48
只有meta被截断,还是载有文件内容的图片也被截断了?