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

Groups are not working with Apprise-API #146

Closed
caronc opened this issue Nov 13, 2023 Discussed in #144 · 1 comment
Closed

Groups are not working with Apprise-API #146

caronc opened this issue Nov 13, 2023 Discussed in #144 · 1 comment

Comments

@caronc
Copy link
Owner

caronc commented Nov 13, 2023

Discussed in #144

Originally posted by gorrilla10101 November 8, 2023
I was using the apprise ui to configure and test. if I call the tags directly this configuration works however POST /notify/recipes does not work. Instead it returns 424 (Failed Dependency).

I didn't see anything more meaningful in the api logs than I got from the http response.

2023-11-07 23:19:01,290 [WARNING] django: APPRISE_DENY_SERVICES plugin macos:// was not found - ignoring.
2023-11-07 23:19:01,304 [INFO] apprise: Loaded 2 entries from memory://
2023-11-07 23:19:01,307 [WARNING] django.request: Failed Dependency: /notify/recipes127.0.0.1 - - [08/Nov/2023:05:19:01 +0000] 
"POST /notify/recipes HTTP/1.1" 424 190 "http://localhost:8000/cfg/recipes" 
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0"

This is my yaml file

version: 1
groups:
  recipes: user1, user2
  
urls:
  - mailgun:///[email protected]/{token}:
    - to: [email protected]
      tag: user1
    - to: [email protected]
      tag: user2
@caronc
Copy link
Owner Author

caronc commented Dec 28, 2023

This should now work as intended

@caronc caronc closed this as completed Dec 28, 2023
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

No branches or pull requests

1 participant