manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript

Home Page:https://haruneko-docs.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating MangaReader.to returns $e

pjft opened this issue · comments

commented

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.

commented

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.

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

commented

Ah :) That explains it then. Thanks!

commented

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

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

commented

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)