-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Applications can't be installed/downloaded - cURL error 49: Couldn't parse CURLOPT_RESOLVE #36178
Comments
Hi, which NC version? |
And does this also happen with other apps that you try to download? |
Hi, NC - 25.0.2 |
Tried 3 apps. the error is identical. |
Is this fixed now? Many times, these errors come from Github. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
im still having this issue on v26.0.0 and v26.0.1rc1 for all apps tested (calendar, meet, appointents...). when kubectl exec into the pod and manually executing e.g. "curl https://github.com/SergeyMosin/Appointments/raw/v1.14.9/build/artifacts/appstore/appointments.tar.gz" manually it returns some expected 302. Therefore I dont think its an issue with the environment. not sure whats going on here:
|
After commenting out
within the container I can download all the apps. |
Bug description
when installing from the interface, a message like this appears:
"An error occurred during the request. Unable to proceed.
cURL error 49: Couldn't parse CURLOPT_RESOLVE entry 'github.com:80:'! (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://github.com/SergeyMosin/Appointments/raw/v1.14.9/build/artifacts/appstore/appointments.tar.gz"
It seems to me that a colon is not needed AFTER the port ...
Steps to reproduce
1.your applications
2.download and enable
3.see error message
Expected behavior
must install and run the application
Installation method
Official All-in-One appliance
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: