richdocumentscode icon indicating copy to clipboard operation
richdocumentscode copied to clipboard

cURL error 28 Nextcloud

Open michalblah27 opened this issue 1 year ago • 22 comments

cURL error 28: Operation timed out after 120000 milliseconds with 114949740 out of 265571842 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://objects.githubusercontent.com/github-production-release-asset-2e65be/267047460/8c296c7d-801d-4766-b041-10332777a353?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240419%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240419T161702Z&X-Amz-Expires=300&X-Amz-Signature=67ecaac5d24575680b58cdd233a05faeb394bac94e848953b3acbaaea6f4a91e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=267047460&response-content-disposition=attachment%3B%20filename%3Drichdocumentscode.tar.gz&response-content-type=application%2Foctet-stream

michalblah27 avatar Apr 19 '24 16:04 michalblah27

The download is rather big so it is possible you will experience a time-out when installing via the web interface. You can use the OCC command install the built-in server from the command-line instead:

sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode

-- from https://apps.nextcloud.com/apps/richdocumentscode

joshtrichards avatar Apr 26 '24 12:04 joshtrichards

I have gotten this error as well, and I have to say, it is absolutely infuriating. Installing this via the "easy to install" method should NOT be this difficult. [/enraged]

mtwlz avatar Jun 01 '24 19:06 mtwlz

The download is rather big so it is possible you will experience a time-out when installing via the web interface. You can use the OCC command install the built-in server from the command-line instead: sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode

-- from https://apps.nextcloud.com/apps/richdocumentscode

Command not found: php

mtwlz avatar Jun 01 '24 19:06 mtwlz

Command not found: php

You need to figure out why the PHP cli binary isn't usable in your environment.

Keep in mind the important part is this:

occ app:install richdocumentscode

The rest varies depending on your environment.

Just run it like you do any of the other occ commands typically in your environment: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#using-the-occ-command

If still stuck, ask on the Help Forum since this channel is for bug reporting only and not support:

https://help.nextcloud.com

joshtrichards avatar Jun 01 '24 22:06 joshtrichards