Skip to content

Fix: Remove stray whitespace in Apprise listenurl parameter#528

Merged
Nachtzuster merged 1 commit into
Nachtzuster:mainfrom
hestonhamilton:fix-notification-whitespace
Dec 3, 2025
Merged

Fix: Remove stray whitespace in Apprise listenurl parameter#528
Nachtzuster merged 1 commit into
Nachtzuster:mainfrom
hestonhamilton:fix-notification-whitespace

Conversation

@hestonhamilton
Copy link
Copy Markdown

This PR removes an extra whitespace in the construction of the listenurl used in Apprise notifications:

    listenurl = f"{websiteurl}?filename= {path}"

Fixes a bug where all Apprise notifications produce URLs like:

https://<domain>/?filename= <filename>.mp3

The whitespace after filename= breaks Discord embeds, browser loading, and reverse proxy routing.

This PR removes the leading space so the URL is constructed correctly:

https://<domain>/?filename=<filename>.mp3

Only a single-character change. No functional impact beyond fixing notifications.

@Nachtzuster Nachtzuster merged commit efe382e into Nachtzuster:main Dec 3, 2025
4 checks passed
@Nachtzuster
Copy link
Copy Markdown
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants