miikaok / electron-kide-app-bot

NextGen Kide.app Ticket Bot: a PWA automating ticket buying using efficient algorithms & web workers. Get the ticket you need.
https://miikaok.github.io/electron-kide-app-bot/
1 stars 0 forks source link

Login doesnt work? #2

Closed Lk991 closed 10 months ago

Lk991 commented 10 months ago

I am 100% sure Im using the correct credentials but it still says that they are wrong when trying to login

miikaok commented 10 months ago

Thank you for reporting this issue.

I can confirm that this is the case. It seems that the API for the login route has been changed once again.

I will try to find a fix for this in the next few days.

miikaok commented 10 months ago

After conducting a thorough investigation, it's clear that the login issue stems from the recently integrated CloudFlare protection. The current authentication method isn't compatible with CloudFlare's security measures.

This must be countered by manually using JWT tokens. This may result in a slightly worse user experience.

miikaok commented 10 months ago

Fixed the login-related issues in a commit: 7170054

Note: Kide.app has once again updated its bot prevention implementation, resulting in the bot not working. This requires further investigation and may not be resolved soon or ever.

This issue has now been resolved and will be closed.