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

Progress not reported correctly in the MQTT message #150

Open
vlesquin opened this issue Aug 31, 2024 · 0 comments
Open

Progress not reported correctly in the MQTT message #150

vlesquin opened this issue Aug 31, 2024 · 0 comments

Comments

@vlesquin
Copy link

Progress is reported as 0 in the MQTT message.

Version of OctoPrint

1.10.2

Version of the MQTT plugin

0.8.16

Used MQTT broker and its version

Mosquito 6.4.1

Related content in octoprint.log

2024-08-31 16:57:52,328 - octoprint.plugin - ERROR - Error while calling plugin mqtt
Traceback (most recent call last):
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint/plugin/init.py", line 275, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint/util/init.py", line 1686, in wrapper
return f(*args, **kwargs)
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint_mqtt/init.py", line 178, in on_event
self.progress_timer = RepeatedTimer(5, self._update_progress, [payload["origin"], payload["path"]])
TypeError: 'NoneType' object is not subscriptable

Thanks for the support !

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

1 participant