Closed scmanjarrez closed 2 years ago
I will check the bug. Thanks!
I have tried to reproduce the error without success:
pi@hassbian:~ $ ./tmp_env/bin/amazon-dash hack-device
Welcome to Amazon-dash v1.4.0 using Python 3.7.3
December 31 is the last day to block requests from your Amazon-dash buttons to Amazon servers. In 2020 your buttons can be bricked in an update from Amazon servers.
This command allows you to hack a Amazon-dash device built on May 2016 and earlier. Even if your device was purchased later, it is likely that it has an older firmware installed.
You only need to use this command if you have never connected your device to Amazon servers in the past.
Sound is used to hack the device (Amazon Dash buttons include a microphone). It is recommended to use earbuds near the button. Remember to turn up the volume on your computer.
To start the hack, place the earbuds and hold the button on your Amazon dash device for 5 seconds until the light blinks blue. Observe the led during the hack.
Is the blue light flashing? [y/N]:
Sorry for the delay, I've tested again with a fresh install and doesn't happen... we can close the issue. Also, I've tried reading the doc, but seems like the SSL certificate was revoked.
What is the purpose of your issue?
Guideline for bug reports
How to get your version:
pip install
orsetup install
command has been completed without errorspython -m amazon_dash.install
command has been completed without errorsamazon-dash discovery
command works without errorsamazon-dash --debug run
worksDescription
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
I tried to run the amazon-dash command, but didn't complete. The problem is in the cli function. Checking the
loglevel
variable, the data type isstr
, but it should beint
.What I Did