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

Error with graph update, try reloading this page or HASS #45

Open
ps1x opened this issue Jan 13, 2022 · 2 comments
Open

Error with graph update, try reloading this page or HASS #45

ps1x opened this issue Jan 13, 2022 · 2 comments

Comments

@ps1x
Copy link

ps1x commented Jan 13, 2022

After clicking on update map i get:
Error with graph update, try reloading this page or HASS

In home assistant logs i get:

websocket_api script: Error executing script. Unexpected error for call_service at pos 1: async_publish() missing 1 required positional argument: 'payload'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 381, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 584, in _async_call_service_step
    await service_task
  File "/usr/src/homeassistant/homeassistant/core.py", line 1495, in async_call
    task.result()
  File "/usr/src/homeassistant/homeassistant/core.py", line 1530, in _execute_service
    await handler.job.target(service_call)
  File "/config/custom_components/zigbee2mqtt_networkmap/__init__.py", line 91, in update_service
    mqtt.async_publish(topic+'/bridge/networkmap/routes', 'graphviz')
TypeError: async_publish() missing 1 required positional argument: 'payload'

Home Assistant 2021.12.4
zigbee2mqtt_networkmap is latest version installed through HACS

@boc-the-git
Copy link

boc-the-git commented Jan 16, 2022

This is already reported including a fix (wish I'd seen that before fixing it myself locally!!).
Issue: #42
PR: #44

I'm thinking no one is actively maintaining the repository currently.

@kevincaradant
Copy link

Hi @rgruebel

Is there a way that you take into account this ? Via the PR ?

Thank you ,)

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