-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Unable to connect to IRC server. #102
Comments
|
Having the same issue as well. I'm guessing there's a problem with the IRC. |
Same thing over here. Comes and goes infrequently. I only get EOF when it fails to connect. |
I am unable to reproduce this issue on my end. To anyone experiencing this issue, please run OpenBooks with the Docker Compose:
|
I opened the application to test this after enabling logging and had no issue connecting. Possibly a temporary issue on the IRC side? Edit: Issues persist intermittently. The attached log shows the initial connection, a book search, and the stop/start/fail to reconnect happens at the end. |
Issue exists when keeping TLS authentication enabled, as IRCHighway certs seem to be self-signed. With their root CA added to the cert store or with |
TLS connections don't validate the issuer so this shouldn't be the issue. |
Agreed, turned out to be a network configuration problem. Works flawlessly now. |
HI, I also have same issue. How did you resolve the network issue? I use local port 8081 / container port 80 and forwarded port 8081 in my router to my synology NAS where I am running Docker and the Openbooks-container. So a bit clueless why it says "not connected"..... |
Running |
Does not work for me. See my setup stated above. Openbooks should create a default user according evan-buss but no signs of a userid in the low left corner of the Openbooks-webpage: it states "Not connected" there. |
I have solved it with simply adding one bit next to
|
Sadly not here. I'm working with Docker GUI on Synology and Portainer, but with Docker's export/import function I could edit the cmd line in the json file and recreated the container. Edited line in the JSON: "cmd" : "./openbooks server --dir /books --port 80 --persist -s irc.irchighway.net:9999", According Portainer the settings are now: CMD | ./openbooks server --dir /books --port 80 --persist -s irc.irchighway.net:9999 But...still not working...Now idea how I could edit the Entrypoint... |
For those of you using nginx proxy manager, make sure you enable "websocket support" for openbooks. I was seeing an unable to connect error and the lower left of the page would show disconnected until I enabled websocket support. |
How are you using openbooks with NPM? Both need to listen on docker internal port 80. |
Just map to an unused port on your docker then in NPM, You'd forward traffic to the docker server on said port. For example, I use port 8023 on the docker server for the openbook container. Then in my NPM, I simply have it forward traffic to http://{IP of docker server}:8023 |
Nice thanks. I was confused and thought that you could only use the internal port once like you do with external. Docker is smarter than I thought! |
-tls=false got me a connection, but commands are not forwarded, so I was able to reproduce
I have also tried using
but had no success I tried a non tls port (6660) with --tls=false and after sending a search got a search submitted message, but no results
**after trying another search it did work with the settings above |
in my case it has to do with nginx proxy manager. If I put in the ip address, it works, it connects, searches, and downloads, but it doesn't work through the proxy |
Thanks, man. Just what I was missing!! |
Issue still persists. Not using nginx proxy manager, but the connection still drops out sporadically. Have tried running both dockerised and directly from the exe with similar results. |
I needed to add -s irc.irchighway.net:9999 to my "command" options in docker compose. seems irchighway changed their port. |
Without sharing your Make sure you are using the right port to connect through SSL: |
Using TLS and a correct TLS port does not work consistently. Sometimes it connects and executes all commands properly and in the next second it cannot connect. |
still an issue, right? I've tried so many ways and just worked once. this is my docker.compose.yml
|
Hello! I am experiencing the following issue when attempting to use OpenBooks (via Docker).
When the webUI is loaded, it gives the error: "Unable to connect to IRC server."
Here is a chunk of the log, starting from a restart of the container:
In my docker configuration I am pulling evanbuss/openbooks:latest, so I believe I am up to date.
(I don't see a version number in the webUI anywhere.)
I have tried setting the name flag, but it did not change the outcome.
Any assistance would be appreciated.
If there is any other information I can provide, please let me know!
Thank you for this tool!
The text was updated successfully, but these errors were encountered: