Help finding error using log

Basic Information:

Printer Model: Modified Ender 3
MCU / Printerboard: Pi with Klipper
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:

Hiya

I’ve been printing like crazy and it’s been working a treat, today, it suddenly gives me an error:

Triggered in Air 743 (the number changes each time)

I have the Klipper Log, but I have no idea how to decipher it - can anyone guide me to the fault please?

klippy (1).log (2.6 MB)

@Sineos has 2 web pages that help in examining the klippy.log
https://sineos.github.io/Klipper-Advanced-Log-Inspector/#configs
https://sineos.github.io/#dashboard

Running your log through the first finds 9 shutdown events…
Unfortunately all 9 show your error is coming from an unofficial module.

TypeError: BDsensorEndstopWrapper.event_motor_off() missing 1 required positional argument: ‘print_time’

Check the mounting and wiring to your BD sensor. If your problem persists you’ll have to seek support from the author of BDsensor.py.

As far as I can find the author is:

Thanks. Seems like I needed to complete some updates with bd sensor software.