You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: