Skip to content
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]大佬tiktoktool.py突然开始闪退 #269

Closed
2936747557 opened this issue Dec 22, 2022 · 21 comments
Closed

[BUG]大佬tiktoktool.py突然开始闪退 #269

2936747557 opened this issue Dec 22, 2022 · 21 comments
Assignees
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies)

Comments

@2936747557
Copy link

描述出现的错误
双击tiktoktool.py,无法正常运行直接闪退

bug复现
复现这次行为的步骤:
1.更改了conf.ini的抖音主页链接
2.双击了tiktoktool.py
3.运行窗口出现然后闪退

截图
如果适用,添加屏幕截图以帮助解释您的问题。

桌面(请填写以下信息):
-操作系统:[windows10 64bit]
-vpn代理[关闭]
-版本[如1.3.0]

附文
尝试清除dns缓存,更换网络,都没有效果
2022-12-22_193250.log
2022-12-22_193234.log

@2936747557 2936747557 added 故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies) labels Dec 22, 2022
@Johnserf-Seed
Copy link
Owner

#263
重启路由器试试

@2936747557
Copy link
Author

大佬我重启了两遍,还是不行

@HaipingLIU
Copy link

我也是突然闪退

@Johnserf-Seed
Copy link
Owner

目前是官方接口寄了,等待恢复

Evil0ctal added a commit to Evil0ctal/TikTokDownload that referenced this issue Dec 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
- 我只是简单的修改了代码中的API链接以及JSON的索引
- 没有经过在本地测试,希望作者merge前先将代码复制到本地进行测试。
- 不确定此API是否能长期稳定请求
@Evil0ctal
Copy link

我已经对此问题提交了一份PR

#270

Evil0ctal added a commit to Evil0ctal/bilix that referenced this issue Dec 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pls check the follow issues from other repository:

- Johnserf-Seed/TikTokDownload#269

- Evil0ctal/Douyin_TikTok_Download_API#127
@chenkongming
Copy link

@Evil0ctal 没用咯

@Evil0ctal
Copy link

@Evil0ctal 没用咯

看这个:

Evil0ctal/Douyin_TikTok_Download_API#127 (comment)

@chenkongming
Copy link

chenkongming commented Dec 23, 2022

@Evil0ctal 新连接是可以请求到,但是返参跟旧接口相差甚远,还需要改动一下原来的逻辑

@Evil0ctal
Copy link

嗯嗯,而且我测试了一下,不支持图文视频的解析。

@Johnserf-Seed
Copy link
Owner

正在逆向X-Bogus

@Evil0ctal
Copy link

👍🏻👍🏻👍🏻

@Evil0ctal
Copy link

Evil0ctal commented Dec 23, 2022

昨天我找到的那个接口今天又失效了,看来一定需要突破抖音的签名才能拿数据了。我也去研究一下抖音的签名,有进展我在这里update。

@Johnserf-Seed

@GTXT88
Copy link

GTXT88 commented Dec 24, 2022

昨天我找到的那个接口今天又失效了,看来一定需要突破抖音的签名才能拿数据了。我也去研究一下抖音的签名,有进展我在这里update。

@Johnserf-Seed
那几个在线解析无水印视频的网站(比如https://dlpanda.com/)这两天都一直能用,他们难道一直是附带签名向抖音提交数据请求的吗?所以这次的改动没受影响?

@Evil0ctal
Copy link

是的,他们应该是抓的app端的包,app端的请求有四个参数,这四个参数会随着请求参数的改变而改变,需要逆向工程。

Evil0ctal added a commit to Evil0ctal/TikTokDownload that referenced this issue Dec 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
- 更换抖音官方接口
@Evil0ctal
Copy link

Evil0ctal commented Dec 26, 2022

对于单一视频的解析,我已经提交了一个PR,目前测试下来是稳定的,我只修改了Util/Download.py这个文件的JSON索引,别的文件中的索引没有做修改。

#274

@Johnserf-Seed
Copy link
Owner

已经成功解决加密参数,等待下个版本更新

@Evil0ctal
Copy link

已经成功解决加密参数,等待下个版本更新

牛逼!感谢大佬!

@2936747557
Copy link
Author

已经成功解决加密参数,等待下个版本更新

大佬牛逼!感谢大佬!

@Johnserf-Seed
Copy link
Owner

该早点逆向的。现在可以实现所有抖音的功能。我需要稍微重构一下代码,加亿点点的新功能。
晚些时间测试通过再发布

@Johnserf-Seed
Copy link
Owner

该早点逆向的。现在可以实现所有抖音的功能。我需要稍微重构一下代码,加亿点点的新功能。 晚些时间测试通过再发布

这是暂时整理出来的接口
image

@Johnserf-Seed
Copy link
Owner

Johnserf-Seed commented Jan 6, 2023

image

image

Johnserf-Seed added a commit that referenced this issue Jan 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 #281

 #241 #263 #264 #266 #269 #271 #272 #273 #275 #276 #278 #279 #280 #281
不是最终更新版本,仅为最低可用版本。
Johnserf-Seed added a commit that referenced this issue Jan 14, 2023
 #281

不是最终更新版本,仅为最低可用版本。
Johnserf-Seed added a commit that referenced this issue Jan 14, 2023
…280 #281

不是最终更新版本,仅为最低可用版本。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies)
Projects
None yet
Development

No branches or pull requests

6 participants