Advertisement
Guest User

Python script error

a guest
Jul 16th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.94 KB | None | 0 0
  1. python3 script1.py 7/1/2019-7/10/2019
  2. 07/01/2019
  3. Last Page:  9
  4. 10
  5. 06-2228-018-0350
  6. Traceback (most recent call last):
  7.   File "script1.py", line 420, in <module>
  8.     miamidade(single_date.strftime("%m/%d/%Y"), f)
  9.   File "script1.py", line 110, in miamidade
  10.     folio_data = folio(parcelID)
  11.   File "script1.py", line 202, in folio
  12.     jsonData = json.loads(response.text)
  13.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 354, in loads
  14.     return _default_decoder.decode(s)
  15.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 339, in decode
  16.     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  17.   File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 357, in raw_decode
  18.     raise JSONDecodeError("Expecting value", s, err.value) from None
  19. json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement