Apprise notifications are broken
STR:
- Configure Apprise (config.ini + in "Alerts")
- Try to send a test notification:
[2021-11-16T09:28:40.216] [ERROR] notifications - Apprise HTTP error: The "chunk" argument must be of type string or an instance of Buffer. Received an instance of Uint8Array
[2021-11-16T09:28:40.217] [ERROR] helpers - when trying to send a notification: Couldn't send notification with apprise
[2021-11-16T09:28:40.217] [INFO] helpers - Error
at new KError (/home/user/app/build/server/helpers.js:59:22)
at /home/user/app/build/server/lib/notifications.js:96:19
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Notifier.sendTestNotification (/home/user/app/build/server/lib/notifications.js:101:9)
at async sendTestNotification (/home/user/app/build/server/lib/notifications.js:161:9)
at async testNotification (/home/user/app/build/server/controllers/instance.js:87:9)
Possible regression from e4c7ef66?