MarshalX / tgcalls

Voice chats, private incoming and outgoing calls in Telegram for Developers
https://t.me/tgcallslib
GNU Lesser General Public License v3.0
514 stars 91 forks source link

[Bug] Error joining group call #169

Closed Xun66 closed 2 years ago

Xun66 commented 2 years ago

tgcalls v2.0.0, Copyright (C) 2020-2021 Il`ya (Marshal) https://github.com/MarshalX Licensed under the terms of the GNU Lesser General Public License v3 (LGPLv3)

[ , ] [ , ] 'GroupCall' object has no attribute 'params' Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/pyrogram/dispatcher.py", line 217, in handler_worker await handler.callback(self.client, *args) File "/opt/homebrew/lib/python3.9/site-packages/pytgcalls/mtproto/pyrogram_bridge.py", line 63, in _process_update await self._update_to_handlertype(update) File "/opt/homebrew/lib/python3.9/site-packages/pytgcalls/mtproto/pyrogram_bridge.py", line 75, in _process_group_call_update call = GroupCallWrapper(update.call.id, update.call.params) AttributeError: 'GroupCall' object has no attribute 'params'



Any idea about the reason for this error?
MarshalX commented 2 years ago

please install dev version of pytgcalls by calling pip install -U pytgcalls==3.0.0.dev19