Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.89 KB | None | 0 0
  1. C:\Users\Egor\PycharmProjects\untitled\Scripts\python.exe C:/Users/Egor/PycharmProjects/untitled/Scripts/main
  2. [VKBottle] Newer version of VKBottle available (0.14)! Install it using pip install vkbottle --upgrade
  3. [VKBottle] MODULE USING LONGPOLL VERSION 5.101
  4. {'ts': '1', 'updates': []}
  5. {'ts': '2', 'updates': [{'type': 'group_change_settings', 'object': {'user_id': 292380475, 'changes': {'photos': {'old_value': 1, 'new_value': 0}, 'audio': {'old_value': 1, 'new_value': 0}, 'messages': {'old_value': 0, 'new_value': 1}}}, 'group_id': 186615353}]}
  6. Traceback (most recent call last):
  7.   File "C:/Users/Egor/PycharmProjects/untitled/Scripts/main", line 10, in <module>
  8.     bot.run()
  9.   File "C:\Users\Egor\PycharmProjects\untitled\lib\site-packages\vkbottle\bot\vkbottle2.py", line 81, in run
  10.     loop.run_until_complete(self.start())
  11.   File "C:\Users\Egor\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 579, in run_until_complete
  12.     return future.result()
  13.   File "C:\Users\Egor\PycharmProjects\untitled\lib\site-packages\vkbottle\bot\vkbottle2.py", line 122, in start
  14.     await self._run(longPollServer)
  15.   File "C:\Users\Egor\PycharmProjects\untitled\lib\site-packages\vkbottle\bot\vkbottle2.py", line 154, in _run
  16.     await self.new_update(event)
  17.   File "C:\Users\Egor\PycharmProjects\untitled\lib\site-packages\vkbottle\bot\events\processor.py", line 63, in new_update
  18.     if await self.patcher.check_for_whitelist(obj):
  19.   File "C:\Users\Egor\PycharmProjects\untitled\lib\site-packages\vkbottle\bot\patcher.py", line 52, in check_for_whitelist
  20.     peer_id = obj['from_id']
  21. KeyError: 'from_id'
  22. Unclosed client session
  23. client_session: <aiohttp.client.ClientSession object at 0x03B0AD90>
  24. sys:1: RuntimeWarning: coroutine 'load_plugins' was never awaited
  25. Unclosed client session
  26. client_session: <aiohttp.client.ClientSession object at 0x01CA5550>
  27.  
  28. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement