PiotrMachowski / Xiaomi-cloud-tokens-extractor

This tool/script retrieves tokens for all devices connected to Xiaomi cloud and encryption keys for BLE devices.
MIT License
3.23k stars 333 forks source link

Connection refused #20

Closed WarlockAUS closed 3 years ago

WarlockAUS commented 3 years ago

trying to run the code and i get connection refused from both a windows and linux machine.

Logging in... Logged in.

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

PiotrMachowski commented 3 years ago

Do you use a firewall/adguard/pihole?

WarlockAUS commented 3 years ago

I have a pi-hole yes, but i can't see the traffic being blocked. i will bypass and try again.

WarlockAUS commented 3 years ago

Bam! ... thank you Sir :)

PiotrMachowski commented 3 years ago

👍