coskundeniz / ad_clicker

Google Ads clicker
https://coskundeniz.github.io/ad_clicker/
GNU General Public License v3.0
161 stars 62 forks source link

ConnectionRefusedError: [Errno 111] Connection refused #1

Closed ugurcura closed 2 years ago

ugurcura commented 3 years ago

hi, I just met github and i m interesting your this project. I have this errors, what can i do it?

14-05-2021 02:08:58 [ INFO] 21: Changing ip address... Traceback (most recent call last): File "/usr/bin/env/lib/python3.9/site-packages/stem/socket.py", line 535, in _make_socket control_socket.connect((self.address, self.port)) ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/bin/ad_clicker.py", line 75, in main() File "/usr/bin/ad_clicker.py", line 57, in main change_ip_address(password) File "/usr/bin/ad_clicker.py", line 22, in change_ip_address with Controller.from_port(port=9051) as controller: File "/usr/bin/env/lib/python3.9/site-packages/stem/control.py", line 1033, in from_port control_port = stem.socket.ControlPort(address, port) File "/usr/bin/env/lib/python3.9/site-packages/stem/socket.py", line 503, in init self.connect() File "/usr/bin/env/lib/python3.9/site-packages/stem/socket.py", line 172, in connect self._socket = self._make_socket() File "/usr/bin/env/lib/python3.9/site-packages/stem/socket.py", line 538, in _make_socket raise stem.SocketError(exc) stem.SocketError: [Errno 111] Connection refused

thank you

coskundeniz commented 3 years ago
coskundeniz commented 2 years ago

Related to missing setup on users' local environment.