Closed elwoodjd closed 2 years ago
These are GTK errors. It's weird, because there are no graphic components in Amazon-dash. Try running amazon-dash in manual mode.
Also paste your configuration file.
Hi thanks so much for getting back to me. I have posted the config file at the bottom. It's didn't delete much just tried to activate what I needed, so I could refer to it later for future tinkering with other services.
As for manual mode, could you provide me a little more instruction? Sorry. I tried to google how to use manual mode in linux/debian systems but what I found sounded just complicated enough I wanted to confirm what to do before making tweaks that would be more difficult to troubleshoot later if I did it wrong.
Sorry, I don't know how to post code without it looking crazy...have simply attached the file if that's ok
@elwoodjd Did you find a fix for this? Running into the same bug.
Closed due to inactivity.
What is the purpose of your issue?
[ ] Bug report (encountered problems with amazon-dash)
[ ] Feature request (request for a new functionality)
[ ] Question
[X] Other
[X] The
pip install
orsetup install
command has been completed without errors[X] The
python -m amazon_dash.install
command has been completed without errors[X] The
amazon-dash discovery
command works without errors[X] I have created/edited the configuration file
[X] Amazon-dash service or
amazon-dash --debug run
worksDescription
I am just trying to get the service to actually see the button press. I have installed everything on a fresh rasperry pi running the latest raspian OS; I am using the latest master release of amazon dash. I also installed tcpdump as per the installation instruction. I installed everything without errors. When I run the discovery command, it gives me the MAC address (which I independently verified via WireShark).
However, when I execute it to run the daemon, nothing readily happens. When I run the status command, I get the below
If I attempt to test the MAC address manually with the test device command, it gives the expected success response and says its triggering the event (in my case, an IFTTT command). But IFTTT never receives any signal.
My best guess is that amazon-dash is not connecting the server properly when the daemon runs, and thus isn't seeing the real button press traffic or able to send the IFTTT command out when I test-fire the device through the command line. But, then why does the discovery command work?
I'm a novice to the world of Pi and modern coding in general, but I understand the basics and coded when I was younger, use the terminal on OSX frequently for trivial things, so I feel like with the right direction I should be able to solve this.
Thank you in advance for any help you might be able to provide.