We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After receiving a command from a private group the daemon is stopped and not starting again.
root@vmh1000 /home/zabbix/bin # sudo -u zabbix python ZbxTgDaemon.py {u'ok': True, u'result': {u'username': u'nXXXXXXbot', u'first_name': u'zabbix_bot', u'is_bot': True, u'id': 000000000}} 14d1ee10f78000000001218c0000067b Traceback (most recent call last): File "ZbxTgDaemon.py", line 221, in <module> main() File "ZbxTgDaemon.py", line 176, in main print m["message"]["from"]["id"] KeyError: 'message' Credentials are modified in example for a security reasons.
root@vmh1000 /home/zabbix/bin # sudo -u zabbix python ZbxTgDaemon.py {u'ok': True, u'result': {u'username': u'nXXXXXXbot', u'first_name': u'zabbix_bot', u'is_bot': True, u'id': 000000000}} 14d1ee10f78000000001218c0000067b Traceback (most recent call last): File "ZbxTgDaemon.py", line 221, in <module> main() File "ZbxTgDaemon.py", line 176, in main print m["message"]["from"]["id"] KeyError: 'message'
The text was updated successfully, but these errors were encountered:
@Varrkan82 seems like an old error, and I've fixed it already
flashpoint:Zabbix-in-Telegram lost$ git diff ZbxTgDaemon.py | wc -l 413
Will try to push changes, sorry.
Sorry, something went wrong.
No branches or pull requests
After receiving a command from a private group the daemon is stopped and not starting again.
root@vmh1000 /home/zabbix/bin # sudo -u zabbix python ZbxTgDaemon.py {u'ok': True, u'result': {u'username': u'nXXXXXXbot', u'first_name': u'zabbix_bot', u'is_bot': True, u'id': 000000000}} 14d1ee10f78000000001218c0000067b Traceback (most recent call last): File "ZbxTgDaemon.py", line 221, in <module> main() File "ZbxTgDaemon.py", line 176, in main print m["message"]["from"]["id"] KeyError: 'message'
Credentials are modified in example for a security reasons.
The text was updated successfully, but these errors were encountered: