Failed to retrieve pre-login tokens
Has kick updated their API?
I'm not able to connect no more, didn't changed anything in the code.
Error is triggered in the getTokenks() function, but don't know why.
You probably need the x-kick-auth
You probably need the x-kick-auth
If by x-kick-auth you mean TOTP Token then it's okay:
By the way, it doesn't return anything as it say in the docs.
I will look into this over the weekend. Have been away on holiday this past week without access to a computer.
refering to this
something like:
const login = await client.api.authentication.login({ email: process.env.EMAIL, password: process.env.PASSWORD, otc: OTP }, process.env.KICK_AUTH);
You probably need the x-kick-auth
I believe this is only provided to some lucky folk who have been whitelisted against the API to bypass CloudFlare. Us plebs have to work around it unfortunately.
You probably need the x-kick-auth
I believe this is only provided to some lucky folk who have been whitelisted against the API to bypass CloudFlare. Us plebs have to work around it unfortunately.
true but even with it u get rate limited by kick =)
I'm struggling to reproduce this on my local machine, @0xHal.
The "Just a moment..." title tag in the body that is being returned in the error would indicate that you are hitting the Cloudflare block. Could be a number of different things, but I don't believe it is an error on Kient's side.
I'm struggling to reproduce this on my local machine, @0xHal.
The "Just a moment..." title tag in the body that is being returned in the error would indicate that you are hitting the Cloudflare block. Could be a number of different things, but I don't believe it is an error on Kient's side.
Yes exactly! Thanks for all your work man! If you have any donation link i will be happy to send you some money (i'm not rich ^^)
stopped my script and started it back up again and getting this error:
Seems to be the same error as above, any ideas?
--- It's so weird, it's working like normal again..
Unfortunately, nothing much further can really be done do avoid Cloudflare at the present point. Kient will be rewritten for the public API when available.
Proxy support #25 has just been merged in which should help somewhat.