Typesense Connection Issue Resolution
TLDR James faced a 'connection refused' error trying to run typesense locally. Kishore Nallan identified an issue due to a glibc upgrade, provided a recent build for James to try and advised a restart after installation. The problem was subsequently resolved.
Jan 07, 2022 (22 months ago)
James
08:30 AMconnection refused
response when i try to curl http://localhost:8101/health, any idea why?Kishore Nallan
08:31 AMJames
08:31 AMKishore Nallan
08:31 AMJames
08:32 AMKishore Nallan
08:33 AMJames
08:33 AMKishore Nallan
08:33 AMJames
08:34 AMKishore Nallan
08:34 AMJames
08:35 AMJames
08:35 AMKishore Nallan
08:35 AMJames
08:35 AMJames
08:36 AMKishore Nallan
08:37 AMJames
08:37 AMKishore Nallan
08:38 AMJames
08:38 AMJames
08:38 AMKishore Nallan
08:38 AMJames
08:39 AMJames
08:39 AMKishore Nallan
08:39 AMJames
08:39 AMKishore Nallan
08:39 AMKishore Nallan
08:40 AMKishore Nallan
08:41 AMKishore Nallan
08:41 AMJames
08:42 AMKishore Nallan
08:45 AM_dl_sym
function publicly, which this library was depending on to avoid a deadlock during some initialization code. Here's the change: https://github.com/typesense/incubator-brpc/commit/a48506a635072ae2abf370798a47038fbcd230ffIt was some metrics/analyzer related code for which I could not find a proper work around, so I had to just delete it for now :face_with_hand_over_mouth:
James
08:48 AMKishore Nallan
08:48 AMJames
08:49 AMKishore Nallan
08:49 AMTypesense
Indexed 2786 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.
Trouble Running Typesense Docker Image on AMD Phenom II X4 955 Processor
Ian struggles to run Typesense on an AMD Phenom II X4 955 Processor, experiencing the docker image to shut down immediately upon startup. Jason and Kishore Nallan suggest multiple troubleshooting steps, identifying the potential issue as the processor's lack of support for MSSE4 flags.
Installing and Running Typesense Server on Fedora 35
User Edson struggled to initiate Typesense server. Jason suggested using the RC build for Fedora 35. After troubleshooting and following instructions, Edson was finally able to start their server. They discussed the need for clearer installation documentation since it was an incompatibility issue with Fedora 35.
Resolving Multilingual Search Function in Typesense Software
Bill is having difficulty with multilingual search functionality in Typesense software. Developer Kishore Nallan suggested setting a language locale and provided a demo build. The build solution had some issues, and after multiple rounds of software updates and troubleshooting, the problem still persists.
Trouble with DocSearch Scraper and Pipenv Across Multiple OSs
James ran into errors when trying to build Typesense DocSearch Scraper from scratch, and believes itโs because of a bad Pipfile.lock. Jason attempted to replicate the error, and spent hours trying to isolate the issue but ultimately fixed the problem and copied his bash history for future reference. The conversation touches briefly on the subject of using a virtual machine for testing.