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

503, Service Temporarily Unavailable #3

Open
afterDarkInvalid opened this issue Jul 1, 2022 · 1 comment
Open

503, Service Temporarily Unavailable #3

afterDarkInvalid opened this issue Jul 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@afterDarkInvalid
Copy link
Contributor

So I tried running App.main() and Gson kept throwing an error that it didn't understand the JSON expression it had been given. I tried fishing around for why that was until i decided that I could just try to parse it manually, so I asked Java to print out the response it had gotten. Turns out that it had received a 503 error. Is this something wrong with the code or is NHentai refusing to play nice?

I've attached the console output (including the Gson error): nhentaireaderlog.txt

@ttdyce
Copy link
Owner

ttdyce commented Jul 2, 2022

Same result with my app's API call ttdyce/NHentai-NHViewer#24

It seems that the site just return 503 once it enabled Cloudflare's I'm Under Attack Mode (IUAM)
This mode goes on and off recently, and I might update both the app and this API later (and later...)

some note: the last time I found it returns 200 OK was on Fri, 24 Jun 2022 19:30:02 GMT

@ttdyce ttdyce added the enhancement New feature or request label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants