I'm trying to get familiar with the bot. I was noticing a spam of logs regarding "Connection ended" from the vocard-db container.
Example:
{"t":{"$date":"2025-11-23T08:49:42.072+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn156","msg":"Connection ended","attr":{"remote":"127.0.0.1:33270","isLoadBalanced":false,"uuid":{"uuid":{"$uuid":"xxxx"}},"connectionId":156,"connectionCount":11}}
However, I came across another user bringing this up and the consensus was to ignore it. I'm able to play music fine, but when I ran /settings togglebypass or even !settings togglebypass, it didn't seem to toggle it as the command name implies. It keeps saying that
You have disabled voting system.
no matter how many times I do it. There doesn't seem to be anything logging or printed to STDOUT by vocard/vocard-db regarding bypass/vote.
Some things to note:
- Running everything locally via Docker Containers on beta branches
- I'm alone in VC
- I played one song
- Bot isn't in VC and I typed the command
Furthermore, I just noticed you can modify settings via the dashboard.
- Vote Bypass was switched off, so I toggled it on
- Nothing in the logs/STDOUT again
- I typed
!settings bypassvoteand again it said disabled - I refreshed the dashboard and the switch was still in the toggled on state


