• DepthAI
  • Fatal error. Please report to developers. Log: 'OsDrvUart' '369'

Im running a modified version of gen2-poe-tcp-streaming (including a Mobilenet pipeline) and I'im getting this error

[IP] [1581.521] [Script(3)] [warning] Server up
[IP] [1595.703] [Script(3)] [warning] Connected to client IP: ('IP', 55686)
[IP] [1595.704] [system] [critical] Fatal error. Please report to developers. Log: 'OsDrvUart' '369'
  • erik replied to this.

    Hello RowanMo , Could you provide a MRE for this issue, so we can debug it locally?
    Thanks, Erik

    Hi Erik, I found the error,
    ser = serial.Serial("/dev/ttyS3", baudrate=115200)ser = serial.Serial("/dev/ttyS3", baudrate=115200)
    I had copied the line from somewhere, and I am using Windows, not Linux

    Great that you figured it out, thanks for circling back!