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.17k stars 327 forks source link

Cannot find or open token extractor #77

Closed pickett closed 1 year ago

pickett commented 1 year ago

Running your token extractor just now from Home Assistant terminal. This worked a few days ago on the same setup but running the provided curl provides an error now

“Cannot find or open token_extractor.zip, token_extractor.zip.zip or token_extractor.zip.ZIP”

I will attempt to hit an earlier commit to see if this is a regression or just my local instance changing.

Beeez commented 1 year ago

@pickett Looks like 5 days ago they updated run.sh to use curl, and accidentally pasted in the token_extractor_docker download instead of the token_extractor.zip

PiotrMachowski commented 1 year ago

@Beeez you are right, I have missed that typo in PR. I have fixed the code.

pickett commented 1 year ago

Thank you!