GoogleDorker icon indicating copy to clipboard operation
GoogleDorker copied to clipboard

Error-Exception occured in core module due to: AsyncClient.__init__() got an unexpected keyword argument 'proxy', <class 'TypeError'>

Open Nidhir2k1 opened this issue 1 year ago • 1 comments

image

While installing setup.py im getting this error.

$ sudo python setup.py install

image

Nidhir2k1 avatar Dec 15 '24 12:12 Nidhir2k1

Hi @Nidhir2k1 , Thanks for informing about this issue and want to let you know that the downloaded python package httpx of yours is older version and we encourage you to upgrade the package with this command:

pip install -U httpx

and also suggested way of installation of the tool is with pip or pipx and here is a following command:

pip install git+https://github.com/RevoltSecurities/GoogleDorker

I Hope this will resolve your issue.

Kind regards, @RevoltSecurities

RevoltSecurities avatar Dec 16 '24 14:12 RevoltSecurities