pytgcalls / pytgcalls

Async client API for the Telegram Calls
http://pytgcalls.github.io/
GNU Lesser General Public License v3.0
301 stars 165 forks source link

ERROR:root:joinCallError -> Error: No active voice chat found on XXXXX #125

Closed ChenMoGe2 closed 3 years ago

ChenMoGe2 commented 3 years ago

Describe the bug Hi,I have a problem when I using pytgcalls.I start main function from example/multiple_calls/example_multiple.py.And I can login 2 client successfully and I start video group call at group chat.But when I send message(!p1 or !p2) to group chat,the pytgcalls example printf error message ERROR:root:JOIN_VOICE_CALL_ERROR -> init() got an unexpected keyword argument 'video_stopped' ERROR:root:joinCallError -> Error: No active voice chat found on XXXXX I don't know hot to solve this and who can help me.Thank you.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'start example/multiple_calls/example_multiple.py by python example_multiple.py'
  2. Click on 'phone number to login account A and B'
  3. Using telegram app which is account A to create a group call in a group chat which A and B are all in the group chat
  4. Send message !p2 to start join group call request
  5. The error messages are printf at console

Expected behavior Can recevie input.raw on account A in group call

Log ERROR:root:JOIN_VOICE_CALL_ERROR -> init() got an unexpected keyword argument 'video_stopped' ERROR:root:joinCallError -> Error: No active voice chat found on XXXXX

Window (please complete the following information):

Laky-64 commented 3 years ago

Hi, what PyTgCalls version are you using?

ChenMoGe2 commented 3 years ago

@Laky-64 master branch,using pip version 1.2.9

Laky-64 commented 3 years ago

Ok, then, i mean PyTgCalls version, not the Pyrogram Version

ChenMoGe2 commented 3 years ago

0.8.0

Laky-64 commented 3 years ago

Ok, then i suggest to you to switch to the newer PyTgCalls version, (Beta Version 0.8.1)

ChenMoGe2 commented 3 years ago

OK,thanks.I will try it