-
When trying to install the "Community Document Server" app in Nextcloud it stops with a timeout due to the cURL command taking more than 120s.
The error is:
`cURL error 28: Operation timed out afte…
utzer updated
4 months ago
-
**Describe the bug**
Clicking the `Generate` button causes the click animation, but otherwise gets no response, and no files are generated.
# KiCad Version
```
Application: KiCad PCB Edito…
-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
### Minetest version
```true
Minetest 5.9.0-dev-9a1501ae8 (Linux)
Using LuaJIT 2.1.1703358377
Built by GCC 13.2
BUILD_TYPE=Release
USE_CURL=1
...
```
### Operating system and version
…
-
> Note: You are strongly encouraged to use libcurl transport. The reason for that is, that the default CSocket transport doesn't verify server's SSL certificate which leaves you vulnerable to MITM att…
-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
Just recently when users tried to make payment, this is what they get: cURL error 6: Could not resolve host: api.paystack.co (see https://curl.haxx.se/libcurl/c/libcurl-errors.html).
Please I need …
-
在docker Ubuntu 22.04LTS环境下部分时候会提示找不到证书,实际上是curl请求时报错了,报错为curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
修改脚本在所有curl后加上--http1.1强制使用http1.1可解决此问题。
环境中CURL版本:curl 7.81.0 (…
-
Hi, I am trying to consume the recipe and I and having this problem on Windows + Visual Studio 2017:
```
libcurl.lib(schannel.obj) : error LNK2019: unresolved external symbol __imp_CertFreeCertifi…
-
Hello,
I ge this error when I am using Laravel 5,5 but in Laravel 5.3 it works fine
cURL error 3: malformed (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Please help me look into it…