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

Unknown Error #339

Closed
4 tasks done
400HPMustang opened this issue Jun 30, 2022 · 2 comments
Closed
4 tasks done

Unknown Error #339

400HPMustang opened this issue Jun 30, 2022 · 2 comments

Comments

@400HPMustang
Copy link

400HPMustang commented Jun 30, 2022

Home Assistant Core 2022.6.7
Home Assistant Supervisor 2022.06.2
Home Assistant OS 8.2

What I am doing:

I don't know...the error showed up in my logs

What I expected to happen:
I expect no error in the logs

What happened instead:
I have an error

Minimal steps to reproduce:
I have no idea.

# The least amount of code or steps possible to reproduce my error

# Put your code/steps here

Error messages from the browser console:

Logger: homeassistant.components.websocket_api.http.connection
Source: helpers/entity.py:694
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:00:07 AM (1 occurrences)
Last logged: 9:00:07 AM

[140297649504752] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 107, in async_handle
    handler(self.hass, self, schema(msg))
  File "/config/custom_components/browser_mod/connection.py", line 44, in handle_update
    devices[deviceID].update(msg.get("data", None))
  File "/config/custom_components/browser_mod/connection.py", line 108, in update
    self.screen.data = data.get("screen")
  File "/config/custom_components/browser_mod/helpers.py", line 106, in data
    self.updated()
  File "/config/custom_components/browser_mod/light.py", line 28, in updated
    self.schedule_update_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 694, in schedule_update_ha_state
    self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: 'NoneType' object has no attribute 'add_job'


By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

@Sergiodiaz53
Copy link

I'm having the same error loading an ui-minimalist control panel, specifically in the mini-graph-card

@thomasloven
Copy link
Owner

Closed because of Browser Mod 2.0 release.
Please see #354.

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

3 participants