somenonymous / OshiUpload

Ephemeral file sharing engine
Do What The F*ck You Want To Public License
172 stars 25 forks source link

Upload Stuck at 100% #8

Closed Sushrut1101 closed 2 years ago

Sushrut1101 commented 2 years ago

I've tried uploading a large file (3.8GB) to oshi.at but the upload is stuck at 100%.

The Command I ran is:

curl https://oshi.at -F f=@out/file.zip -F shorturl=0

But the upload is stuck at 100%

Any Help Please?

Sushrut1101 commented 2 years ago

I've tried uploading a large file (3.8GB) to oshi.at but the upload is stuck at 100%.

The Command I ran is:

curl https://oshi.at -F f=@out/file.zip -F shorturl=0

But the upload is stuck at 100%

Any Help Please?

I also tried using curl -T but same result :(

somenonymous commented 2 years ago

It's more likely your ISP doing shady business, try using .onion site or VPN.

Sushrut1101 commented 2 years ago

It's more likely your ISP doing shady business, try using .onion site or VPN.

It's working fine on small files. Is there any file size limit?

somenonymous commented 2 years ago

The actual file size limit is which is shown on the main web page, it's 5GB currently.

Can you measure what time takes sending that 3.8GB file from your system? I guess it could be some timeout at one of our servers then, but may be as well your ISP that resets connections after some determined amount of bandwidth transfered.

Can you also please try uploading the same file via Tor browser here http://5ety7tpkim5me6eszuwcje7bmy25pbtrjtue7zkqqgziljwqy3rrikqd.onion to see if it will timeout the same way? This will at least show which end has the problem.

Also, are you able to upload a 1GB or 2GB file?

UPDATE:

To measure your upload time/speed, use the following command:

curl https://oshi.at -F f=@out/file.zip -F shorturl=0 -o /tmp/test - this will show the progress of your upload and you will see all the metrics (the download link will be written to /tmp/test).