Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.24k stars 5.26k forks source link

Unable To Start/Select Print After Update. #5500

Closed pinolt closed 2 years ago

pinolt commented 2 years ago

Fluidd Klipper Moonraker OS Package

Were updated on the 13th of May 2022, since the update I am unable to select a print regardless of the method : click printer icon or right click -> print.

Please help me out, Thanks klippy.log

dflorea4231 commented 2 years ago

I have this same issue. Just installed some new hardware today after being down for a couple of months and didn't know there was an update released today. Unable to print, but I can send all sorts of commands to the printer, as I was able to do my bed leveling and z offset, testing the extruder function and PID tunning. Everything works except for trying to actually send a job to print.

This is what I see from the moonraker.log file

moonraker (1).log

Traceback (most recent call last):
  File "/home/pi/moonraker/moonraker/websockets.py", line 253, in execute_method
    result = await callback(params)
  File "/home/pi/moonraker/moonraker/websockets.py", line 362, in func
    result = await callback(
  File "/home/pi/moonraker/moonraker/components/klippy_apis.py", line 75, in _gcode_start_print
    return await self.start_print(filename)
  File "/home/pi/moonraker/moonraker/components/klippy_apis.py", line 118, in start_print
    await self.klippy.wait_started()
  File "/home/pi/moonraker/moonraker/klippy_connection.py", line 115, in wait_started
    await asyncio.wait_for(
  File "/usr/lib/python3.9/asyncio/tasks.py", line 494, in wait_for
    raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
hathawayoutthere commented 2 years ago

moonraker.log

I am also having this issue after udpating Klipper/Moonraker an hour ago.

All commands work, but gcode uploads fail and any existing files cannot be printed.

I keep getting: "Internal Server Error"

teeedubb commented 2 years ago

Can confirm this issue. Reverting to the prior commit solves it.

pinolt commented 2 years ago

Can confirm this issue. Reverting to the prior commit solves it.

How does one do this?

pinolt commented 2 years ago

I have this same issue. Just installed some new hardware today after being down for a couple of months and didn't know there was an update released today. Unable to print, but I can send all sorts of commands to the printer, as I was able to do my bed leveling and z offset, testing the extruder function and PID tunning. Everything works except for trying to actually send a job to print.

This is what I see from the moonraker.log file

moonraker (1).log

Traceback (most recent call last):
  File "/home/pi/moonraker/moonraker/websockets.py", line 253, in execute_method
    result = await callback(params)
  File "/home/pi/moonraker/moonraker/websockets.py", line 362, in func
    result = await callback(
  File "/home/pi/moonraker/moonraker/components/klippy_apis.py", line 75, in _gcode_start_print
    return await self.start_print(filename)
  File "/home/pi/moonraker/moonraker/components/klippy_apis.py", line 118, in start_print
    await self.klippy.wait_started()
  File "/home/pi/moonraker/moonraker/klippy_connection.py", line 115, in wait_started
    await asyncio.wait_for(
  File "/usr/lib/python3.9/asyncio/tasks.py", line 494, in wait_for
    raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

Any ideas on how to resolve the issues experienced with moonraker?

github-actions[bot] commented 2 years ago

It looks like this ticket is a request for help (or similar). Many helpful people will not see your message here and you are unlikely to get a useful response. Instead, see the contact directions at: https://www.klipper3d.org/Contact.html

We use github to share the results of work done to improve Klipper. We don't use github for requests. (In particular, we don't use github for feature requests, to answer questions, nor to help diagnose problems with a printer.)

Please follow the directions at: https://www.klipper3d.org/Contact.html

This ticket will be automatically closed.

Best regards, ~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.

Sineos commented 2 years ago

As already stated when you opened the ticket: Issues here are for development only. Please be so kind to place your support / feature request on Klipper Discourse

Also attach your klippy.log / moonraker.log file there

pinolt commented 2 years ago

As already stated when you opened the ticket: Issues here are for development only. Please be so kind to place your support / feature request on Klipper Discourse

Also attach your klippy.log / moonraker.log file there

Thank you

hathawayoutthere commented 2 years ago

Here is a temporary fix. I found (performed when ssh'd into the pi)

cd moonraker

git reset --hard 3d9f5dc6d9d106973dc636b1512d0ce26720ce34 && git clean -f

sudo systemctl restart moonraker

ghost commented 2 years ago

Thanks this helped!

Arksine commented 2 years ago

Sorry guys, this was a bug I introduced in a recent commit. It should be fixed now.