Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Triage] Unable to send test notification #419

Open
harupong opened this issue Oct 20, 2024 · 3 comments
Open

[Triage] Unable to send test notification #419

harupong opened this issue Oct 20, 2024 · 3 comments
Assignees
Labels

Comments

@harupong
Copy link

harupong commented Oct 20, 2024

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

  • 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
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
Copy link
Owner

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
Copy link
Owner

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

@harupong
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants