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
Progress is reported as 0 in the MQTT message.
1.10.2
0.8.16
Mosquito 6.4.1
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 !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: