Skip to content
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

Closed
mhemesath opened this issue Mar 19, 2012 · 6 comments
Closed

Error "No more more connections allowed from your host" #95

mhemesath opened this issue Mar 19, 2012 · 6 comments
Labels

Comments

@mhemesath
Copy link

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:

Unhandled message: { command: 'ERROR',
  rawCommand: 'ERROR',
  commandType: 'normal',
  args: [ 'Closing link ([email protected]) [No more connections allowed from your host via this connect class (local)]' ] }

This produces a continuous stream of the following message:

 '*** Looking up your hostname...'
@tjfontaine
Copy link

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.

@mhemesath
Copy link
Author

Cool, thanks for the info!

@akavlie
Copy link
Contributor

akavlie commented Mar 20, 2012

Should surface this error in the UI. I'll look into it.

@ghost ghost assigned akavlie Mar 20, 2012
@tjfontaine
Copy link

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"

@hermansc
Copy link
Contributor

Kind of related to #302 . Some feedback should be given to the user.

@akavlie did you ever look into this?

@thedjpetersen
Copy link
Owner

This should be handled more gracefully now as in the refactor client we won't get caught in a reconnect loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants