<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenAPIScripMaster.json download severely throttled &#x2F; connection truncated all morning (2026-08-21)]]></title><description><![CDATA[<p dir="auto">Separate issue from the getCandleData/getOrderBook rate-limit thread (<a href="https://smartapi.angelbroking.com/smartapi/forum/topic/5639" target="_blank" rel="noopener noreferrer nofollow ugc">topic 5639</a>) — this is the static scrip master file itself, unauthenticated, no API key involved.</p>
<p dir="auto"><strong>Endpoint:</strong> <code>GET https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json</code> (~37MB, <code>Content-Length: 36952921</code> confirmed via HEAD)</p>
<p dir="auto"><strong>Production symptom (Python, <code>urllib.request.urlopen().read()</code>):</strong> three consecutive attempts between 09:15 and 09:44 IST today all failed with <code>http.client.IncompleteRead</code> — the server closed the connection before delivering the promised <code>Content-Length</code>, with successively less data delivered each time:</p>
<ul>
<li>09:15:04 — 648,242 bytes read, 36,304,679 more expected</li>
<li>09:36:31 — 572,061 bytes read, 36,380,860 more expected</li>
<li>09:43:37 — 393,216 bytes read, 36,559,705 more expected</li>
</ul>
<p dir="auto"><strong>Independently reproduced from a completely different network</strong> (not the machine the above ran on) using plain <code>curl</code>, tested over both IPv6 and IPv4-forced, same URL:</p>
<ul>
<li>60s attempt: 4.25MB delivered, ~71KB/s</li>
<li>60s attempt (IPv4 forced): 2.93MB delivered, ~49KB/s</li>
<li>180s attempt: connection closed by the server at 3.5MB (~48KB/s) — well short of 37MB even at that slow rate</li>
<li>Retested ~90 minutes later: 336KB in 60s, ~5.5KB/s — getting worse, not better</li>
<li>Baseline sanity check on the same network in the same window: an unrelated 10MB file from a different host downloaded at 3.1MB/s, ruling out a local bandwidth problem on our end</li>
</ul>
<p dir="auto">So this isn't one flaky client or one flaky network — two different tools (Python urllib, curl), two different networks, and both IP protocols all show the same severe throttling against this one host, persisting for over an hour and trending worse.</p>
<p dir="auto">This is a hard blocker — the scrip master is a prerequisite before any strategy can even start routing, so trading has been unable to start today because of this alone.</p>
<p dir="auto">Anyone else seeing this on <code>margincalculator.angelbroking.com</code> today? Given the pattern of the last several days on the rate-limit thread above, I'd appreciate someone actually looking at server-side telemetry/CDN health for this endpoint rather than the usual silence.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/topic/5646/openapiscripmaster-json-download-severely-throttled-connection-truncated-all-morning-2026-08-21</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 02:50:04 GMT</lastBuildDate><atom:link href="https://smartapi.angelone.in/smartapi/forum/topic/5646.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Aug 2026 05:04:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenAPIScripMaster.json download severely throttled &#x2F; connection truncated all morning (2026-08-21) on Fri, 21 Aug 2026 05:25:51 GMT]]></title><description><![CDATA[<p dir="auto">I am trying to download the scripmaster in cache and even it is taking ages to complete.<br />
\scrip_master.py"<br />
2026-08-21 10:30:04,820 INFO Another process is refreshing the scrip master; waiting up to 120s...<br />
2026-08-21 10:32:05,590 INFO Ranged download from <a href="http://margincalculator.angelbroking.com" target="_blank" rel="noopener noreferrer nofollow ugc">margincalculator.angelbroking.com</a>: 37.0 MB in 1024 KB pieces...<br />
2026-08-21 10:35:25,184 INFO   scrip master: 8/37 MB<br />
2026-08-21 10:41:18,303 INFO   scrip master: 17/37 MB<br />
2026-08-21 10:48:10,107 WARNING Ranged download failed from <a href="http://margincalculator.angelbroking.com" target="_blank" rel="noopener noreferrer nofollow ugc">margincalculator.angelbroking.com</a>: exceeded 900s budget at 21.0/37.0 MB<br />
2026-08-21 10:48:10,579 INFO Ranged download from <a href="http://margincalculator.angelone.in" target="_blank" rel="noopener noreferrer nofollow ugc">margincalculator.angelone.in</a>: 37.0 MB in 1024 KB pieces...</p>
<p dir="auto">In my regular scripts which download them getting error<br />
Master download attempt 1 failed: ('Connection broken: IncompleteRead(140021 bytes read, 36812900 more expected)', IncompleteRead(140021 bytes read, 36812900 more expected))<br />
10:38:14  WARNING   ORIG     Master download attempt 2 failed: ('Connection broken: IncompleteRead(2407069 bytes read, 34545852 more expected)', IncompleteRead(2407069 bytes read, 34545852 more expected))<br />
10:40:02  WARNING   ORIG     Master download attempt 3 failed: ('Connection broken: IncompleteRead(6202101 bytes read, 30750820 more expected)', IncompleteRead(6202101 bytes read, 30750820 more expected))</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19247</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19247</guid><dc:creator><![CDATA[hharishonline4u]]></dc:creator><pubDate>Fri, 21 Aug 2026 05:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to OpenAPIScripMaster.json download severely throttled &#x2F; connection truncated all morning (2026-08-21) on Fri, 21 Aug 2026 05:23:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://smartapi.angelone.in/smartapi/forum/uid/7953">@pari</a> I am facing the same issue. First it was 504 gateway timeouts and then when the download actually started, the TCP connection was constantly getting dropped.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19246</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19246</guid><dc:creator><![CDATA[Komal24]]></dc:creator><pubDate>Fri, 21 Aug 2026 05:23:16 GMT</pubDate></item><item><title><![CDATA[Reply to OpenAPIScripMaster.json download severely throttled &#x2F; connection truncated all morning (2026-08-21) on Fri, 21 Aug 2026 05:20:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://smartapi.angelone.in/smartapi/forum/uid/7953">@pari</a> Yes facing same issue from morning all my scripts are failing from morning due to this issue.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19245</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19245</guid><dc:creator><![CDATA[hharishonline4u]]></dc:creator><pubDate>Fri, 21 Aug 2026 05:20:47 GMT</pubDate></item></channel></rss>