Tachiyomi-extensions: nHentai error 429

Created on 18 Mar 2019  路  6Comments  路  Source: tachiyomiorg/tachiyomi-extensions

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.

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.

All 6 comments

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
image

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alireda22 picture alireda22  路  4Comments

Mehshan31 picture Mehshan31  路  4Comments

anshineta picture anshineta  路  3Comments

Nesaijn picture Nesaijn  路  3Comments

o01210o picture o01210o  路  3Comments