hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
67 stars 38 forks source link

Stuck in offline mode for 1 account #262

Closed crackedsash closed 1 month ago

crackedsash commented 1 month ago

Stuck in offline on one bot but if i switch account it works properly… suspect it has sometjing to do with sign usage in email adDress…. Example email: gosu@gmail.com works fine but when i switch to gosu.hasu-life@gmail.com its stuck in offline mode…

theksk23 commented 1 month ago

Are you positive these credentials are valid? Have you tried logging in using Battle.net Launcher?

If you get a Captcha on login using launcher, bot will not be able to use this account, also see: https://github.com/hectorgimenez/koolo/issues/260

As far as (my interpretation of) the bot is concerned, that username/E-Mail is just a string: https://github.com/hectorgimenez/koolo/blob/67b8becf4df0027962604806a86ba8858e46b3ab/internal/config/config.go#L56 so I dont see it having problems with something simple as a dash.

crackedsash commented 1 month ago

Yeah, no captcha on either account so as far as i can see the only diff is email hmm

crackedsash commented 1 month ago

Uff, figured it out was a space after email i Didnt see. Thanks for Help guys

theksk23 commented 1 month ago

no worries. you should be able to close this issue yourself.