internetarchive / wayback

IA's public Wayback Machine (moved from SourceForge)
727 stars 131 forks source link

showNumPages=true returns a http 400 error for all requests. #270

Open Elbbiw opened 2 months ago

Elbbiw commented 2 months ago

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)

thewhiteh4t commented 2 months ago

yes I am experiencing the same issue right now