I successfully downloaded the /catalog/titles/index resource 3 days ago (it was about 275MB).
But just now I tried to fetch a fresh copy of the same resource, and I got this response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /catalog/v2/filteramgtms/catalog.xml was not found on this server.</p>
</body></html>
I didn't request "/catalog/v2/filteramgtms/catalog.xml", nor did I include the includeamg or includetms paramters.
Are you getting the catalog using /catalog/index? If yes, that is the old version of catalog index . You need to request the catalog from /catalog/titles/index.
I successfully downloaded the /catalog/titles/index resource 3 days ago (it was about 275MB).
But just now I tried to fetch a fresh copy of the same resource, and I got this response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /catalog/v2/filteramgtms/catalog.xml was not found on this server.</p>
</body></html>
I didn't request "/catalog/v2/filteramgtms/catalog.xml", nor did I include the includeamg or includetms paramters.
Is there something going on on the API server?
Message edited by dhchoi 3 years ago
Tags
Anurag – 3 years ago
Hi, i'm interested in knowing how are you getting 275MB catalog data? Netflix always gives me 147MB of catalog index data.
whurlston – 3 years ago
I just received it fine in gzip. Extracted size was 269MB.
dhchoi – 3 years ago
Looks like it was a temporary problem. Thanks. I downloaded it fine now too
dhchoi – 3 years ago
Anurag, sorry, I don't know why you're getting 147MB. Let me know what the explanation is when you find out -- I'm curious.
Anu – 3 years ago
Anurag,
Are you getting the catalog using /catalog/index? If yes, that is the old version of catalog index . You need to request the catalog from /catalog/titles/index.
-Anu
Anu – 3 years ago
This has been fixed to return 503 Service Unavailable instead of the 404 when the catalog index is not available for some reason.