Skip to content

Error on installing with docker #356

@luccabassoli

Description

@luccabassoli

Describe the bug

Starting monoscope-timescaledb ... done
Starting monoscope-app ... done
Attaching to monoscope-timescaledb, monoscope-app
monoscope-timescaledb |
monoscope-timescaledb | PostgreSQL Database directory appears to contain a database; Skipping initialization
monoscope-timescaledb |
monoscope-timescaledb | 2026-04-12 12:31:47.700 UTC [1] LOG: starting PostgreSQL 18.3 (Ubuntu 18.3-1.pgdg22.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0, 64-bit
monoscope-timescaledb | 2026-04-12 12:31:47.701 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
monoscope-timescaledb | 2026-04-12 12:31:47.701 UTC [1] LOG: listening on IPv6 address "::", port 5432
monoscope-timescaledb | 2026-04-12 12:31:47.704 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
monoscope-timescaledb | 2026-04-12 12:31:47.709 UTC [24] LOG: database system was shut down at 2026-04-12 12:31:26 UTC
monoscope-timescaledb | 2026-04-12 12:31:47.714 UTC [1] LOG: database system is ready to accept connections
monoscope-timescaledb | 2026-04-12 12:31:47.717 UTC [27] LOG: TimescaleDB background worker launcher connected to shared catalogs
monoscope-app | monoscope-server: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
monoscope-app |
monoscope-app | libpq: failed (invalid sslmode value: "disable?keepalives=1&keepalives_idle=15&keepalives_interval=10&keepalives_count=3"
monoscope-app | )
monoscope-app |
monoscope-app | While handling libpq: failed (invalid sslmode value: "disable?keepalives=1&keepalives_idle=15&keepalives_interval=10&keepalives_count=3"
monoscope-app | | )
monoscope-app |
monoscope-app | HasCallStack backtrace:
monoscope-app | bracket, called at src/Start.hs:23:7 in monoscope-0.1.0.0-inplace:Start
monoscope-app |
Exception in thread Thread-7 (watch_events):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/compose/cli/log_printer.py", line 202, in watch_events
for event in event_stream:
File "/usr/lib/python3/dist-packages/compose/project.py", line 626, in yield_loop
yield build_container_event(event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/compose/project.py", line 594, in build_container_event
container = Container.from_id(self.client, event['id'])
~~~~~^^^^^^
KeyError: 'id'
monoscope-app exited with code 1

To Reproduce

No response

System

Ubuntu 24.04 - KVM Server

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions