Replies: 3 comments 4 replies
-
|
Did you check the apprise logs as the error suggested 😅. There should be a indication why it refused the message. As we got an error returned by apprise. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the reply and sorry for having missed the nuance of checking the wrong app's logs. I have not received an obvious error when inspecting the Apprise logs. I did get the following: but it is not obvious to me what might be wrong. I have re-confirmed Apprise itself is functioning correctly. Could my Service URL in Speedtest be wrong? I am using:
Thanks again. |
Beta Was this translation helpful? Give feedback.
-
|
I'm also having issues with this and found this thread. The instructions were a little confusing but I've tried my best to to infer. Apprise Server URL* : http://192.168.1.160:8001/notify I'm not certain about this one. The hint said URL should end with notify, but syntax should be http://192.168.1.160:8001/notify/KEY where KEY is the config ID. I've tried both with or without KEY; no luck. I'm also not sure what Service URL* should be. The hint suggests it should be discord://WebhookID/Token, but that should have already been declared in Apprise's configuration (http://192.168.1.160:8001/cfg/KEY) and controlled using KEY and tags attributes. Nevertheless, I've copied my discord://WebhookID/Token into the field; no luck. "Test Apprise" returned "Apprise Server URL is not configured Please configure the Apprise Server URL in the settings above." Apprise log shows no new entries immediately after "Test Apprise", so I'm not even sure that test reached Apprise. I'm out of ideas. Edit: I've configured unraid, emby, a bunch of -arr using Apprise and all of those worked. Edit2: Read another thread, looks like this feature might not be fully implemented yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Deployment Environment
Docker Compose
Description
I have my Apprise instance up and running, and I have tested Telegram notifications and everything works via Apprise.
I have Apprise running on a VM, not the same one as my Speedtest instance. The Apprise URL is http://192.168.50.98:8000. So, in Speedtest, I appended "/notify" to it (http://192.168.50.98:8000/notify). But every time I try to get a notification in Speedtest, I get an error: "Failed to send Apprise test notification. Apprise returned an error, please check Apprise logs for details". The Speedtest log doesn't have any info there.
Any help is appreciated!
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions