RedSquirrel87 / manga-downloader

A very simple application written in JAVA to download any chapters of any manga from the supported websites
41 stars 1 forks source link

MangaPark v5x doesn't work #744

Closed RedSquirrel87 closed 1 year ago

RedSquirrel87 commented 2 years ago

Original report by Anonymous.


Hello, this is what I've tried to download https://mangapark.net/title/255530-the-ghosts-nocturne and I got an error message saying the url was invalid.

I tested with D-Frag! (https://mangapark.net/title/18923) and it works, I believe the difference is that D-Frag! exists and is connected to MangaPark v3x while what I'm trying to download has been created only on v5x.

[Mon Nov 07 04:30:57 CET 2022] Program started. [Mon Nov 07 04:30:57 CET 2022] MangaDownloader v58.1 [Mon Nov 07 04:30:57 CET 2022] OS: Linux (amd64) | JVM: 11.0.16 [Mon Nov 07 04:30:59 CET 2022] Patreon status: no linked Patreon account. [Mon Nov 07 04:31:02 CET 2022] [DB] Database current version: 4 [Mon Nov 07 04:31:11 CET 2022] Loading manga from https://mangapark.net/title/255530-the-ghosts-nocturne [Mon Nov 07 04:31:12 CET 2022] HTTP response code: 200 [Mon Nov 07 04:31:12 CET 2022] Framework: MANGAPARK [Mon Nov 07 04:31:13 CET 2022] 255530 [Mon Nov 07 04:31:13 CET 2022] Error while getting chapters list: java.lang.UnsupportedOperationException: JsonNull at com.google.gson.JsonElement.getAsInt(JsonElement.java:231) at mainpackage.MangaPark.GetChapters(MangaPark.java:84) at mainpackage.NewJFrame.GetChaptersList(NewJFrame.java:8097) at mainpackage.NewJFrame.access$19700(NewJFrame.java:160) at mainpackage.NewJFrame$179.run(NewJFrame.java:8470) at java.base/java.lang.Thread.run(Thread.java:829) [Mon Nov 07 04:31:13 CET 2022] Error: NULL chapters list. [Mon Nov 07 04:31:43 CET 2022] Program closed.

RedSquirrel87 commented 2 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


Thank you for reporting the issue, l’ll see to fix this in next version

RedSquirrel87 commented 1 year ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


I can confirm I rewrote the support for MangaPark.net from scratch to support v5x via graph API into the latest nightly build (exclusive for Patreon supporters) and so it will be available in next public release too 👍🏻

RedSquirrel87 commented 1 year ago

Original comment by nat (Bitbucket: nat, GitHub: nat).


Thank you so much for your time and for accepting my request even if I'm broke.
I'm asking only because I believe it's publicly available, but it's not working for me, am I meant to do something?
Sorry for my misunderstanding if it's still a Patreon exclusive

RedSquirrel87 commented 1 year ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


v59 released, it should fix this issue