From dd075b0e8cc2a2f0ea0b34bb02fa268ab8abea95 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Sun, 27 Jan 2019 16:11:16 -0500 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index cec1322..6b71f0e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -6,11 +6,11 @@ The best thing you can do when troubleshooting problems with your notification i python apprise -vvv -t "test title" -b "test body" \ mailto://user:password@gmail.com ``` -Sometimes the output is cryptic, but it can also help you pinpoint what is wrong with your URL. +The output can help you pinpoint what is wrong with your URL. -Don't be afraid to ask here; open up a ticket and post your debug response. It might be just a simple tweak to your URL that is needed, otherwise we might have a good bug we need to solve. +If the output appears cryptic, or you feel that you've exhausted all avenues, Don't be afraid to ask here. Just open up a ticket and post the output you got from your debug response. It might be just a simple tweak to your URL that is needed, otherwise we might have a good bug we need to solve. -Just be cautious as the debugging information can expose personal information (such as your password) to the screen. Please remember to erase this or swap it with some random characters before posting such a thing publicly. +Just be cautious as the debugging information can potentially expose personal information (such as your password) to the screen. Please remember to erase this or swap it with some random characters before posting such a thing publicly. ## Special Characters and URL Conflicts Apprise is built around URLs. Unfortunately URLs have pre-reserved characters it uses as delimiters that help distinguish one argument/setting from another.