-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'telegram' has no attribute 'notify' #260
Comments
IMO the issue not even in logging ImportError (although this does help a bit), but because the error handling isn't robust enough. Lines 41 to 50 in 698333c
|
Overall, even if you hack around the issue above with |
This issue is for documentation purposes and for others running into this same error.
When running
ntfy -b telegram send "test message"
I get the following error:This doesn't have anything to do with
ntfy
but is actually due to a bug in thetelegram-send
repo for version 20.0.The issue can be found here: rahiel/telegram-send#115
A workaround for this issue can be found here.
The text was updated successfully, but these errors were encountered: