Hello,
Few weeks ago our Orthanc stop to accept the upload of zip files. Everytime we try to upload a zip file we get the following response:
{
“Details” : “Cannot parse an invalid DICOM file (size: 4649256 bytes)”,
“HttpError” : “Bad Request”,
“HttpStatus” : 400,
“Message” : “Bad file format”,
“Method” : “POST”,
“OrthancError” : “Bad file format”,
“OrthancStatus” : 15,
“Uri” : “/instances/”
}
At first glance I've thought that could be a problem with the zip file. So, tried a lot of another zip files always with same error.
Downloaded a Orthanc Docker from internet and run it on my machine. Try with the problematic zip file and it worked just fine.
Do you guys have any ideas how can I fix this?
Regards.