Code Monkey home page Code Monkey logo

Comments (4)

sigoden avatar sigoden commented on August 23, 2024

@webzit
Logs are crucial for troubleshooting. Please provide the logs.

from dufs.

webzit avatar webzit commented on August 23, 2024

DUFS Logs

2024-07-11T12:57:43Z INFO - 172.16.5.2 "GET /" 401
2024-07-11T12:57:43Z INFO - 172.16.5.2 "GET /" 200
2024-07-11T12:57:55Z INFO - 172.16.5.2 "WRITEABLE /" 401
2024-07-11T12:57:55Z INFO - 172.16.5.2 "WRITEABLE /" 200
2024-07-11T12:57:55Z INFO - 172.16.5.2 "PUT /googlechrome.dmg" 401
2024-07-11T12:58:55Z ERROR - 172.16.5.2 "PUT /googlechrome.dmg" 500 error reading a body from connection

Traefik Logs

{"ClientAddr":"","ClientHost":"","ClientPort":"","ClientUsername":"-","DownstreamContentSize":0,"DownstreamStatus":401,"Duration":1096737,"OriginContentSize":0,"OriginDuration":955602,"OriginStatus":401,"Overhead":141135,"RequestAddr":"dufs.DOMAIN.COM","RequestContentSize":0,"RequestCount":134,"RequestHost":"dufs.DOMAIN.COM","RequestMethod":"GET","RequestPath":"/","RequestPort":"-","RequestProtocol":"HTTP/2.0","RequestScheme":"https","RetryAttempts":0,"RouterName":"","ServiceAddr":"","ServiceName":"","ServiceURL":"http://","StartLocal":"2024-07-11T12:57:43.00107618Z","StartUTC":"2024-07-11T12:57:43.00107618Z","TLSCipher":"TLS_AES_128_GCM_SHA256","TLSVersion":"1.3","entryPointName":"https","level":"info","msg":"","time":"2024-07-11T12:57:43Z“}

{"ClientAddr":"","ClientHost":"","ClientPort":"","ClientUsername":"-","DownstreamContentSize":7257,"DownstreamStatus":200,"Duration":2597605,"OriginContentSize":7257,"OriginDuration":2409482,"OriginStatus":200,"Overhead":188123,"RequestAddr":"dufs.DOMAIN.COM","RequestContentSize":0,"RequestCount":135,"RequestHost":"dufs.DOMAIN.COM","RequestMethod":"GET","RequestPath":"/","RequestPort":"-","RequestProtocol":"HTTP/2.0","RequestScheme":"https","RetryAttempts":0,"RouterName":"","ServiceAddr":"","ServiceName":"","ServiceURL":"http://","StartLocal":"2024-07-11T12:57:43.071083022Z","StartUTC":"2024-07-11T12:57:43.071083022Z","TLSCipher":"TLS_AES_128_GCM_SHA256","TLSVersion":"1.3","entryPointName":"https","level":"info","msg":"","time":"2024-07-11T12:57:43Z"}

{"ClientAddr":"","ClientHost":"","ClientPort":"","ClientUsername":"-","DownstreamContentSize":0,"DownstreamStatus":200,"Duration":1063948,"OriginContentSize":0,"OriginDuration":859683,"OriginStatus":200,"Overhead":204265,"RequestAddr":"dufs.DOMAIN.COM","RequestContentSize":0,"RequestCount":137,"RequestHost":"dufs.DOMAIN.COM","RequestMethod":"WRITEABLE","RequestPath":"/","RequestPort":"-","RequestProtocol":"HTTP/2.0","RequestScheme":"https","RetryAttempts":0,"RouterName":"","ServiceAddr":"","ServiceName":"","ServiceURL":"http://","StartLocal":"2024-07-11T12:57:55.121009465Z","StartUTC":"2024-07-11T12:57:55.121009465Z","TLSCipher":"TLS_AES_128_GCM_SHA256","TLSVersion":"1.3","entryPointName":"https","level":"info","msg":"","time":"2024-07-11T12:57:55Z“}

{"ClientAddr":"","ClientHost":"","ClientPort":"","ClientUsername":"-","DownstreamContentSize":0,"DownstreamStatus":401,"Duration":51657475,"OriginContentSize":0,"OriginDuration":51475367,"OriginStatus":401,"Overhead":182108,"RequestAddr":"dufs.DOMAIN.COM","RequestContentSize":16384,"RequestCount":138,"RequestHost":"dufs.DOMAIN.COM","RequestMethod":"PUT","RequestPath":"/googlechrome.dmg","RequestPort":"-","RequestProtocol":"HTTP/2.0","RequestScheme":"https","RetryAttempts":0,"RouterName":"","ServiceAddr":"","ServiceName":"","ServiceURL":"http://","StartLocal":"2024-07-11T12:57:55.196894097Z","StartUTC":"2024-07-11T12:57:55.196894097Z","TLSCipher":"TLS_AES_128_GCM_SHA256","TLSVersion":"1.3","entryPointName":"https","level":"info","msg":"","time":"2024-07-11T12:57:55Z"}

{"ClientAddr":"","ClientHost":"","ClientPort":"","ClientUsername":"-","DownstreamContentSize":11,"DownstreamStatus":502,"Duration":60001272410,"OriginContentSize":11,"OriginDuration":60001147735,"OriginStatus":502,"Overhead":124675,"RequestAddr":"dufs.DOMAIN.COM","RequestContentSize":105103360,"RequestCount":139,"RequestHost":"dufs.DOMAIN.COM","RequestMethod":"PUT","RequestPath":"/googlechrome.dmg","RequestPort":"-","RequestProtocol":"HTTP/2.0","RequestScheme":"https","RetryAttempts":0,"RouterName":"","ServiceAddr":"","ServiceName":"","ServiceURL":"http://","StartLocal":"2024-07-11T12:57:55.795027166Z","StartUTC":"2024-07-11T12:57:55.795027166Z","TLSCipher":"TLS_AES_128_GCM_SHA256","TLSVersion":"1.3","entryPointName":"https","level":"info","msg":"","time":"2024-07-11T12:58:55Z"}

from dufs.

sigoden avatar sigoden commented on August 23, 2024

error reading a body from connection

This is usually caused by an unstable or interrupted internet connection.

Have you tried resumable uploads? #343 (comment)

from dufs.

webzit avatar webzit commented on August 23, 2024

FIX

Thank you. Needed to change following in traefik. Everything works now fine!

entryPoints:
  ...
  https:
    ...
    transport:
      respondingTimeouts:
        readTimeout: 0

from dufs.

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.