-
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
Telegram first run doesn't work, Invalid backend #165
Comments
I didn't write or use the telegram backend so I don't really know. Thoughts @rahiel? |
I can't reproduce this. I don't have a @Artanicus maybe try uninstalling ntfy and installing it on Python3? (So use pip3 instead) |
Python3 install seems to work. Any ideas why a 2.7 install would fail? |
Maybe you have more stuff installed in your 2.7 environment, so some modules may clash. And I guess your Python3 environment is clean, i.e. you haven't installed (much) with pip3. Don't forget to close this issue. |
same issue here, did you find a workaround @Artanicus ? (I tried to install with both pip and pip3 non of them worked) @rahiel how can i debug it? btw these are the commands that i executed after installation:
|
@rahiel in my setup(python3) telegram_send stop working. ntfy-telegram backend just show generic error. But i tried to use telegram-send from cli and it shows it doesn't have some dependencies: future, chardet in my case. I reinstall all telegram_send dependencies by hand and ntfy-telegram starts to work. So it's not a problem with ntfy code it's problem with dependencies of a dependency. |
Installed 2.5.1 as:
Trying to run as per docs:
My .config/ntfy/ntfy.yml is very simple, removing it does not help nor does adding telegram to the backends list or adding an empty telegram config block:
Installed on Ubuntu LTS 16.04, python2.7
The text was updated successfully, but these errors were encountered: