alexa-samples / Alexa-Gadgets-Raspberry-Pi-Samples

This repository enables you to prototype an Alexa Gadget using Raspberry Pi. It includes Python-based software, sample projects, and step-by-step instructional guides that walk you through how to use key features of the Alexa Gadgets Toolkit to create new, engaging customer interactions with gadget devices.
Other
91 stars 29 forks source link

Permissions to run python examples #4

Closed germanviscuso closed 4 years ago

germanviscuso commented 4 years ago

In the README the line:

Run the kitchen sink example: python3 kitchen_sink_gadget.py

should be

Run the kitchen sink example: sudo python3 kitchen_sink_gadget.py

as there's an permissions error to send messages to dbus otherwise.

vartakr commented 4 years ago

Thank you. We will make the recommended changes in the next release.