-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi Dear,
The program no longer works. Can you please recheck and update the code?
Error:
Traceback (most recent call last): File "bounce.py", line 29, in <module> bounce(i) File "bounce.py", line 18, in bounce aa = aa.json() File "C:\Python\Python38\lib\site-packages\requests\models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "C:\Python\Python38\lib\json\__init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Python\Python38\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python\Python38\lib\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)