I login to MD but the start high and start low are not active. Also I get the error not logged in or registered, but I can see the balance is loaded. Can you tell me what is wrong?
Unfortunately I have no idea why this is happening. The bot handles the login process like this:
1. Get cloudflare clearance
2. Log in
3. Get auth key (for betting)
4. Get stats (wagerd, profit, wins, losses, bets)
5. Get Balance
6. Send finished login signal
So yours works fine from steps 1-3, then step 4 doesn't work which should already return the failed to log in signal. But executes step 5 successfully, and then sends the failed signal. So I'll be honest, I have no idea whats wrong and I have not been able to reproduce the problem.
But I'm working on some detailed logging features for the bot and once that is implemented, We will hopefully be able to find and fix the problem.