Evil0ctal / Douyin_TikTok_Download_API

🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具,支持API调用,在线批量解析及下载。
https://douyin.wtf
Apache License 2.0
7.72k stars 1.23k forks source link

[BUG] 视频数据获取失败/Failed to get video data #344

Closed c7e715d1b04b17683718fb1e8944cc28 closed 2 months ago

c7e715d1b04b17683718fb1e8944cc28 commented 3 months ago

Platform where the error occurred?

TikTok

The endpoint where the error occurred?

API-V1

Submitted input value?

https://www.tiktok.com/@mami_chokin/video/7352055487875140872

Have you tried again?

Yes, the error still exists after 48 time after the error occurred.

Have you checked the readme or interface documentation for this project?

Yes, and it is very sure that the problem is caused by the program.

sheldygg commented 3 months ago

Hello, works fine with my wrapper: https://github.com/sheldygg/aiotiktok

import asyncio

from aiotiktok.client import TikTokClient

async def main():
    client = TikTokClient()

    data = await client.get_video_data(video_url="https://www.tiktok.com/@mami_chokin/video/7352055487875140872")
    print(data)
    await client.close()

asyncio.run(main())
Evil0ctal commented 3 months ago

Platform where the error occurred?

TikTok

The endpoint where the error occurred?

API-V1

Submitted input value?

tiktok.com/@mami_chokin/video/7352055487875140872

Have you tried again?

Yes, the error still exists after 48 time after the error occurred.

Have you checked the readme or interface documentation for this project?

Yes, and it is very sure that the problem is caused by the program.

Can you provide me with the logs? I can not reproduce the issue from my end.

axsddlr commented 2 months ago

could be an issue that video maybe asking for a captcha? (move puzzle to right spot)