-
Notifications
You must be signed in to change notification settings - Fork 731
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
录制TK出现错误 错误信息: type: TypeError, unsupported operand type(s) for #701
Comments
更换直播间地址也还是有问题: |
除了TikTok其他直播能正常录制吗? |
测试了抖音的,正常的 |
I tested Douyin and it’s normal. |
大概是type hint代码的问题导致报错,python 3.10以下没有 升级python版本 或者 将DouyinLiveRecorder/douyinliverecorder/stream.py的大概65行
改为
|
def get_video_quality_url(stream, q_key) -> list[dict[str, int | Any]]: 改为 def get_video_quality_url(stream, q_key) -> list[dict[str, Union[int, Any]]]: |
I also encountered this situation! mmexport1729531955091.png |
访问外网的网络连接不稳定导致的 录制中断或者录制出错 |
Recording interruption or recording errors caused by unstable network connection to the external network |
🔧 运行方式
使用源代码运行
🐍 如果是使用源代码运行,请选择你的Python环境版本
Python 3.9
🕹 复现步骤
😯 问题描述
📜 错误信息
No response
The text was updated successfully, but these errors were encountered: