Internal error during connect

Basic Information:

Printer Model: Custom
MCU / Printerboard: BIGTREETECH Manta M8P
Host / SBC
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

After update via update manager it throws this error :

Internal error during connect: init() takes 2 positional arguments but 3 were given

In the attachment I send klippy.log and also klippy.py where the error is supposedly. But I can’t fix it.

Could anyone help me ? I also tried a clean install of klipper but it didn’t help. I think there is some problem with dockable_probe.py.

klippy.log (37.2 KB)
klippy.zip (4.2 KB)

  File "/home/biqu/klipper/klippy/extras/dockable_probe.py", line 600, in load_config
    config.get_printer().add_object('probe', probe.PrinterProbe(config, msp))
TypeError: __init__() takes 2 positional arguments but 3 were given

That dockable_probe.py isn’t stock Klipper, so you should consult the supplier of that file as to why it’s not working

It doesn’t look to be from the base Klipper repo.

It is from nielsvz/klipper_dockable_probe (github.com)
I wasn’t quite sure if there was a problem.

Project is archived so i need to change the way to probe.

Thank you for your help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.