knadh / niltalk

Instant, disposable, single-binary web based live chat server. Go + VueJS.
GNU Affero General Public License v3.0
948 stars 118 forks source link

error initializing store: dial tcp: lookup redis on 127.0.0.53:53: server misbehaving #30

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, i have ubuntu 20.04 VPS without white IP.

i want to run niltalk, but i have error:

ubuntu@ubuntu:~/niltalk_0.1.0_linux_amd64$ ./niltalk
2022/02/13 15:19:45 main.go:82: reading config: config.toml
2022/02/13 15:19:45 error initializing store: dial tcp: lookup redis on 127.0.0.53:53: server misbehaving
ubuntu@ubuntu:~/niltalk_0.1.0_linux_amd64$
how to fix this error?

ghost commented 2 years ago

on Windows: image

knadh commented 2 years ago

Looks like an incorrect address param in the Redis [store] configuration. If you are running Redis locally, the value should be address = "127.0.0.1:6379"

ghost commented 2 years ago

what file store these settings? what i need to edit, to work properly?

knadh commented 2 years ago

Please read the installation instructions: https://github.com/knadh/niltalk/#manual