Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. An uncaught error was raised while executing job monitorsMatches
  2. Traceback (most recent call last):
  3. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 245, in tick
  4. job.run(self.bot)
  5. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 372, in run
  6. self.callback(bot, self)
  7. File "/Users/piero/Desktop/python project/tc_bot/main.py", line 100, in monitorsMatches
  8. if isAdmin(up.message.from_user.username) is True:
  9. AttributeError: 'Job' object has no attribute 'message'
  10. An uncaught error was raised while executing job monitorsMatches
  11. Traceback (most recent call last):
  12. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 245, in tick
  13. job.run(self.bot)
  14. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/telegram/ext/jobqueue.py", line 372, in run
  15. self.callback(bot, self)
  16. File "/Users/piero/Desktop/python project/tc_bot/main.py", line 100, in monitorsMatches
  17. if isAdmin(up.message.from_user.username) is True:
  18. AttributeError: 'Job' object has no attribute 'message'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement