CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
110 stars 26 forks source link

cURL error 28 Nextcloud #265

Open michalblah27 opened 2 months ago

michalblah27 commented 2 months ago

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

joshtrichards commented 2 months ago

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

mtwlz commented 3 weeks ago

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 commented 3 weeks ago

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

joshtrichards commented 3 weeks ago

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