Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug FailedLoginHandler not executing?

Joined
Jul 15, 2019
Messages
30
ISSUE
Not sure if anyone else is experiencing this but on my end LoginHandler is not detecting banned account.

REPRODUCE
1) Start any bot with a known banned account
2) Bot will type credentials and login
3) Bot will not detect account is banned
4) AbstractBot#loop() is no longer called but the bot continues to run, potentially eating botting hours?
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,464
ISSUE
Not sure if anyone else is experiencing this but on my end LoginHandler is not detecting banned account.

REPRODUCE
1) Start any bot with a known banned account
2) Bot will type credentials and login
3) Bot will not detect account is banned
4) AbstractBot#loop() is no longer called but the bot continues to run, potentially eating botting hours?
I've noticed this before as well, I kinda just thought it might be an issue on my end.

I'm not sure how often this forum section is checked though btw, probably best to make a gitlab issue for it: https://gitlab.com/runemate/community/runemate-game-api/-/issues/new
 
Top