Status not showing anymore. stays at 0%

With the new version .18 the progress stays at 0% on my SR10s Pro V2
also using a plugin for ETA and that is no longer showing either on the display.

how can I make the percentage to work again on the display? (right under the temperature)

thanks

1 Like

octoprint.log (405.3 KB) Problem: not showing % completed anymore and no ETA

What did I do to resolve it... nothing... only .17 seems to work for it.

Run Safe mode solve it,, No

octoprint.log (405.3 KB)

2021-01-31 20:24:45,488 - octoprint.printer.standard - ERROR - Exception while sending print progress to plugin display_eta
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/printer/standard.py", line 327, in call_plugins
    plugin.on_print_progress(storage, filename, progress)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/util/__init__.py", line 1890, in wrapper
    return f(*args, **kwargs)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_display_eta/__init__.py", line 61, in on_print_progress
    if (doM117 == True):
NameError: name 'doM117' is not defined

It looks like the plugin has an error in it, so the progress is not reported. You could report it to the plugin author here: AlexVerrico/Octoprint-Display-ETA

Alternatively, there is also Detailed Progress plugin, that does a similar thing. You could try that one instead.

1 Like

Thank you.
I reported it on his Github