FoxxMD / multi-scrobbler

Scrobble plays from multiple sources to multiple clients
https://foxxmd.github.io/multi-scrobbler
MIT License
346 stars 16 forks source link

[Notifiers] Getting 403 errors on self-hosted ntfy server #80

Closed thelazyoxymoron closed 1 year ago

thelazyoxymoron commented 1 year ago

I was trying to setup the ntfy based notifier but keep getting the following error despite giving all the parameters correctly.

[Notifiers] [Ntfy - ntfy] Failed to push notification: Request failed with status code 403

I've been able to send notifications using curl on the same protected topics on the self-hosted ntfy instance. Don't see any incoming request in the ntfy logs as well. I'm sure I'm doing something silly here, so would appreciate any pointers on debugging this.

webhook config:

"webhooks": [
    {
      "name": "ntfy",
      "topic": "Random",
      "type": "ntfy",
      "url": "https://subdomain.domain.com",
      "username": "secretUser",
      "password": "secret_password"
    }
FoxxMD commented 1 year ago

Hi, can you try the develop branch or image foxxmd/multi-scrobbler:develop and see if that has fixed the auth issue?

FoxxMD commented 1 year ago

@thelazyoxymoron can you confirm this fixes things for you? I was able to reproduce and the fix in develop should do the trick.

thelazyoxymoron commented 1 year ago

Confirming that the fix works!

FoxxMD commented 1 year ago

In release 0.4.6