-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "No more more connections allowed from your host" #95
Comments
The initial error comes from the ircd you're connecting to, you're hitting a class limit of how many connections are allowed. Subway should probably handle this case better, but you need to inform the irc network that they'll need to allow more simultaneous connections from your ip. |
Cool, thanks for the info! |
Should surface this error in the UI. I'll look into it. |
I think most of this information should be propagated to the status window, especially if it falls into the category of "um, I don't know where this goes" |
This should be handled more gracefully now as in the |
I deployed a subway instance internally in our a company for our team to use. We have about ~5-10 accounts. Every once in a while after logging in, the following error is produced:
This produces a continuous stream of the following message:
The text was updated successfully, but these errors were encountered: