Ошибка ApiError: [29] Rate limit reached
Хочу создать отложенный пост вк, но выдаёт ошибку. Время поста свободно.
def post(id, text='', pic='', sign=0, date=0):
vk.method('wall.post',
{
'owner_id': id,
'from_group': 1,
'message': text,
'attachments': pic,
'signed': sign,
'publish_date': date
})
Traceback (most recent call last):
File "C:\Users\...\bot.py", line 133, in <module>
post(id, text=msg, pic='', sign=sign, date=date)
File "C:\Users\...\bot.py", line 40, in post
'publish_date': date
File "C:\Users\...\lib\site-packages\vk_api\vk_api.py", line 668, in method
raise error
vk_api.exceptions.ApiError: [29] Rate limit reached