ihmily / DouyinLiveRecorder

可循环值守和多人录制的直播录制软件,支持抖音、TikTok、快手、虎牙、斗鱼、B站、小红书、pandatv、afreecatv、flextv、popkontv、twitcasting、winktv、百度、微博、酷狗、花椒、流星、Twitch等平台直播录制
MIT License
4.14k stars 491 forks source link

小白,用py执行的,执行后一直未能录制,但是能看到监测到,这怎么办 #187

Open pandamoving opened 6 months ago

pandamoving commented 6 months ago

我看到能执行打开,但是一直未开始录制

pandamoving commented 6 months ago

运行新线程,传入地址 https://v.douyin.com/iNQXGn5c 运行新线程,传入地址 https://v.douyin.com/iNQXugpk 2024-02-21 16:35:45.192 | WARNING | main:start_record:1077 - 错误信息: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)> 发生错误的行数: 601 2024-02-21 16:35:45.196 | WARNING | main:start_record:1077 - 错误信息: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)> 发生错误的行数: 601

共监测2个直播中 | 同一时间访问网络的线程数: 3 | 是否开启代理录制: 是 | 录制分段开启: 1800秒 | 是否生成时间文件: 否 | 录制视频质量为: 原画 | 录制视频格式为: TS | 目前瞬时错误数为: 2 | 当前时间: 2024-02-21 16:35:55 没有正在录制的直播 16:35:55

ihmily commented 6 months ago

使用长链接试试? https://live.douyin.com/255092247854 https://live.douyin.com/366414571412

pandamoving commented 6 months ago

运行新线程,传入地址 https://live.douyin.com/255092247854?is_paidlive=0&watch_paidlive_status=regular 失败地址:https://live.douyin.com/255092247854?is_paidlive=0&watch_paidlive_status=regular 准备切换解析方法<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)> 2024-02-21 16:52:02.061 | WARNING | utils:wrapper:18 - 错误信息: type: URLError, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)> in function get_douyin_stream_data at line: 1351 2024-02-21 16:52:02.062 | WARNING | utils:wrapper:18 - 错误信息: type: AttributeError, 'list' object has no attribute 'get' in function get_douyin_stream_url at line: 266 2024-02-21 16:52:02.062 | WARNING | main:start_record:1077 - 错误信息: 'list' object has no attribute 'get' 发生错误的行数: 718

还是会报错

ihmily commented 6 months ago

你的网络问题,你是有使用代理工具吗?不要使用代理能正常访问吗?

pandamoving commented 6 months ago

我之前是有挂代理工具的,但是关了代理工具之后也还是提示这个错误

water7282 commented 1 month ago

同样问题,用docker可以,但是mac系统下用python3不可以