Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Ignoring exception in on_message
  2. Traceback (most recent call last):
  3. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 307, in _run_event
  4. yield from getattr(self, event)(*args, **kwargs)
  5. File "C:\Users\Austin\Desktop\chillbot.py", line 32, in on_message
  6. for submission in subreddit.hot(limit=5):
  7. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\praw\models\listing\generator.py", line 52, in __next__
  8. self._next_batch()
  9. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\praw\models\listing\generator.py", line 62, in _next_batch
  10. self._listing = self._reddit.get(self.url, params=self.params)
  11. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\praw\reddit.py", line 367, in get
  12. data = self.request('GET', path, params=params)
  13. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\praw\reddit.py", line 472, in request
  14. params=params)
  15. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\sessions.py", line 179, in request
  16. params=params, url=url)
  17. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\sessions.py", line 110, in _request_with_retries
  18. data, files, json, method, params, retries, url)
  19. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\sessions.py", line 95, in _make_request
  20. params=params)
  21. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\rate_limit.py", line 32, in call
  22. kwargs['headers'] = set_header_callback()
  23. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\sessions.py", line 139, in _set_header_callback
  24. self._authorizer.refresh()
  25. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\auth.py", line 299, in refresh
  26. self._request_token(grant_type='client_credentials')
  27. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\auth.py", line 138, in _request_token
  28. response = self._authenticator._post(url, **data)
  29. File "C:\Users\Austin\AppData\Local\Programs\Python\Python36\lib\site-packages\prawcore\auth.py", line 31, in _post
  30. raise ResponseException(response)
  31. prawcore.exceptions.ResponseException: received 401 HTTP response
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement