We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hi @rgruebel
Is there a way that you take into account this ? Via the PR ?
Thank you ,)
No branches or pull requests
After clicking on update map i get:
Error with graph update, try reloading this page or HASS
In home assistant logs i get:
Home Assistant 2021.12.4
zigbee2mqtt_networkmap is latest version installed through HACS
The text was updated successfully, but these errors were encountered: