Skip to content
New issue

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

Got error 403 Forbidden, retrying in 10 seconds #19

Open
arnxxau opened this issue Mar 29, 2023 · 1 comment
Open

Got error 403 Forbidden, retrying in 10 seconds #19

arnxxau opened this issue Mar 29, 2023 · 1 comment

Comments

@arnxxau
Copy link

arnxxau commented Mar 29, 2023

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.

image

@neobrain
Copy link
Member

neobrain commented Mar 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants