alashow / datmusic-api

https://datmusic.xyz
GNU General Public License v2.0
181 stars 53 forks source link

Flood control #85

Closed LevanQerdikashvili closed 3 years ago

LevanQerdikashvili commented 3 years ago

hello, problem: Flood control

{ "status": "error", "error": { "message": "Flood control: too much captcha requests", "code": 9 } }

how to fix? change tokens but result not change :/

alashow commented 3 years ago

That means your account might have been banned from vk. Try getting a token with a new account. The error is caused by sending too many wrong captcha keys or requesting too many times while you need to answer the captcha. I solved this by implementing a captcha lock, which you can enable in configuration (see config/app.php and .env)