I’m getting a central directory corrupt error when the bot is executing on orchestrator. I’m using an invoke method with ExtractToDirectory to unzip a file that has been downloaded from a website. The error only occurs on one bot account when it’s running on orchestrator. I can manually download the file form the website on the bot account and it isn’t corrupt. Does anyone know of a solution for this?
Any chance the robot is still downloading the file when the invoke method begins?
No. It finishes downloading and when I try to unzip the zip file that the bot tries to unzip manually it’s empty. If I go to the website and manually download the file using the bot account it isn’t empty and unzips successfully.
Can you share screenshot from the invoke method and also the download file always in the same format ?