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

Exception on Network creation: Initial server in a new network created twice, once each by quassel-webserver directly and by node-libquassel #283

Open
esainane opened this issue Jan 24, 2020 · 0 comments
Labels

Comments

@esainane
Copy link

See:

The end result is that on creating a new network, the ServerList contains an array of two "servers":

  • [0] with the settings just created, and most fields including numerics such as ProxyPort set to the empty string (the server quassel-webserver created)
  • [1] with an undefined hostname (throwing an exception and aborting the process) and fields set to the node-libquassel defaults such as ProxyPort set to 8080 (the server node-libquassel created)
@magne4000 magne4000 added the bug label Jan 24, 2020
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

2 participants