Getting errors with ip cam log dev

hi im getting this errors on log dev any idea what is this about?

Log Details (WARNING)
Wed Mar 07 2018 22:53:04 GMT+0000 (GMT Standard Time)

Failed to parse headers (url=http://192.168.1.21:16510/videostream.cgi?loginuse=my user&loginpas=mypass): [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ‘’
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 399, in _make_request
assert_header_parsing(httplib_response.msg)
File “/usr/lib/python3.6/site-packages/urllib3/util/response.py”, line 66, in assert_header_parsing
raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data)
urllib3.exceptions.HeaderParsingError: [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ‘’

used component

camera:

  • platform: mjpeg
    name: my Camera
    mjpeg_url: http://192.168.x.xx:xxxxxx/videostream.cgi?loginuse=myuser&loginpas=mypass

was just searching this myself also. found this:

hope that helps