Bug #2800
REST endpoint chokes on some files
Start date:
06/26/2020
Due date:
% Done:
0%
Description
<response>
<messages>
<msg type="ERROR">unexpected data received (5B)</msg>
</messages>
</response>
History
#1 Updated by Luke Murphey over 4 years ago
Obs: *
Qs: *
Solns:- Encode the data into ascii
- Didn't work
- Encode the data into utf-8
- Didn't work