tobychui / arozos

Web Desktop Operating System for low power platforms, Now written in Go!
https://os.aroz.org
GNU General Public License v3.0
2k stars 145 forks source link

[BUG] File Upload to Desktop stuck on Post Processing Stage #87

Closed fred2088 closed 2 years ago

fred2088 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Drap & Drop JPG/STL on web desktop
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Host Information(please complete the following information):

Client Information(please complete the following information):

tobychui commented 2 years ago

A few of our co-authors has tried to reproduce your issue but failed. Can you try updating your ArozOS to v1.118 and see if the problem still exists? Or is there any error message produced in developer console or server terminal? Thanks!

fred2088 commented 2 years ago

just download and do a clean build on lastest 1.118, when drag & drop a jpg file onto the desktop got the same result image

tobychui commented 2 years ago

As non of our coauthors can reproduce this issue, we think this should be caused by the lack of delay on upload handler and the browser didn't catch the response fast enough on some specific environment / setups. We added a minimum upload delay of 100ms (aka if the upload time is < 100ms, the thread will sleep until 100ms) to the latest release.

This issue should be fixed in v1.119 now. If not, please request to re-open this issue. Thanks for the issue report!