Skip to content
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] MangaNato Sites #2097

Open
3 tasks done
GorillaHam opened this issue Mar 1, 2025 · 9 comments
Open
3 tasks done

[bug] MangaNato Sites #2097

GorillaHam opened this issue Mar 1, 2025 · 9 comments

Comments

@GorillaHam
Copy link

Prerequisites

  • I'm using the latest version.
  • All website modules are up to date.
  • This is not a website module issue.

System information

Windows 10

Describe the bug

Since update the chapter list was reset and attempted to download all again, but is now erroring out.
Example link https://www.natomanga.com/manga-ek982019

To Reproduce

Manga Info
List MangaNato
https://www.natomanga.com/manga-ek982019
Check Chapter 58, then download.

Expected behavior

Should download the new chapter, but will not from this site now

Screenshots

No response

Additional context

No response

@groo-123
Copy link

groo-123 commented Mar 1, 2025

just to add to this, it is currently showing with 0 chapters in the favorites section after the latest update and once i've run a Check

Image

@Slasar41
Copy link
Collaborator

Slasar41 commented Mar 1, 2025

Works fine here.
Image

@Slasar41
Copy link
Collaborator

Slasar41 commented Mar 2, 2025

Could someone give me a series link from favorites?
Right click -> View manga info

@7h3Cub3
Copy link

7h3Cub3 commented Mar 4, 2025

Could someone give me a series link from favorites? Right click -> View manga info

From what i can see all manganato series now redirect to natomanga and then fail to download (the chapters appears and get queued but download fail) Cover of the manga don't appear anymore.

https://www.natomanga.com/manga-ht985302
https://www.natomanga.com/manga-li988365
https://www.natomanga.com/manga-cs979727
https://www.natomanga.com/manga-ei982217
https://www.natomanga.com/manga-os992027

From what i've understood, they got DMCA'ed and all previous domains where taken down, so the new domain is one of the new mirrors

natomanga.com (ex manganato.com)
manganato.gg (ex manganato.com)
nelomanga.com (ex manga nelo)
mangakakalot.gg (ex mangakakalot.com)

for the new manganato mirrors, there is something different, for link that were in that format

https://www.manganato.com/manga-ht985302

it will work with https://www.natomanga.com/manga-ht985302 and get redirected to https://www.natomanga.com/manga/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute but downloading fail

if you try https://www.manganato.gg/manga-ht985302 you get thrown to the manganato.gg welcome page with no redirecting. But https://www.manganato.gg/manga/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute directly work, but download also fail.

@Slasar41
Copy link
Collaborator

Slasar41 commented Mar 4, 2025

@7h3Cub3 Tested with your URLs. Manga info and download works fine.
I haven't modify anything yet. Not sure why it doesn't work for some people.
Image
Image

@7h3Cub3
Copy link

7h3Cub3 commented Mar 4, 2025

@Slasar41

Well i don't understand why it's different for you, i trying a fresh FMD install on my computer, using vpn or not, changing my location, tried in a VM (W10)+ fresh FMD install, it does the same each time, chapter listing is ok, it find the correct amount of pages, but when it download it's trying you see a bit of traffic, but then fail. I use the same version as you, i tried also the parameter you use to be sure the module is loaded from disk, nothing do.

When i look at the FMD logs, i don't have much informations but there was something that caught my eye, if i look at the url of chapter images

https://imgs-2.virus2hub.com/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute/132/0.webp
https://imgs-2.virus2hub.com/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute/132/1.webp

Im not able to download the pictures directly, cloudflare is blocking the request, but im not sure it's normal or not as i presume they have a protection to hit the image server directly.

Are you using maybe an alternative cloudflare solver/bypass ?

EDIT : Ok i think i found the issue, i don't know why but in my original install i had in the manganato module configuration in avanced a cookie that was setup, i think that cookie was put in place by the cloudflare alternative solver i used before but is now disabled, my guess is, since that cookie was doing bad request due to the fact it wasn't for the right domain anymore, i was blocked by CF on my whole network so trying from the VM or the fresh install that didn't had the setting wouldn't work either, after clearing it up, going to the website and then trying in fmd, im now able to download the chapters. Now one question remain, do you have to go on the website throught a normal browser before you can download, i'll try to let stuff expire by not going and see if that maintain the function.

TLDR : for people it's not working for, look in your websites > advanced > manganato module to see if you have a cookie filled in, and/or disable that advanced setting for manganato module.

@Black-Dalek
Copy link

@Slasar41

Well i don't understand why it's different for you, i trying a fresh FMD install on my computer, using vpn or not, changing my location, tried in a VM (W10)+ fresh FMD install, it does the same each time, chapter listing is ok, it find the correct amount of pages, but when it download it's trying you see a bit of traffic, but then fail. I use the same version as you, i tried also the parameter you use to be sure the module is loaded from disk, nothing do.

When i look at the FMD logs, i don't have much informations but there was something that caught my eye, if i look at the url of chapter images

https://imgs-2.virus2hub.com/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute/132/0.webp https://imgs-2.virus2hub.com/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute/132/1.webp

Im not able to download the pictures directly, cloudflare is blocking the request, but im not sure it's normal or not as i presume they have a protection to hit the image server directly.

Are you using maybe an alternative cloudflare solver/bypass ?

EDIT : Ok i think i found the issue, i don't know why but in my original install i had in the manganato module configuration in avanced a cookie that was setup, i think that cookie was put in place by the cloudflare alternative solver i used before but is now disabled, my guess is, since that cookie was doing bad request due to the fact it wasn't for the right domain anymore, i was blocked by CF on my whole network so trying from the VM or the fresh install that didn't had the setting wouldn't work either, after clearing it up, going to the website and then trying in fmd, im now able to download the chapters. Now one question remain, do you have to go on the website throught a normal browser before you can download, i'll try to let stuff expire by not going and see if that maintain the function.

TLDR : for people it's not working for, look in your websites > advanced > manganato module to see if you have a cookie filled in, and/or disable that advanced setting for manganato module.

thanks! that was the problem: cookie filled!

@Qizmo
Copy link

Qizmo commented Mar 17, 2025

I got a question about this workaround please.

Image

After I put in a new User Agent and Cookies, then click "Apply". Then I go too the download page and right click on my Failed to download manga files and click resume. It still kept failing. Do I need to do something else after clicking "Apply", before reloading manga from those failed attempts?
I also did the same for other manga before too like mgeko.cc also can't get it to work.

I try refreshing the F12 page a few times too and also try using Firefox, Chrome and Microsoft Edge, but none can get my failed to load manga to work at all.

@Slasar41
Copy link
Collaborator

For anyone still have a failed MangaNato favorite check, it's because the site sometimes no longer redirect the URL.
If the URLs in your favorites are like this: https://www.natomanga.com/manga-ht985302, it won't redirect to https://www.natomanga.com/manga/i-m-only-a-stepmother-but-my-daughter-is-just-so-cute and that will make FMD failed to check.
The solution is to refresh the URLs in your favorites to the new ones.

  • Go to Options -> Websites -> Websites, enable MangaNato.
  • Go to Manga Info, select MangaNato and then select Download manga list from FMD server.
  • Go to Favorites, select all your MangaNato mangas, right click and then select Transfer Websites.
  • Select MangaNato, uncheck Clear downloaded chapter list..., then press OK.

If you have some manga failed to transfer, it's likely the title has been changed. You have to rename it to match the new title before doing transfer again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants