-
**Describe the bug**
Running ` ansible-playbook -K -i inventory/hosts setup.yml --tags=setup-all,start` overwrites `/etc/docker/daemon.json` with
```
{
"experimental": false,
"ip6tables…
-
### Steps to reproduce
1. Send a message with a inline keyboard button with `switch_inline_query=''`
```
inline_btn = InlineKeyboardButton('inline button', switch_inline_query='')
print(inline_b…
-
### Overview
I'm using PicklePersistence in my bot and trying to realize "add friend"(if both users have started the bot) functionality.
I send a message with inline keyboard with "accept/decline"…
-
### Steps to reproduce
1. Create an operation with the above mentioned aspects
Ex:
```
def run_bot(token):
def make_pasta(update, context):
msg = update.message
if msg…
-
### Steps to reproduce
1.
```
import logging
from telegram import Poll
from telegram.ext import (Updater, CommandHandler, PollHandler, ConversationHandler)
logging.basicConfig(format='%(asct…
-
when i run this project with follow command, the err occured.
```
yarn
```
```
yarn dev
```
open http://localhost:3000/
-
### Steps to reproduce
1. clone the repository: https://github.com/yingshaoxo/TGAsk.git
2. run pyinstaller: `pyinstaller main.py -w`
3. build a docker image: `sudo docker build -t yingshaoxo/…
-
### Issue I am facing
Please describe the issue here in as much detail as possible
### Traceback to the issue
```
Traceback (most recent call last): File "C:\Users\Vector\Desktop\python\te…
-
### Steps to reproduce
```
def bad_handler(bot, update):
raise new Error('something bad happened')
updater.dispatcher.add_handler(CommandHandler('boom', bad_handler))
updater.dispatcher.a…
-
### Steps to reproduce
```python
Class TgramBot(object):
def __init__:
self.updater = Updater(token, use_context=True)
self.dp = self.updater.dispatcher
sel…