pinchflat
pinchflat copied to clipboard
[Triage] Unable to send test notification
Describe the bug First and foremost, thank you so much for creating such a useful app!! Your app was mentioned on Self-Hosted 134: YouTube Unplugged, and I’m so glad that I tried it out. It’s working so smoothly so far.
One small thing I noticed while trying out is that the test notification didn’t show up, but the actual notification DID show up. If it’s just me, then please close this issue.
To Reproduce Steps to reproduce the behavior:
- Go to config -> settings
- paste Slack webhook url(“as is”)
- click "send test" icon
- test notification not showing up on Slack
Expected behavior Test notificaion coming in through apprise to Slack
Diagnostic info
- App Version: 2024.10.2
- yt-dlp Version: 2024.09.27
- Apprise Version: v1.9.0
- System Architecture: x86_64-pc-linux-gnu
- Timezone: Asia/Tokyo
This is a Slack screenshot of me successfully setting up webhook on Pinchflat, test notification was sent but not recieved, and the acutual notification did show up.
Additional context
I’m using docker compose, and my compose.yml is as follows:
services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
container_name: pinchflat
environment:
- TZ=Asia/Tokyo
volumes:
- ./config:/config
- /mnt/nas/public:/downloads
restart: unless-stopped
Hey there! Thanks for the report (:
This is strange! I just tested it in Discord and it did work as expected so maybe it's Slack-specific. In the meantime, would you mind going to the settings page again and trying to send a test notification to confirm it's a recurring issue? If it's still happening, I'll set up a Slack instance and see if I can replicate sometime later this week 🤙
Also, that's very exciting to hear about that podcast! I had no idea so thanks for bringing that to my attention
Thanks for taking a look.
I tried once again on the same environment, but with a new webhook URL for Slack. Unfortunately the result was same, test notification failed, but the actual notification worked as expected.
I can send pinchflat-logs-2024-10-24.txt to you via email if you'd like.