Can't connect to printer - Post upgrade

What is the problem?

I've recently updated to 1.7.0rc2, every thing was fine after the initial reboot, however after installing a new Plugin (Plotly Temp Graph) and restarting, I was greeted with the following error

State: Offline after error
No more candidates to test, and no working port/baudrate combination detected.

This is what I've done so far

  1. Disabled the plugin, with no affect
  2. Booted into safe mode with no affect
  3. Tested the printer with the same cable on another pc, I can see the device appearing (not tested printing).
  4. Connected to octopi on the cli, the following is appearing in the journal.
Aug 24 12:04:55 octopi kernel: usb 1-1.5: new full-speed USB device number 7 using dwc_otg
Aug 24 12:04:55 octopi kernel: usb 1-1.5: New USB device found, idVendor=2c99, idProduct=0002, bcdDevice= 1.30
Aug 24 12:04:55 octopi kernel: usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 24 12:04:55 octopi kernel: usb 1-1.5: Product: Original Prusa i3 MK3
Aug 24 12:04:55 octopi kernel: usb 1-1.5: Manufacturer: Prusa Research (prusa3d.com)
Aug 24 12:04:55 octopi kernel: usb 1-1.5: SerialNumber: CZPX0119X004XK02248
Aug 24 12:04:55 octopi kernel: cdc_acm 1-1.5:1.0: ttyACM0: USB ACM device
Aug 24 12:04:55 octopi mtp-probe[920]: checking bus 1, device 7: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Aug 24 12:04:55 octopi mtp-probe[920]: bus: 1, device: 7 was not an MTP device
Aug 24 12:04:55 octopi mtp-probe[922]: checking bus 1, device 7: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Aug 24 12:04:55 octopi mtp-probe[922]: bus: 1, device: 7 was not an MTP device

Did running in safe mode solve the problem?

no

Systeminfo Bundle

octoprint-systeminfo-20210824121319.zip (73.4 KB)

Additional information about your setup

browser.user_agent : Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
connectivity.connection_check : 1.1.1.1:53
connectivity.connection_ok : true
connectivity.enabled : true
connectivity.online : true
connectivity.resolution_check : octoprint.org
connectivity.resolution_ok : true
env.hardware.cores : 4
env.hardware.freq : 900
env.hardware.ram : 916791296
env.os.bits : 32
env.os.id : linux
env.os.platform : linux
env.plugins.pi_support.model : Raspberry Pi 2 Model B Rev 1.1
env.plugins.pi_support.octopi_version : 0.17.0
env.plugins.pi_support.throttle_state : 0x0
env.python.pip : 20.2.3
env.python.version : 3.7.3
env.python.virtualenv : true
octoprint.safe_mode : true
octoprint.version : 1.7.0rc2
systeminfo.generator : systemapi

Is your printer connected using USB or via the GPIO pins of the Pi? Is /dev/ttyACM0 the usual port you would connect to the printer using?

I'm using USB to connect to the printer.
Under the connection port, I had it as Auto, I've updated it to point explicitly to /dev/ttyACM0, and I have the same issue.

Morning all

Is there any more information that I could provide?

Okay, I seem to have fixed it.

I don't remember if previously it was set to auto-detect the interface/baud rate.

However after manually setting it (baud of 115200) it connects without issues.