Chris Caron
Chris Caron
Just to jump in, I see this as an issue myself. Today I've made major improvements to this. If you get the apprise-api master branch, there is much more logging....
The problem is on Step 3. A 2XX response after an `add` call just means you nailed the syntax perfectly. But it doesn't throw an error if the configuration you...
Hmm, It sounds like you're `/config` directory may not be writeable. Are you sure you're getting a 200 response back? If it can't write it to disk, it will fail....
Thanks @theotherp for the heads up here. I'll have to sit down and try to reproduce this. I don't have a Windows PC, but it doesn't seem right what you're...
Plivo support placed on hold due to upstream restrictions. I'm specifically looking for details on the **{auth_id}** and **{auth_token}**; information such as knowing if it's alpha/numeric characters that accepts dashes,...
The only problem i see with PGP is that the certificate can bet quite large. The only way I can think of implementing this is adding `?pgp=/path/to/local/key` in the URL:...
Interesting... i wonder if it could be more designed similar to how the [MS Teams Templating](https://github.com/caronc/apprise/wiki/Notify_msteams#templating) section was done.
That looks fantastic. I can update the main readme if you want. Alternatively, if you want to make a pull request to try integrating as light/dark theme that saves to...
There are a couple of things going on here i think. 1. This line here doesn't really relate to your problem at hand; the problem is that you need the...
I don't have a windows PC to test on, but i'm not sure if a docker container (hosting a Linux foundation) can access the windows libraries through the API (which...