GithubHelp home page GithubHelp logo

Comments (4)

bernd-wechner avatar bernd-wechner commented on July 22, 2024

Well 504 is a timeout error:

https://www.howtogeek.com/367129/what-is-a-504-gateway-timeout-error-and-how-can-i-fix-it/

which suggests the Degoo server is down or not easy to reach from your end. Warrants a nicer message if it happens a lot, I've never seen it. This also happened in setUploadFile3:

def setUploadFile3(self, name, parent_id, size="0", checksum="CgAQAg"):

Which was under put_file and hence came after the file was actually uploaded and is the call made to register the success of the upload with Degoo.

from degoo.

DLBerger avatar DLBerger commented on July 22, 2024

It is times for retries, especially on timeout errors?

from degoo.

bernd-wechner avatar bernd-wechner commented on July 22, 2024

Could be. Albeit probably with a command line option requesting it. Some timeouts are ephemeral and by sitting in a retry loop can provide a response in "real" time (meaning withing ones patience limits). Others don't ... I imagine:

  1. A clearer message on a server timeout
  2. A command line option requesting retries - with an optional integer count (if not supplied, and endless loop)
  3. A retry loop that respects that command line option (runs when requested for as often as requested) and:
    • if running verbose reports each retry effort with timings.

from degoo.

bernd-wechner avatar bernd-wechner commented on July 22, 2024

Any more news on this?

from degoo.

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.