manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript
https://haruneko-docs.pages.dev
126 stars 32 forks source link

Updating MangaReader.to returns $e #644

Closed pjft closed 3 months ago

pjft commented 3 months ago

Hi. Thanks for the great project here!

I was trying to refresh the MangaReader.to connector, but when I do so it just returns $e.

From what I can gather from the Inspect window and network tab, it doesn't even seem to start a network request?

The Console shows:

MangaPlugin.ts:60 Uncaught (in promise) $e
    at $_e.FetchMangas (http://localhost:5000/LXBM0MYL/InteractiveFileContentProvider.js:1:3001)
    at v.Update (http://localhost:5000/LXBM0MYL/InteractiveFileContentProvider.js:1:4030)
    at async HTMLButtonElement.E (http://localhost:5000/LXBM0MYL/FrontendClassic.js:39:9132)

Unsure what else to share, but happy to do things on my end to troubleshoot further.

Thanks.

pjft commented 3 months ago

Thanks. I have defined a download directory in the settings, as I have downloaded some chapters successfully from other sources, but I'll try it later and report back. Sorry for the trouble.

MikeZeDev commented 3 months ago

It has not been coded........

pjft commented 3 months ago

Ah :) That explains it then. Thanks!

Sheepux commented 3 months ago

Shouldn't non implemented website throw an error such as "not imported from hakuneko yet" ?

MikeZeDev commented 3 months ago

Legacy connectors dont have implemented methods, so an error "Not implemented" is thrown. when you try to do anything. I dont understand either.

Sheepux commented 3 months ago

Just tried and I get an NotImplementedError as expected

Uncaught (in promise) NotImplementedError at default.FetchMangas (MangaPlugin.ts:60:15) at MangaPlugin.Update (MangaPlugin.ts:127:44)