Open Elbbiw opened 6 months ago
yes I am experiencing the same issue right now
The issue is still present as of the 11 of august was there any change to this feature?
This now appears to be intermittently working on a site by site basis. 'archive.org' appears to return a valid numeric value, 'bbc.co.uk' returns a http 400 error.
This is probably not the correct place to log this but I cannot find a better location to log it.
Requests to the wayback machine's cdx interface fail with a http 400 error when using the 'showNumPages=true' parameter. This issue was not present at the start of the week.
Example URL: http://web.archive.org/cdx/search/cdx?url=archive.org&showNumPages=true
Expected: A count of the number of pages of records. Actual: A http 400 error.
(Example URL taken from https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server#pagination-api)