Giter Site home page Giter Site logo

Comments (6)

gamebeaker avatar gamebeaker commented on August 16, 2024

@bookimp try to update to version 0.0.0.160 it could be like this #1306 issue.

from webtoepub.

gamebeaker avatar gamebeaker commented on August 16, 2024

My estimate was wrong. The problem is that the Autor embeded pictures witch get blocked with 403 error code. Example: https://freewebnovel.comenovel.com/the-rebirth-of-an-ill-fated-consort/chapter-106 image on this site with error: https://lh6.googleusercontent.com/xuxiYqUG6e6F7FurcfYQJWCAqmNYLQpD1HINXhnGhjGC6AXkZekhcTSn0Kzx-TFTuTDU3XtWGEPGh5dIyLFlaPk3d1aw0t79jlYc1iFZ
I don't know what a solution would be like.
Maybe something like a checkbox in the warning dialog "ignore future 403 warning for this session"

from webtoepub.

gamebeaker avatar gamebeaker commented on August 16, 2024

more context: for each image that has this problem the 403 Warning pops up 2 times and the retry or skip dialog 1 time.

grafik
grafik
grafik

from webtoepub.

bookimp avatar bookimp commented on August 16, 2024

@bookimp try to update to version 0.0.0.160 it could be like this #1306 issue.

Well, I've done this at least thanks. If it's a picture issue next time I start getting these I'll try clicking the button to not download them. I can add a cover myself.

from webtoepub.

Kiradien avatar Kiradien commented on August 16, 2024

This is somewhat of a global issue I've seen on other sites as well...

I've looked into this before and played with a solution, but it takes quite a few changes to the underlying code. Keep in mind, when downloading the page we are already getting information about the image that we can work with.

  1. Check for failed or otherwise undisplayed image load in ImageCollector.fetchImages (failed load image has imageInfo.height == null)
  2. Don't bother trying to download it.

OR

  1. Add parameter to fetchImage to denote such failure.
  2. Disable errors or warning on "low hope" image downloads. Code or logic change in HttpClient.FetchErrorHandler.OnResponseError - Probably a wrapOption to skip the popup.

While fundamentally it's not a difficult change to make, 15 minutes or so after these investigations, I'm not sure either route is ideal.

from webtoepub.

dteviot avatar dteviot commented on August 16, 2024

Reopening. this is "something I should really look at doing".

from webtoepub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.