-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Bug] Webtoons Plugin broken: "Search failed. Error: Failed to get chapter list." (and I think I know why!) #15
Comments
I think I know why this issue exists, I just did some sniffing through the various return values until I found that in the section
The line |
@YaBoiMax Thanks for investigating the issue! I don't use the webtoons.com myself, so I am not sure how their age verification works. Also @GlassedSilver was searching for "hello", which should match to this. I don't see how this would trigger the age verification. |
I checked the cookies of the site and I noticed the cookie |
@cesarblancg Thanks for testing this! Yeah Mango uses the |
I am also having issues with the webtoon plugin. looking at the output of the terminal mango is running in [ERROR] 2023/06/22 17:55:22 | Hostname lookup for ac.webtoons.com failed: No address found after changing SEARCH_URL to www.webtoons.com instead to see if that fixed the issue I now get the error [ERROR] 2023/06/22 18:02:17 | An error occured while searching. if I try to search for something. |
I don't know why your SEARCH_URL is/was set to |
I am in England so kind of (Brexit made a mess of anything to do with EU), the GDPR issues mentioned earlier on this issue could be effecting me. |
I just quickly spun up mango on a Linux Container and have been looking around trying to find answers. In the script this part fails.
Due to the fact that the ac.webtoons.com domain no longer exists you cannot search through that. You also need a return value that is JSON or resort to webscraping. Because looking at how webtoons lets you search on their website right now the |
Plugin
webtoons
Describe the bug
The plugin can connect to Webtoons, however getting the chapter list fails as described in the issue title.
I think this is due to missing cookies and user agent.
FMD2 has had the same problem for a while. It can get a description of the toon, but if you try to pull the chapter list it just stalls.
See:
dazedcat19/FMD2#187 (comment)
The workaround is described there as well. I THINK that this applies here as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not to get an error and see results :P
Screenshots
not needed
Mango version
Latest release on docker in unRAID as of now.
So should be 0.23.0
Additional context
n/a I think
The text was updated successfully, but these errors were encountered: