Lekuruu/osu.py

Can't connect to akatsuki!

Closed this issue · 2 comments

Using server="akatsuki.gg" when initialising game client, I get this:

Error on login: NOT_FOUND
Ignoring...
Login error: AUTHENTICATION_ERROR
Authentication failed. Please check your username/password!
Exiting...

User/password is correct, any idea?

I got that issue as well when I was testing... I might need to look into this further.

Alright. I finally got around to investigate this issue and it should now be fixed. (a47b0ee)

Turns out the modern clients use \n instead of \r\n when logging in, which was a silly little mistake I made.