alexjustesen / speedtest-tracker

Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
https://speedtest-tracker.dev/
MIT License
2.62k stars 98 forks source link

Telegram Notification doesnt not work with version v0.11.14 #585

Closed corasaniti closed 1 year ago

corasaniti commented 1 year ago

With the latest update to last version

Laravel vv10.9.0
PHP v8.1.18
Filament v2.17.36
Speedtest Tracker v0.11.14

the notification via Telgram no longer works. However if I go into the settings and do "test notification" the notification is correctly delivered. I set the -e TELEGRAM_BOT_TOKEN=xxxxxxxxxxxxxxxx in my docker run. With the previous version everything worked fine Thanks

corasaniti commented 1 year ago

duplicate of this issue https://github.com/alexjustesen/speedtest-tracker/issues/582 Can be closed when resolved. Thanks corpie

alexjustesen commented 1 year ago

Insert :urg: meme

corasaniti commented 1 year ago

@alexjustesen Probably not a Telegram notifications setup problem, because if I press the "Test notification" in setting page, the notification is delivered successfully. I think it's an error of trigger that activates the notifications. Thanks