Closed svrem closed 2 years ago
Have you solved this problem?
I have the same error. Any suggestion?
I used a proxy to see the requests. The login request seem to be ok, but then posting a photo does not work, I get the 403 error.
Any ideas of what is going wrong ?
it's cuz of bad password encryption, if you need help contact me on telegram t.me/scrapguru
When I run the
await client.login()
, I get as return value like this:{ user: true, authenticated: false, status: 'ok' }
. After that if I run the commandclient.uploadPhoto({ ... })
I get an error saying:{"message":"login_required","status":"fail"}
.Does anyone know how to fix this?