Websocket Errors, closing for 4004 with username, token + Application setup #3

Closed
opened 2026-02-04 12:34:30 -07:00 by StevenMcElligott · 2 comments
StevenMcElligott commented 2026-02-04 12:34:30 -07:00 (Migrated from github.com)

I'm getting 4004 errors, created an application, got the token and setup

2026-02-04 19:29:56.003980+00:00time="2026-02-04T19:29:56Z" level=warning msg="Failed to close WebSocket connection for user steven: connection ID \"steven\" not found" plugin=discord-rich-presence
2026-02-04 19:29:56.004119+00:00time="2026-02-04T19:29:56Z" level=info msg="Cleaned up connection for user steven" plugin=discord-rich-presence
2026-02-04 19:29:56.004234+00:00time="2026-02-04T19:29:56Z" level=error msg="Scheduler callback failed" duration=3.1ms error="plugin call failed: heartbeat failed, connection cleaned up: failed to send message: connection ID \"steven\" not found" plugin=discord-rich-presence scheduleID=steven
2026-02-04 19:31:06.026636+00:00time="2026-02-04T19:31:06Z" level=info msg="Streaming file" artist="Tokyo Police Club" bitRate=0 cached=false format=raw originalBitRate=160 originalFormat=mp3 requestId=navidrome/HZwajETSnh-000317 title="Be Good" transcoding=false user=steven
2026-02-04 19:31:06.258060+00:00time="2026-02-04T19:31:06Z" level=info msg=Scrobbled artist="Lykke Li" requestId=navidrome/HZwajETSnh-000318 timestamp="2026-02-04 19:29:14.795 +0000 UTC" title="Dance. Dance. Dance" user=steven
2026-02-04 19:31:06.258829+00:00time="2026-02-04T19:31:06Z" level=info msg="IsAuthorized for user steven: true" plugin=discord-rich-presence

Seems to me I'm missing a setup, is there anything more I need to do with the Application setup for Discord, like specific permissions

I'm getting 4004 errors, created an application, got the token and setup ``` 2026-02-04 19:29:56.003980+00:00time="2026-02-04T19:29:56Z" level=warning msg="Failed to close WebSocket connection for user steven: connection ID \"steven\" not found" plugin=discord-rich-presence 2026-02-04 19:29:56.004119+00:00time="2026-02-04T19:29:56Z" level=info msg="Cleaned up connection for user steven" plugin=discord-rich-presence 2026-02-04 19:29:56.004234+00:00time="2026-02-04T19:29:56Z" level=error msg="Scheduler callback failed" duration=3.1ms error="plugin call failed: heartbeat failed, connection cleaned up: failed to send message: connection ID \"steven\" not found" plugin=discord-rich-presence scheduleID=steven 2026-02-04 19:31:06.026636+00:00time="2026-02-04T19:31:06Z" level=info msg="Streaming file" artist="Tokyo Police Club" bitRate=0 cached=false format=raw originalBitRate=160 originalFormat=mp3 requestId=navidrome/HZwajETSnh-000317 title="Be Good" transcoding=false user=steven 2026-02-04 19:31:06.258060+00:00time="2026-02-04T19:31:06Z" level=info msg=Scrobbled artist="Lykke Li" requestId=navidrome/HZwajETSnh-000318 timestamp="2026-02-04 19:29:14.795 +0000 UTC" title="Dance. Dance. Dance" user=steven 2026-02-04 19:31:06.258829+00:00time="2026-02-04T19:31:06Z" level=info msg="IsAuthorized for user steven: true" plugin=discord-rich-presence ``` Seems to me I'm missing a setup, is there anything more I need to do with the Application setup for Discord, like specific permissions
deluan commented 2026-02-04 16:11:32 -07:00 (Migrated from github.com)

Maybe that's your issue? #2

Maybe that's your issue? #2
StevenMcElligott commented 2026-02-04 18:38:32 -07:00 (Migrated from github.com)

Seems my issue was slow creation of the Discord app, working now, closing this, thanks for responding here/Discord!

Seems my issue was slow creation of the Discord app, working now, closing this, thanks for responding here/Discord!
Sign in to join this conversation.