Advertisement
l1von

df

Jan 5th, 2021
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [VKBottle] While parent_processor was handling error occurred
  2.  
  3. Traceback (most recent call last):
  4. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\vkbottle\framework\framework\swear_handler.py", line 26, in wrapper
  5. return await func(*args, **kwargs)
  6. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\vkbottle\framework\bot\processor.py", line 35, in parent_processor
  7. return await self.message_processor(obj, client_info)
  8. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\vkbottle\framework\bot\processor.py", line 81, in message_processor
  9. task = await rules[0].call(*args, **kwargs)
  10. File "C:\Users\Administrator\Desktop\botneuro\main.py", line 353, in gen
  11. photo = await photo_uploader.upload_message_photo(dem_filename)
  12. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\vkbottle\api\uploader\photo.py", line 76, in upload_message_photo
  13. server, {"photo": self.open_pathlike(pathlike)}, {}
  14. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\vkbottle\api\uploader\base.py", line 46, in open_pathlike
  15. return open(pathlike, "rb")
  16. FileNotFoundError: [Errno 2] No such file or directory: 'result_5133317863992856498946842.jpg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement