Skip to content

Bot barfes with new repo format #2

Description

@foursixnine
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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions