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
I tried to setup this bot, but then I encountered this error.
$> python3 telegramassistant.py --device-id XXX --device_model_id XXX Traceback (most recent call last): File "telegramassistant.py", line 46, in <module> map(int, os.environ.get('ALLOWED_CHAT_IDS').split(',')) AttributeError: 'NoneType' object has no attribute 'split'
I will try to figure it out, but I thought it would be helpful, if this was documented somewhere.
The text was updated successfully, but these errors were encountered:
Have you figured "YOUR_DEVICE_ID" and "YOUR_MODEL_ID"?
Sorry, something went wrong.
No branches or pull requests
I tried to setup this bot, but then I encountered this error.
I will try to figure it out, but I thought it would be helpful, if this was documented somewhere.
The text was updated successfully, but these errors were encountered: