Notifications not working?
-
@odie see https://github.com/ellite/Wallos/issues/524 and https://github.com/ellite/Wallos/issues/560 . Maybe something to do with how you have provide the tokens, I am not sure. I haven't read those issues in detail
-
@odie see https://github.com/ellite/Wallos/issues/524 and https://github.com/ellite/Wallos/issues/560 . Maybe something to do with how you have provide the tokens, I am not sure. I haven't read those issues in detail
@joseph said in Notifications not working?:
@odie see https://github.com/ellite/Wallos/issues/524 and https://github.com/ellite/Wallos/issues/560 . Maybe something to do with how you have provide the tokens, I am not sure. I haven't read those issues in detail
Thanks for the link. The following header now sends test notifications from Wallos to ntfy ok (issue 524 as you linked above):
{ "Authorization": "Bearer tk_(removed)", "Title": "Subscription Notice", "Tags": "repeat" }
However, Wallos still doesn't send subscription end notifications via email, and probably not via ntfy either (I assume, since the email test worked and my wallos doesn't send email notifications).
-
@odie I found another one - https://github.com/ellite/Wallos/issues/717
It seems there is a cron job that sends these.
/app/pkg/cron.sh sendnotifications
. Does that throw anything for you in the web terminal? This notification on Cloudron runs only once a day btw - https://git.cloudron.io/packages/wallos-app/-/blob/master/CloudronManifest.json?ref_type=heads#L46 -
@odie I found another one - https://github.com/ellite/Wallos/issues/717
It seems there is a cron job that sends these.
/app/pkg/cron.sh sendnotifications
. Does that throw anything for you in the web terminal? This notification on Cloudron runs only once a day btw - https://git.cloudron.io/packages/wallos-app/-/blob/master/CloudronManifest.json?ref_type=heads#L46@joseph said in Notifications not working?:
/app/pkg/cron.sh sendnotifications
When I run this command in terminal, it gives the following output:
root@(redacted):/app/code# /app/pkg/cron.sh sendnotifications => Run cron job '' Could not open input file: /app/code/endpoints/cronjobs/.php
Also, in my log files, I get these error messages every 2nd minute:
Feb 26 11:02:02 => Run cron job '' Feb 26 11:02:02 Could not open input file: /app/code/endpoints/cronjobs/.php Feb 26 11:02:10 - - - [26/Feb/2025:10:02:10 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 11:02:14 => Run cron job '' Feb 26 11:02:14 Could not open input file: /app/code/endpoints/cronjobs/.php
This behaviour is consistent on both my main app installation and my test app installation.
However, if I go to the Wallos app, to the (username)->admin menu, there is an option to run Cronjobs from the GUI of the Wallos app. When I click the "send notifications" button, it sends notifications - both via email and via the ntfy service.
-
@joseph said in Notifications not working?:
/app/pkg/cron.sh sendnotifications
When I run this command in terminal, it gives the following output:
root@(redacted):/app/code# /app/pkg/cron.sh sendnotifications => Run cron job '' Could not open input file: /app/code/endpoints/cronjobs/.php
Also, in my log files, I get these error messages every 2nd minute:
Feb 26 11:02:02 => Run cron job '' Feb 26 11:02:02 Could not open input file: /app/code/endpoints/cronjobs/.php Feb 26 11:02:10 - - - [26/Feb/2025:10:02:10 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 11:02:14 => Run cron job '' Feb 26 11:02:14 Could not open input file: /app/code/endpoints/cronjobs/.php
This behaviour is consistent on both my main app installation and my test app installation.
However, if I go to the Wallos app, to the (username)->admin menu, there is an option to run Cronjobs from the GUI of the Wallos app. When I click the "send notifications" button, it sends notifications - both via email and via the ntfy service.
-
@girish said in Notifications not working?:
I pushed a fix but didn't test it . Can you test?
Apologies for the delay - work stuff. I updated now and tested. Notifications fires perfectly when issuing (from cli) the following command:
/app/pkg/cron.sh sendnotifications
Output:
2025-02-26 17:36:25<br /> Next payment date: 2025-02-27<br />Current date: 2025-02-26<br />Difference: 1<br />Email Notifications sent<br />Ntfy Notifications sent<br /
Also, Cloudron logs now show (every 2 mins):
Feb 26 18:38:03 => Run cron job 'sendverificationemails' Feb 26 18:38:10 - - - [26/Feb/2025:17:38:10 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:20 - - - [26/Feb/2025:17:38:20 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:30 - - - [26/Feb/2025:17:38:30 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:39 => Run cron job 'sendresetpasswordemails' F
I will post back if notifications fail to fire on subscriptions (when the service is running "by itself")
Another idea: Maybe these instructions could be added to the Cloudron docs. It wasn't easy to find out how to set custom headers when using a Cloudron hosted nfty-instance (ie with access restrictions and access tokens: https://forum.cloudron.io/post/102335
-
@girish said in Notifications not working?:
I pushed a fix but didn't test it . Can you test?
Apologies for the delay - work stuff. I updated now and tested. Notifications fires perfectly when issuing (from cli) the following command:
/app/pkg/cron.sh sendnotifications
Output:
2025-02-26 17:36:25<br /> Next payment date: 2025-02-27<br />Current date: 2025-02-26<br />Difference: 1<br />Email Notifications sent<br />Ntfy Notifications sent<br /
Also, Cloudron logs now show (every 2 mins):
Feb 26 18:38:03 => Run cron job 'sendverificationemails' Feb 26 18:38:10 - - - [26/Feb/2025:17:38:10 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:20 - - - [26/Feb/2025:17:38:20 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:30 - - - [26/Feb/2025:17:38:30 +0000] "GET / HTTP/1.1" 302 - "-" "Mozilla (CloudronHealth)" Feb 26 18:38:39 => Run cron job 'sendresetpasswordemails' F
I will post back if notifications fail to fire on subscriptions (when the service is running "by itself")
Another idea: Maybe these instructions could be added to the Cloudron docs. It wasn't easy to find out how to set custom headers when using a Cloudron hosted nfty-instance (ie with access restrictions and access tokens: https://forum.cloudron.io/post/102335
@odie said in Notifications not working?:
Another idea: Maybe these instructions could be added to the Cloudron docs
We try to avoid putting app specific docs into Cloudron docs. These get out of date since they are not actively monitored. Best to suggest the docs upstream where it belongs.
-
I'm facing the same issue that @odie described. Test Ntfy notifications are working properly, but not any of the actual subscription notifications.
When I try the /app/pkg/cron.sh sendnotifications command I only get this response -
2025-04-02 16:06:56<br />
I can see this repeatedely in the logs as well -
Run cron job 'sendresetpasswordemails'
Run cron job 'sendverificationemails'Has the issue been resolved for anyone else or am I missing something?
Also, in case it matters, none of the subscription notifications I've setup are from the admin user account.
-
I'm facing the same issue that @odie described. Test Ntfy notifications are working properly, but not any of the actual subscription notifications.
When I try the /app/pkg/cron.sh sendnotifications command I only get this response -
2025-04-02 16:06:56<br />
I can see this repeatedely in the logs as well -
Run cron job 'sendresetpasswordemails'
Run cron job 'sendverificationemails'Has the issue been resolved for anyone else or am I missing something?
Also, in case it matters, none of the subscription notifications I've setup are from the admin user account.
-
@lucidfox Did you follow the procedure described in this post above? Post 102335 in this thread
Wallos needs these custom headers to fire its notifications (refer to Wallos github support issue 524 in that post).
-
-