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

Bot barfes with new repo format #2

Open
foursixnine opened this issue Jun 7, 2018 · 0 comments
Open

Bot barfes with new repo format #2

foursixnine opened this issue Jun 7, 2018 · 0 comments

Comments

@foursixnine
Copy link
Collaborator

foursixnine commented Jun 7, 2018

2018-06-08 00:30:22,342 - telegram.ext.dispatcher - ERROR - An uncaught error was raised while processing the update
Traceback (most recent call last):
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/dispatcher.py", line 270, in process_update
    handler.handle_update(update, self)
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/inlinequeryhandler.py", line 106, in handle_update
    return self.callback(dispatcher.bot, update, **optional_args)
  File "bot.py", line 85, in inlinequery
    title='No existen items con ese termino'))
TypeError: __init__() missing 1 required positional argument: 'input_message_content'
2018-06-08 00:30:23,199 - telegram.ext.dispatcher - ERROR - An uncaught error was raised while processing the update
Traceback (most recent call last):
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/dispatcher.py", line 270, in process_update
    handler.handle_update(update, self)
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/inlinequeryhandler.py", line 106, in handle_update
    return self.callback(dispatcher.bot, update, **optional_args)
  File "bot.py", line 85, in inlinequery
    title='No existen items con ese termino'))
TypeError: __init__() missing 1 required positional argument: 'input_message_content'
2018-06-08 00:30:24,312 - telegram.ext.dispatcher - ERROR - An uncaught error was raised while processing the update
Traceback (most recent call last):
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/dispatcher.py", line 270, in process_update
    handler.handle_update(update, self)
  File "/home/foursixnine/.local/lib64/python3.5/site-packages/telegram/ext/inlinequeryhandler.py", line 106, in handle_update
    return self.callback(dispatcher.bot, update, **optional_args)
  File "bot.py", line 85, in inlinequery
    title='No existen items con ese termino'))
TypeError: __init__() missing 1 required positional argument: 'input_message_content'

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

No branches or pull requests

1 participant