Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. C:\Users\алик\AppData\Local\Programs\Python\Python35-32\python.exe C:/Users/алик/PycharmProjects/Barrga/barrga.py
  2. 2017-06-23 20:18:13,630 - telegram.ext.dispatcher - ERROR - An uncaught error was raised while processing the update
  3. Traceback (most recent call last):
  4. File "C:\Users\алик\AppData\Local\Programs\Python\Python35-32\lib\site-packages\telegram\ext\dispatcher.py", line 265, in process_update
  5. handler.handle_update(update, self)
  6. File "C:\Users\алик\AppData\Local\Programs\Python\Python35-32\lib\site-packages\telegram\ext\callbackqueryhandler.py", line 106, in handle_update
  7. return self.callback(dispatcher.bot, update, **optional_args)
  8. File "C:/Users/алик/PycharmProjects/Barrga/barrga.py", line 40, in button
  9. start(bot, update)
  10. File "C:/Users/алик/PycharmProjects/Barrga/barrga.py", line 20, in start
  11. update.message.reply_text('Добро пожаловать в наш магазин ! :\n➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ \n Выбери свой город ⬇️', reply_markup=reply_markup)
  12. AttributeError: 'NoneType' object has no attribute 'reply_text'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement