Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly stopped Working #2

Open
IlPicasso opened this issue Jul 27, 2018 · 0 comments
Open

Suddenly stopped Working #2

IlPicasso opened this issue Jul 27, 2018 · 0 comments

Comments

@IlPicasso
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant