-
I have error: usr/local/lib/python3.9/dist-packages/wfuzz/wfuzz.py:77: UserWarning:Fatal exception: Pycurl error 6: Could not resolve host: ftp.hackthebox.eu
I am trying to do dns discover and i have…
-
I tried to install the library using _**pip install wptools**_
But it gives me this error: _**Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-4cAaeI/pycurl/**_
the …
-
# Issue template
the pycurl didn't install by the advised methods in the installation guide
## Context
installation fowling wfuzz/docs/user/installation.rst
**Please check:**
- [x ] I've read t…
-
Minimal python 3 code to reproduce the problem
```
import pycurl
from io import BytesIO
while True:
def debug(type_, data):
pass
body = BytesIO()
curl = pycurl.Curl()…
-
I'm seeing the following:
```
TASK: [base | add swift repo] *************************************************
failed: [dev-management] => {"failed": true, "item": ""}
msg: Could not import python mod…
-
Collecting demjson
Using cached demjson-2.2.4.tar.gz (131 kB)
Collecting Flask
Using cached Flask-1.1.1-py2.py3-none-any.whl (94 kB)
Collecting pycurl
Using cached pycurl-7.43.0.5.tar.gz (2…
-
Curl.perform() and CurlMulti.perform() can't be interrupted during DNS stage when a "socks5h://" proxy is set - i.e. when domain name is remotely resolved.
At the same time it is possible to interr…
-
Using python 3.9.7 64bit for windows 10
```python
C:\Users\me>pip install proxy_checker
Collecting proxy_checker
Using cached proxy_checker-0.6-py3-none-any.whl (4.6 kB)
Collecting pycurl
…
-
Hey @adbar,
I am currently testing the spider function, and I have encountered an issue when attempting to use a category URL to fetch posts specifically from that category.
Here is the code sni…
-
When I use CurlAsyncHTTPClient, it can not save cookies automatically, If I use the response header
to parse cookies myself, I can not get cookies if it's a 302/301 redirection, since the header is …