Raspberry - Upload on larger Files never finishes

Using the latest Version of Cells (docker-compose with autoupdate) on a raspberry, I have the issue that the upload never finishes on lager files (say 7GB). It goes up to 100% and nothing happens.

I’ve increased the token lifetime but it didnt change anything.

Smaller files work.

I tried to disable multipart upload by increasing the values to 100GB but that didnt change anything either.

Thank you

Hi @Habaetscho

Is it a 32bit or 64bit system?

Multipart is useful for large file upload.

Best-practice: Keep part size small enough to be uploaded within token lifetime.

It’s a 64bit system on a raspberry 4.

I get that multipart is useful, but both are not working.

Token lifetime is set to multiple hours. So I should be able to upload anything still it uploads to 100% and then nothing happens.

Hi

Please try to use the google chrome with Tools for dev opened. Please post the error message in the ‘console’ if you have

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.