Git Product home page Git Product logo

Comments (8)

sigoden avatar sigoden commented on August 25, 2024

Every file uploading generates a PUT request log, but your log shows that dufs didn't receive any PUT requests at all, which means dufs didn't receive the upload request at all.

2024-01-09T23:35:48Z INFO - 192.168.8.8 "GET /tmp/" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
2024-01-09T23:35:55Z INFO - 192.168.8.8 "WRITEABLE /tmp/" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
2024-01-09T23:35:55Z INFO - 192.168.8.8 "PUT /tmp/aichat.mp4" 201 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Please open the browser console (F12) to debug and see what's going on. @Extroonie

from dufs.

Extroonie avatar Extroonie commented on August 25, 2024

Hi, this is what's happening:

image

from dufs.

sigoden avatar sigoden commented on August 25, 2024

Dufs never raise 413 error. are you using proxy service above dufs? @Extroonie

from dufs.

Extroonie avatar Extroonie commented on August 25, 2024

Yes, cloudflare, @sigoden.

from dufs.

sigoden avatar sigoden commented on August 25, 2024

https://community.cloudflare.com/t/request-entity-too-large-413/509332/4

from dufs.

Extroonie avatar Extroonie commented on August 25, 2024

The file I'm trying to upload is 17 MB.

image

Edit 1: I have also verified that the upload size limit is 100 MB through the cloudflare dashboard:

image

Edit 2: It seems like I can't upload a 1 MB file either:

image

image

from dufs.

sigoden avatar sigoden commented on August 25, 2024

dufs did not receive the request, which was blocked by cloudflare,
I'm not familiar with cloudflare. You have to figure it out yourself.

from dufs.

Extroonie avatar Extroonie commented on August 25, 2024

I see. Thanks!

Edit: I fixed it by setting client_max_body_size 100M; in ngnix under server.

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.