We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to download the JP region, but each time it reaches title 50010000020413 (1276 out of 2414), it gets stuck in an infinite loop of retries.
The text was updated successfully, but these errors were encountered:
Looks like the Ninja endpoint is returning this error code for some titles now.
As a workaround, you can replace line 93 in main.rs with this:
if !response.status().is_success() && response.status() != reqwest::StatusCode::NOT_FOUND && response.status() != reqwest::StatusCode::FORBIDDEN {`
EDIT: Actually looks like this was returning 403 even before the 27th already.
Sorry, something went wrong.
No branches or pull requests
I'm trying to download the JP region, but each time it reaches title 50010000020413 (1276 out of 2414), it gets stuck in an infinite loop of retries.
The text was updated successfully, but these errors were encountered: