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

Extra Data Error during setup of component octopusagile #94

Open
AndrewGWalsh opened this issue Jun 1, 2022 · 1 comment
Open

Extra Data Error during setup of component octopusagile #94

AndrewGWalsh opened this issue Jun 1, 2022 · 1 comment

Comments

@AndrewGWalsh
Copy link

I get this error on startup. I have only recently got octopus agile. The curl command son the octopus agile api page work.

This error originated from a custom integration.

Logger: homeassistant.setup
Source: custom_components/octopusagile/init.py:69
Integration: octopusagile (documentation, issues)
First occurred: 10:49:23 (1 occurrences)
Last logged: 10:49:23

Error during setup of component octopusagile
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/octopusagile/init.py", line 69, in setup
data = json.load(f)
File "/usr/local/lib/python3.9/json/init.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 3589 (char 3588)

@BettySwallocks
Copy link

Same error started for me just after 2022.11 update at start of November 2022.

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

2 participants