Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL error 28 Nextcloud #265

Open
michalblah27 opened this issue Apr 19, 2024 · 13 comments
Open

cURL error 28 Nextcloud #265

michalblah27 opened this issue Apr 19, 2024 · 13 comments

Comments

@joshtrichards
Copy link
Contributor

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
Copy link

mtwlz commented Jun 1, 2024

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
Copy link

mtwlz commented Jun 1, 2024

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
Copy link
Contributor

joshtrichards commented Jun 1, 2024

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

@Arveen205
Copy link

Arveen205 commented Dec 16, 2024

Hi,
after updating Nextcloud from version 28 to version 29.0.10, I encountered an error in the logs. In Nextcloud 28, everything worked perfectly! However, I can no longer use Collabora Online - Built-in CODE Server.

The error message I receive is as follows:

ConnectException: cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://cloud.xxxxx.xx/apps/richdocumentscode/proxy.php?req=/hosting/discovery

I’ve been unable to find a solution so far. Do you know what the problem might be?

Here are my system details:

Collabora Online - Built-in CODE Server: Version 24.4.1002
OS: Ubuntu Server 22.04
Apache Server: 2.4.52
PHP: 8.3.14

@dustbro
Copy link

dustbro commented Dec 20, 2024

Same error here:
ConnectException: cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://

@kamilr
Copy link

kamilr commented Dec 21, 2024

Same error here: ConnectException: cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://

For me the same since last stable Nextcloud update.

Collabora Online - Built-in CODE Server: Version 24.4.1002
OS: DietPi 9.8.0
PHP: 8.2.27

@aaronm120
Copy link

Same issue here. Any updates?

@Arveen205
Copy link

As of now, there is no fix for Version 24.4.1002, but Version 24.4.902 works perfectly. I uninstalled Version 24.4.1002 and manually installed Version 24.4.902, which is functioning well.

@kamilr
Copy link

kamilr commented Dec 27, 2024

As of now, there is no fix for Version 24.4.1002, but Version 24.4.902 works perfectly. I uninstalled Version 24.4.1002 and manually installed Version 24.4.902, which is functioning well.

Thank You for suggestion. Downgrade helps to stay online with office on my cloud.

@S1RIUS1
Copy link

S1RIUS1 commented Jan 5, 2025

Same error here.

Last time (2 or 3 years ago) I had the same issue because my server is in a DMZ without NAT loopback/hairpinning rule and Collabora was hanging the whole instance.
At that time I just added an entry into the /etc/hosts with yyy.xxx.org -> 127.0.0.1, and it was working fine.

The entry is still here bug the bug seem to have came back with latest version. I'm running Version 24.4.1002.

@koalawangyang
Copy link

I got the same issue as sceenshot:
image
I'm using the AIO, version: 30.0.4-apache

@joshtrichards
Copy link
Contributor

@koalawangyang Your issue is unrelated to richdocumentscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants