T
T
timur kup2020-09-01 18:48:52
Python
timur kup, 2020-09-01 18:48:52

Automatic vk status ( vk_api ), who will help?

I am writing a bot automatic VK status, I have already written everything, everything is fine.
it just throws an error:

Traceback (most recent call last):
File "vk.py", line 18, in
vk.method("status.set", {"text": nowtime + " | " + "Friends online: " + str(counted) })
File "C:\Users\timur\AppData\Local\Programs\Python\Python38-32\lib\site-packages\vk_api\vk_api.py", line 646, in method
raise error
vk_api.exceptions.ApiError: [ 29] Rate limit reached


What is it connected with? Everything is correct in the code.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Timur Pokrovsky, 2020-09-01
@timur_ffsdfdsf

this is due to the fact that

Rate limit reached

S
soremix, 2020-09-01
@SoreMix

https://vk.com/dev/errors

U
UberPool, 2020-09-02
@UberPool

Make a delay, you're sending too many requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question