Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

freemobile service not available #85

Open LiloBzH opened 3 months ago

LiloBzH commented 3 months ago

Hi !

It doesn't work with "freemobile" via custom url

https://github.com/caronc/apprise/wiki/Notify_freemobile

:40m[22:18:12][ERROR] Unparseable URL freemobile://abc123@98765
:40m[22:18:12][WARNING] This key in the API request has an invalid value: url = freemobile://abc123@98765

Thanks !

LiloBzH commented 3 months ago

ok found why . Apprise version is old

root@6c2176dae176:/app# pip list
Package            Version
apprise            1.7.4

After tests, it's work with apprise 1.8.0 but MIND dont know how user it i suppose

:40m[00:06:00][WARNING] Failed to send Free Mobile notification: Bad Request - Unsupported Parameters., error=400.

in shell of container

root@6c2176dae176:/app# apprise -vv -t "Test Message Title" -b "Test Message Body" "freemobile://0000000@azertui"
2024-05-17 00:07:46,578 - INFO - Sent Free Mobile notification.
Casvt commented 3 months ago

Sooo this all comes down to just updating the apprise dependency version.