osu-ahr icon indicating copy to clipboard operation
osu-ahr copied to clipboard

The lobby closes all the time

Open RugerNey opened this issue 1 year ago • 4 comments

Some time after starting and creating the lobby, I get a message in the console "Detected a part event. Destroying the lobby...". What is the reason for this and how can I fix it?

RugerNey avatar Nov 18 '23 08:11 RugerNey

hi, there are many reasons that can trigger this 'part' event. In the context of IRC, it signifies that someone has left a channel. The triggers could be:

  1. user-initiated: You used the 'close' or 'close now' command from the cli, and the console output typically looks like this:
[INFO] lobby - Detected a part event. Destroying the lobby...
[INFO] cli - Readline closed.
[INFO] cli - IRC client disconnected.

there is no reason to keep an empty lobby if the user has already left the irc

  1. internet connection issues: The IRC client connection is lost, immediately triggering the part event.

  2. timeout: some IRC servers likes to disconnect users who have been inactive for a certain period.

if the message only says 'Detected a part event. Destroying the lobby...' and nothing else after that, I will need more details about your actions leading up to that message.

in terms of fixing, i doubt that the issue is coming from osu-ahr, it might be something else, once again, can you reproduce this?

xayanide avatar Dec 04 '23 16:12 xayanide

image This is a screenshot I was able to take. It feels like it's due to lack of people, but in the config file I have a whole day set to close the lobby in this case. And it only takes literally an hour or two for this error to come out, which is very strange

RugerNey avatar Dec 18 '23 18:12 RugerNey

This is most likely Bancho closing the room due to inactivity.

matte-ek avatar Dec 22 '23 02:12 matte-ek

This is most likely Bancho closing the room due to inactivity.

What do you recommend to make it active at some points to get around that

RugerNey avatar Dec 29 '23 15:12 RugerNey