Open Pigrenok opened 2 months ago
Yep, same issue here.
$ ntfy -b telegram send test
Follow the instructions to configure the Telegram backend.
/usr/lib/python3.12/site-packages/ntfy/backends/telegram.py:17: RuntimeWarning: coroutine 'configure' was never awaited
configure(config_file)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.12/site-packages/ntfy/backends/telegram.py:18: RuntimeWarning: coroutine 'send' was never awaited
send(messages=[message], conf=config_file)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
I installed ntfy with telegram backend:
but when I do the first run, I get a strange errors:
At the same time telegram-send has configured and working fine.
What is the issue? Is it a bug or do I do something wrong?
Thanks.