You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: ('All parsers failed to parse', b'06-07-22 12:55PM 334976 opencv_frame_2.png\r\n', [KeyError('6-'), ValueError("time data '06-07-22 12:55PM' does not match format '%m/%d/%Y %I:%M %p'")])
I can replicate it with this simple test application.
I get the following error:
I can replicate it with this simple test application.
My suspicion is that it is because the parser expect a US date and not a european date?
The text was updated successfully, but these errors were encountered: