[Bug] [JapanRead]: Captcha added before getting the chapters / error code 1020
See original GitHub issueDevice information
- Tachiyomi version: 0.10.12
- Android version: 11
Source information
- Name: JapanRead
- Extension version: 7
Steps to reproduce
- First Step
- Second Step
Expected behavior
Describe what should have happened
Extension working again
Actual behavior
Describe what happens instead
Trying to download any chapter on the website with pageListParse
, you will see by using the webview that there is a ReCaptcha page added before getting the chapter.
I did try to add the following but this does not work (I’m clearly not a java dev), any ideas how to fix it?
val chapterIdElement = document.select("meta[data-chapter-id]")
val responseCaptchaDocument: Document
if (!chapterIdElement.hasAttr("data-chapter-id")) {
responseCaptchaDocument = hasCaptchaForm.first().submit().execute().parse()
} else {
responseCaptchaDocument = document
}
Other details
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Error 1020 Access Denied: Find out How to Fix it Fast
Error 1020 Access Denied happens when you violate a firewall rule on a site protected by Cloudflare. Learn all about it in this...
Read more >How to Fix Cloudflare's Error 1020: Access Denied - MakeUseOf
If you're experiencing Cloudflare's 1020 error, try these fixes to resolve the issue. 1. Check for Site-Wide Issues. Check whether the problem ...
Read more >Community Tip - Access was denied Error code 1020
Try the suggestions in this Community Tip to help you fix “Access was denied Error code 1020” when visiting a site protected by...
Read more >Untitled
Block arcade yum, Apple shares 1995 price, Arte tv replay, Alameda county property tax, Liste de pierre mehaignerie, Digid code kwijt, Farmfoods tetley...
Read more >Untitled
Neymar spine injury, E ticket number etihad, Timeline of ancient egypt kingdoms! Quinn harris osgoode, Gustaaf peek godin held, Nada musik indonesia, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You can solve the captcha with the webview and then everything will work again in Tachiyomi for all the chapters (you may need to do that once in a while)
Learn to code, or wait for a french developer who wants to fix it. Upping does nothing.