You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请问下面这个问题大家遇到没? 在Python app.py启动的时候,谢谢。
File "app.py", line 165, in run
await pc.setRemoteDescription(RTCSessionDescription(sdp=answer,type='answer'))
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/rtcpeerconnection.py", line 829, in setRemoteDescription
description = sdp.SessionDescription.parse(sessionDescription.sdp)
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/sdp.py", line 385, in parse
session_lines, media_groups = grouplines(sdp)
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/sdp.py", line 141, in grouplines
for line in sdp.splitlines():
AttributeError: 'NoneType' object has no attribute 'splitlines'
The text was updated successfully, but these errors were encountered:
需要重新运行启动程序还是? 我也多次运行启动程序,都存在同样的问题。
在 2025-01-14 23:42:34,"qianxia999" ***@***.***> 写道:
我经常遇到,需要打开2-3次,才可以连上SRS
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
请问下面这个问题大家遇到没? 在Python app.py启动的时候,谢谢。
File "app.py", line 165, in run
await pc.setRemoteDescription(RTCSessionDescription(sdp=answer,type='answer'))
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/rtcpeerconnection.py", line 829, in setRemoteDescription
description = sdp.SessionDescription.parse(sessionDescription.sdp)
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/sdp.py", line 385, in parse
session_lines, media_groups = grouplines(sdp)
File "/home/nxm/anaconda3/envs/LiveTalkingV2/lib/python3.8/site-packages/aiortc/sdp.py", line 141, in grouplines
for line in sdp.splitlines():
AttributeError: 'NoneType' object has no attribute 'splitlines'
The text was updated successfully, but these errors were encountered: