Receiving a non-200 status code causes a TypeError
RA80533 opened this issue · 0 comments
RA80533 commented
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
unwebpack-sourcemap/unwebpack_sourcemap.py
Lines 214 to 218 in cab69dc
unwebpack-sourcemap/unwebpack_sourcemap.py
Lines 93 to 97 in cab69dc
Line 218 should be changed to return None
rather than False
.