8000 Blink component broken · Issue #37714 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Blink component broken #37714
Closed
Closed
@davide-rhw

Description

@davide-rhw

-->

The problem

Error configuration blink component: unexpected error

Environment

Version 228
Latest version 228
Hostname hassio
System HassOS 4.11
Deployment production
  • Home Assistant Core release with the issue: 0.112
  • Last working Home Assistant Core release (if known): 0.111
  • Operating environment (OS/Container/Supervised/Core): 4.11
  • Integration causing this issue: blink
  • Link to integration documentation on our website:

Traceback/Error logs

Logger: homeassistant.components.blink.config_flow
Source: components/blink/config_flow.py:23
Integration: Blink (documentation, issues)
First occurred: 11:21:28 (2 occurrences)
Last logged: 12:32:39

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/blink/config_flow.py", line 75, in async_step_user
response = await validate_input(self.hass, self.blink)
File "/usr/src/homeassistant/homeassistant/components/blink/config_flow.py", line 23, in validate_input
response = await hass.async_add_executor_job(blink.get_auth_token)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/blinkpy/blinkpy.py", line 176, in get_auth_token
self.setup_params(self.login_response)
File "/usr/local/lib/python3.7/site-packages/blinkpy/blinkpy.py", line 189, in setup_params
self.networks = self.get_networks()
File "/usr/local/lib/python3.7/site-packages/blinkpy/blinkpy.py", line 195, in get_networks
response = api.request_networks(self)
File "/usr/local/lib/python3.7/site-packages/blinkpy/api.py", line 82, in request_networks
return http_get(blink, url)
File "/usr/local/lib/python3.7/site-packages/blinkpy/api.py", line 301, in http_get
is_retry=is_retry,
File "/usr/local/lib/python3.7/site-packages/blinkpy/helpers/util.py", line 104, in http_req
if json_resp and "code" in response.json():
File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.7/site-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Additional information

Error when configure blink component from gui

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects
    3067

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0