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
Ошибка в методе _parse_peer_id. peer_id остаётся как None. Кинул пулл реквест с исправлениями
Подробнее:
File "/usr/local/lib/python3.9/site-packages/vk_api-11.9.9-py3.9.egg/vk_api/longpoll.py", line 403, in _parse_peer_id
if self.peer_id < 0: # Сообщение от/для группы
TypeError: '<' not supported between instances of 'NoneType' and 'int'
The text was updated successfully, but these errors were encountered:
Ошибка в методе _parse_peer_id. peer_id остаётся как None. Кинул пулл реквест с исправлениями
Подробнее:
File "/usr/local/lib/python3.9/site-packages/vk_api-11.9.9-py3.9.egg/vk_api/longpoll.py", line 403, in _parse_peer_id
if self.peer_id < 0: # Сообщение от/для группы
TypeError: '<' not supported between instances of 'NoneType' and 'int'
The text was updated successfully, but these errors were encountered: