I
I
inott2021-07-02 22:12:33
Python
inott, 2021-07-02 22:12:33

Error with vk_api, how to remove the limit?

import vk_api


vk = vk_api.VkApi(token="тут токен")

vk.method("status.set", {"text": "123"})

and throws this error
Traceback (most recent call last):
File "C:\Users\Victor\Desktop\bot for status.py", line 6, in
vk.method("status.set", {"text": " 123"})
File "C:\Users\Victor\AppData\Local\Programs\Python\Python37-32\lib\site-packages\vk_api\vk_api.py", line 656, in method
raise error
vk_api.exceptions.ApiError : [29] Rate limit reached

How to fix or work around this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question