Connection Error with Typesense Server
TLDR john was having trouble connecting to the Typesense server, and Jason advised checking the logs for any errors.
Powered by Struct AI
2
15mo
Sep 16, 2022 (15 months ago)
john
john
12:43 PMHello everyone, hope this message finds you all well. please help,
(base) x@xnoMacBook-Pro typesense % brew services restart [email protected]
Stopping
==> Successfully stopped
==> Successfully started
(base) x@xnoMacBook-Pro typesense % curl http://localhost:8108/health
curl: (7) Failed to connect to localhost port 8108: Connection refused
(base) x@xnoMacBook-Pro typesense %
(base) x@xnoMacBook-Pro typesense % brew services restart [email protected]
Stopping
[email protected]
... (might take a while)==> Successfully stopped
[email protected]
(label: [email protected])==> Successfully started
[email protected]
(label: [email protected])(base) x@xnoMacBook-Pro typesense % curl http://localhost:8108/health
curl: (7) Failed to connect to localhost port 8108: Connection refused
(base) x@xnoMacBook-Pro typesense %
Jason
Jason
03:01 PMCould you check the logs under
/usr/local/var/log/typesense/
or /opt/homebrew/var/log/typesense/
(Apple Silicon) to check if there are any errors logged there?Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3005 threads (79% resolved)
Similar Threads
Resolving Connection Issues on Ubuntu 21.10
Philipe faced a problem with TypeSense running on Ubuntu 21.10. After troubleshooting, Jason and Kishore Nallan suggested a binary to solve the compatibility issue, which resolved the issue.
38
25mo
Solved
Troubleshooting Typesense Connection Refused Error on Express.js
anuser was getting an "ECONNREFUSED" error when using Typesense with Express.js. Kishore Nallan and Yoann helped identify the issue as an IPV6 compatibility conflict. Changing 'localhost' to '127.0.0.1' resolved the issue.
11
5mo
Solved
Connection Refused Issue with Typesense and Nginx Reverse Proxy
Karthik experiences a connection refused problem with Typesense and Nginx reverse proxy. Jason helps troubleshoot, but the issue remains unresolved.
47
9mo