mydisplayname

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by mydisplayname

  1. ok, I managed to fix the issue. my config.yml was messed up for some reasons with recent pull. with that, ran wget -O /mnt/user/appdata/invidious/config/config.yml https://raw.githubusercontent.com/iv-org/invidious/master/config/config.example.yml to get clean config.yml then, changing the value of host: localhost to actual local IP fixed the issue for me. I do also have 2 configs appear on Container setting menu, idk if that caused the problem or not.
  2. After the recent update to Invidious, I no longer be able to reach the Invidious instance. Seems to be caused by invidious not being able to communicate with postgres. restarting both dockers does not fix this issue... thing is that I could use Invidious fine just yesterday, does anyone know how to fix this? from /usr/share/crystal/src/socket/ip_socket.cr:18:5 in 'new' from lib/pg/src/pg/connection.cr:13:23 in '->' from /usr/share/crystal/src/primitives.cr:266:3 in 'build_resource' from /usr/share/crystal/src/int.cr:524:11 in 'build_database' from src/invidious.cr:38:1 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' Unhandled exception: (DB::ConnectionRefused) from lib/sqlite3/src/sqlite3/connection.cr:10:11 in '->' from /usr/share/crystal/src/primitives.cr:266:3 in 'build_resource' from /usr/share/crystal/src/int.cr:524:11 in 'build_database' from src/invidious.cr:38:1 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' Caused by: Cannot establish connection (PQ::ConnectionError) from lib/pg/src/pq/connection.cr:34:9 in 'new' from lib/pg/src/pg/connection.cr:13:23 in '->' from /usr/share/crystal/src/primitives.cr:266:3 in 'build_resource' from /usr/share/crystal/src/int.cr:524:11 in 'build_database' from src/invidious.cr:38:1 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' Caused by: Error connecting to 'localhost:5432': Address not available (Socket::ConnectError)