kitsu-plex-scrobbler icon indicating copy to clipboard operation
kitsu-plex-scrobbler copied to clipboard

Postgres Error

Open Wraithstalker90 opened this issue 4 years ago • 1 comments

The server is spamming this and it wont scrobble anything to kitsu.

LOG: invalid length of startup packet

Wraithstalker90 avatar Mar 07 '20 01:03 Wraithstalker90

This is related to the postgres container, but I'm not sure what causes it. I'm planning to rip out postgres for a simpler storage solution, (https://github.com/matthewdias/kitsu-plex-scrobbler/issues/17) which would make this error irrelevant. For now all I can really suggest is removing and recreating the container.

$ docker-compose stop postgres
$ docker-compose rm postgres
$ docker-compose up -d postgres

matthewdias avatar Mar 09 '20 05:03 matthewdias