Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. (general) (tendrille): $e621
  2. Ignoring exception in on_message
  3. Traceback (most recent call last):
  4. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\site-packages\esix\api.py", line 70, in _get_data_obj
  5. try: data = json.loads(page.text)
  6. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\json\__init__.py", line 354, in loads
  7. return _default_decoder.decode(s)
  8. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\json\decoder.py", line 339, in decode
  9. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  10. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\json\decoder.py", line 357, in raw_decode
  11. raise JSONDecodeError("Expecting value", s, err.value) from None
  12. json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\client.py", line 307, in _run_event
  18. yield from getattr(self, event)(*args, **kwargs)
  19. File "niri.py", line 164, in on_message
  20. for p in esix.post.search(tags):
  21. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\site-packages\esix\post.py", line 44, in search
  22. rs = api._fetch_data(url + '&page=' + str(page))
  23. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\site-packages\esix\api.py", line 86, in _fetch_data
  24. return _get_data_obj(_get_page(url))
  25. File "C:\Users\Doors\AppData\Local\Programs\Python\Python36-32\lib\site-packages\esix\api.py", line 75, in _get_data_obj
  26. raise errors.JSONError('The supplied page data is not JSON-decodable.')
  27. esix.errors.JSONError: The supplied page data is not JSON-decodable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement