You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have been using this for years, but now I get an error
raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded Running periodic update task Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs) File "updaterecords.py", line 60, in schedule_update cf_records = get_records_for_name(entry) File "updaterecords.py", line 26, in get_records_for_name for entry in response: File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 72, in rec_load_all 'z': zone File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 509, in _request deserialized_response = self._deserialize_response(response.content.decode("utf-8")) File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 524, in _deserialize_response return json.loads(response) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
I am not sure how to fix it
The text was updated successfully, but these errors were encountered:
Hello
I have been using this for years, but now I get an error
raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded Running periodic update task Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs) File "updaterecords.py", line 60, in schedule_update cf_records = get_records_for_name(entry) File "updaterecords.py", line 26, in get_records_for_name for entry in response: File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 72, in rec_load_all 'z': zone File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 509, in _request deserialized_response = self._deserialize_response(response.content.decode("utf-8")) File "/usr/local/lib/python2.7/dist-packages/pyflare/client.py", line 524, in _deserialize_response return json.loads(response) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
I am not sure how to fix it
The text was updated successfully, but these errors were encountered: