Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up'<' not supported between instances of 'NoneType' and 'int' #327
Comments
|
File "/home/bagdik/mysite/kadet/main.py", line 7, in listen Вот тут ошибка первая |
|
Можно <<кусок>> кода, где выдаёт данную ошибку. |
|
Все еще актуально |

File "/home/bagdik/.local/lib/python3.7/site-packages/vk_api/bot_longpoll.py", line 160, in init
if self.obj.peer_id < 0:
TypeError: '<' not supported between instances of 'NoneType' and 'int'
Cмотрел предыдущую проблему -- ключ доступа пробовал менять, версия API актуал (5.103)
Ошибку вызывает запрос на выполнение любого метода, как я понял
EDIT: Все хорошо работает с компьютера через PyCharm, но не работает на pythonanywhere. Почему так может быть?