Tachiyomi version: 0.8.1
nHentai version: 1.2.6
Error is as stated in the title. Nothing loads when opening that source and that error prompt appears.
They are temp banning people who scrape. Someone will need to rework the extension
Alright then. Since its a known issue I hope it will be resolved soon :D
when you use the current useragent in the extension to send a request, it returns this

Fix the Tachiyomi app and use an identifying user agent along with sane rate limits. Dozens of requests per second is going to get you permanently banned.
it should work if you change the useragent :^)
Your extension immediately scrapes 26 pages when I tap on the "Latest" button. If I scroll down a few times, over 100 pages will be scraped in almost 30 seconds. You get IP banned because your extension ignores the multiple in-page warnings that ask you to stop sending so many requests.
The HTML you initially scrape contains more than enough information for you to render a card. Load the rest of the info when something's actually tapped.
You should not be sending more than one or two HTTP requests per tap. Until that's fixed, I will be blocking all requests sent by this extension. Also, add the version number to the user agent.
@nhentai
Your extension immediately scrapes 26 pages when I tap on the "Latest" button.
Do you mean the actual page and the 25 images? If not, I'm not really sure how it's scraping 26 pages.
Also, add the version number to the user agent.
Of the app or the extension? We could probably do the extension version, if that's useful to you.
i think i know the issue and i'll be submitting the PR shortly
Most helpful comment
Your extension immediately scrapes 26 pages when I tap on the "Latest" button. If I scroll down a few times, over 100 pages will be scraped in almost 30 seconds. You get IP banned because your extension ignores the multiple in-page warnings that ask you to stop sending so many requests.
The HTML you initially scrape contains more than enough information for you to render a card. Load the rest of the info when something's actually tapped.
You should not be sending more than one or two HTTP requests per tap. Until that's fixed, I will be blocking all requests sent by this extension. Also, add the version number to the user agent.