Advertisement
Guest User

Trace error

a guest
Jan 28th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. C:\Users\Donovan\PycharmProjects\untitled1\venv\Scripts\python.exe C:/Users/Donovan/PycharmProjects/untitled1/venv/hitch2.0.py
  2. C:\Users\Donovan\PycharmProjects\untitled1\venv\lib\site-packages\telegram\ext\conversationhandler.py:217: UserWarning: If 'per_message=False', 'CallbackQueryHandler' will not be tracked for every message.
  3. warnings.warn("If 'per_message=False', 'CallbackQueryHandler' will not be "
  4. 2020-01-28 21:39:29,142 - __main__ - INFO - User Donovan started the conversation.
  5. 2020-01-28 21:39:33,467 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
  6. Traceback (most recent call last):
  7. File "C:\Users\Donovan\PycharmProjects\untitled1\venv\lib\site-packages\telegram\ext\dispatcher.py", line 372, in process_update
  8. handler.handle_update(update, self, check, context)
  9. File "C:\Users\Donovan\PycharmProjects\untitled1\venv\lib\site-packages\telegram\ext\conversationhandler.py", line 355, in handle_update
  10. new_state = handler.handle_update(update, dispatcher, check_result, context)
  11. File "C:\Users\Donovan\PycharmProjects\untitled1\venv\lib\site-packages\telegram\ext\handler.py", line 117, in handle_update
  12. return self.callback(update, context)
  13. File "C:/Users/Donovan/PycharmProjects/untitled1/venv/hitch2.0.py", line 148, in name_handler
  14. "\nName: " + get_data(chat_id, "message_text"),
  15. TypeError: must be str, not NoneType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement