kieraneglin / pinchflat

Your next YouTube media manager
GNU Affero General Public License v3.0
1.08k stars 20 forks source link

[Triage] Unable to send test notification #419

Open harupong opened 2 days ago

harupong commented 2 days ago

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:

  1. Go to config -> settings
  2. paste Slack webhook url(“as is”)
  3. click "send test" icon
  4. test notification not showing up on Slack

Expected behavior Test notificaion coming in through apprise to Slack

Diagnostic info

image

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
kieraneglin commented 1 day ago

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 🤙

kieraneglin commented 1 day ago

Also, that's very exciting to hear about that podcast! I had no idea so thanks for bringing that to my attention