-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
python3 snowdump.py -t https://example.service-now.com -u admin -p pass
Attempting to dump: ast_lease
Traceback (most recent call last):
File "snowdump.py", line 30, in
data = json.loads(response.text)
File "/usr/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels