codex.bot
codex.bot copied to clipboard
Working team assistant
When sending message in channel, there are only update_id and channel_post params. No user. ``` web_protocol.py :393 log_exception() Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 422,...
``` base.py :66 decorator() Error while sending Telegram message: b'{"ok":false,"error_code":403,"description":"Forbidden: bot was blocked by the user"}' broker.py :46 callback() Broker callback error broker.py :47 callback() 'bool' object is not subscriptable...
Verify https://www.rabbitmq.com/production-checklist.html Especially, check disk and memory limits
Provide smth like this https://github.com/pika/pika/issues/858 ``` while True: connection = pika.BlockingConnection(parameters) channel = connection.channel() channel.basic_consume(on_message, 'queue') try: channel.start_consuming() except pika.exceptions.ConnectionClosed: LOGGER.info('Connection closed. Recovering') continue except KeyboardInterrupt: channel.stop_consuming() connection.close() break``` Append...
This is due to GitHub method for new branch creation.
ex: group to supergroup
После перезагрузки сервера, приложения и ядро должны автоматически запускаться в соответствующих скринах.