Skip to content
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-config #7

Open
shrutipadole opened this issue Sep 18, 2018 · 1 comment
Open

Telegram-config #7

shrutipadole opened this issue Sep 18, 2018 · 1 comment
Labels

Comments

@shrutipadole
Copy link

Hey, I tried to run supervisor-alert --configure
but i got an error saying

Traceback (most recent call last):
File "/usr/local/bin/supervisor-alert", line 11, in
load_entry_point('supervisor-alert==0.6.2', 'console_scripts', 'supervisor-alert')()
File "/usr/local/lib/python3.5/dist-packages/supervisor_alert.py", line 42, in main
return configure()
File "/usr/local/lib/python3.5/dist-packages/supervisor_alert.py", line 132, in configure
check_call(["telegram-send", "--configure"] + telegram_conf_args)
File "/usr/lib/python3.5/subprocess.py", line 576, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.5/subprocess.py", line 557, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.5/subprocess.py", line 947, in init
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)

Exactly what is the config supposed to look like

@rahiel
Copy link
Owner

rahiel commented Sep 18, 2018

Did you do the configuration with root permissions?

Exactly what is the config supposed to look like

The configuration is described in the README: https://github.com/rahiel/supervisor-alert#manual-configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants