The OpenAPIScripMaster.json file download is failing mid-transfer, completely breaking the algo bot initialization.
Errors encountered:
urllib3.exceptions.IncompleteRead: IncompleteRead (e.g., 6896285 bytes read, 30056636 more expected)
HTTPSConnectionPool Read timed out
Troubleshooting already done:
I have tried streaming the data in chunks as well as direct full-file download.
Increased the timeout limits up to 300 seconds.
Added proper browser User-Agent headers.
Even tried downloading manually via Chrome using an entirely different ISP/Mobile network.
The connection randomly drops at different payload sizes (sometimes at 6MB, sometimes at just 800KB). This is clearly a server-side limitation or firewall drop at Angel One's end.
Requesting the admin/tech team to kindly look into this on priority, as it is completely blocking live executions for everyone today.

