manga-download / haruneko

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

[BUG?] Timeout on plugin initialization ? #120

Closed MikeZeDev closed 1 year ago

MikeZeDev commented 1 year ago

Cases : ReaperScansTR. Website in Madara without complicated things. When i coded it, it worked and tests were ok.

Now test gives me timeout on plugin initialization . In the app, any operation (clipboard or manga list) call initialize before (ofc) and it ends in timeout.

image

In browser, website is a bit slow, but it doesnt take that many time to load. Maybe its because of my adblockers that its faster?

Fetchwindow stays like this with this website :

image

MikeZeDev commented 1 year ago

Nervermind, i got it.

Websites tries to contact "www.papayads.net" and host doesnt answer. Therefore window is timeouted, website doesnt load and tests fails. In browser, because i use Umatrix, papayads is never contacted, so loading is very fast (papayads is not even in ublockOrigins filters).

image

Shall we consider adding it to the blocklist?