Code Monkey home page Code Monkey logo

Comments (7)

inbasic avatar inbasic commented on May 20, 2024

This server claims that it supports segmentation, though the server is not responding to the ranged headers. This is a server side issue and cannot be fixed.

You can get files from this server by reducing the number of threads to one.

from turbo-download-manager.

MariasStory avatar MariasStory commented on May 20, 2024

Shouldn't turbo-download-manager check it automatically and have a fallback for this situation?

from turbo-download-manager.

inbasic avatar inbasic commented on May 20, 2024

@MariasStory TDM does check for multi-threading support. The problem is with this particular server as it is claiming they support multi-threading. Beside sending the supporting header, they return 206 status code which is sent when a partial data is transmitted. So there is no way for TDM to detect the server is not handling the request as it is supposed to.

So is this happening for another domain too?

from turbo-download-manager.

lagun avatar lagun commented on May 20, 2024

Thank you for explain.

from turbo-download-manager.

MariasStory avatar MariasStory commented on May 20, 2024

@inbasic I did not see this happening for another domains. But, where one case, another may follow.

Maybe, there is a way to check for such misleading server behavior?

from turbo-download-manager.

inbasic avatar inbasic commented on May 20, 2024

That seems very rare situation for a server to send two wrong signals;

  1. wrong header
  2. 206 status code instead of 200.

Either of these two signals will lead TDM to throw an error message to warn user or reduce the number of threads to one and continue the job if possible.

I am not aware of any other checking methods.

from turbo-download-manager.

MariasStory avatar MariasStory commented on May 20, 2024

OK. If there is the warning and proposed solution in it, this should not be a problem.

The download attempt with one thread could be started automatically, plus the warn. :-)

from turbo-download-manager.

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.