We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2023-08-09T14:46:36.234522Z [info ] time=2023-08-09 15:46:36 name=apprise level=WARNING message=Failed to send to Slack: error=200. cmd_type=elb consumer=True name=target-apprise producer=False stdio=stderr string_id=target-apprise
The "error" here still sends and apprise succeeds with a 0 exit code so it looks like it's not really "failing"
The text was updated successfully, but these errors were encountered:
https://github.com/caronc/apprise/blob/master/apprise/Apprise.py#L363-L366
Looks like we could just throw an exception on False / True.
Still doesn't explain the message
Sorry, something went wrong.
No branches or pull requests
The "error" here still sends and apprise succeeds with a 0 exit code so it looks like it's not really "failing"
The text was updated successfully, but these errors were encountered: