nilaoda / BBDown

Bilibili Downloader. 一个命令行式哔哩哔哩下载器.
MIT License
10.02k stars 1.29k forks source link

Response status code does not indicate success: 404 (Not Found). #707

Closed Jiang10086 closed 1 year ago

Jiang10086 commented 1 year ago

1. 你使用的BBDown版本是什么?(指明 Release / Actions / DotnetTool)

。。。 1.6.0,DotnetTool,个人太愚笨了,不知道怎样才能将 dotnet 的 BBDown 更新到 1.6.1,抱歉

2. 你在什么系统使用本软件?(Win/Linux/Mac)

。。。 Windows 11

3. 你使用的完整命令是什么?

BBDown BV1w3411v7jd

4. 遇到了什么问题?

报错无法下载

5. 运行截图(最好开启--debug;注意自行将Cookie/Token等敏感信息隐藏)

。。。 image

dogdie233 commented 1 year ago

dotnet tool update bbdown --global

pein0saga commented 1 year ago

dotnet tool update bbdown --global

BBDown version 1.6.0, Bilibili Downloader. 欢迎到讨论区交流: https://github.com/nilaoda/BBDown/discussions

[2023-09-05 16:05:09.650] - 加载本地cookie...
[2023-09-05 16:05:09.840] - 检测账号登录...
[2023-09-05 16:05:09.841] - 获取aid...
net_http_message_not_success_statuscode_reason, 404, Not Found
NativeCommandExitException: Program "bbdown.exe" ended with non-zero exit code: 1.
PS C:\Users\Administrator> dotnet tool update bbdown --global
You can invoke the tool using the following command: BBDown
Tool 'bbdown' (version '1.6.1') was successfully installed.
PS C:\Users\Administrator> bbdown https://www.bilibili.com/video/BV14h4y1f7U2?vd_source=fc0688767206b473d7518ad9211c35cb
BBDown version 1.6.0, Bilibili Downloader.
欢迎到讨论区交流:
https://github.com/nilaoda/BBDown/discussions

[2023-09-05 16:06:32.450] - 加载本地cookie...
[2023-09-05 16:06:32.623] - 检测账号登录...
[2023-09-05 16:06:32.623] - 获取aid...
net_http_message_not_success_statuscode_reason, 404, Not Found
NativeCommandExitException: Program "bbdown.exe" ended with non-zero exit code: 1.
PS C:\Users\Administrator>

我是Scoop安装的1.60。然后dotnet tool 装的是最新的1.61,不知道如何切换程序,系统默认调用的是Scoop的bbdown,也不知道Scoop为什么总是慢一个版本

Jiang10086 commented 1 year ago

image 无法升级

dogdie233 commented 1 year ago

image 无法升级

在资源管理器进入这个路径 %AppData%\..\..\.dotnet\tools 把里面的 BBDown.exe.store文件夹里面的bbdown文件夹扬了

Jiang10086 commented 1 year ago

恢复正常了,谢谢!