Traceback (most recent call last): File "/home/ec2-user/ofgc/web/../lib/bluegolf.py", line 273, in poy_mini_standings parsed_json = response.json() File "/home/ec2-user/python3-virtual-environment/lib64/python3.7/site-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib64/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) File "/usr/lib64/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python3.7/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) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ec2-user/ofgc/web/index.ws", line 126, in poy mini_standings = bg.poy_mini_standings(club_name=club_name) File "/home/ec2-user/ofgc/web/../lib/bluegolf.py", line 283, in poy_mini_standings except requests.exceptions.JSONDecodeError as e: AttributeError: module 'requests.exceptions' has no attribute 'JSONDecodeError'