Closed zzeri closed 8 years ago
Your paste does not include the actual error message. It should come after the stack trace, which you posted.
@zzeri not a lot of detail there but it looks like an issue with the creds file which should be created by running the setup script, you'll need to get a set of developer credentials from Amazon and put those in when prompted.
Did you run setup.sh and input as prompted, then go through the web oAuth process to sign AlexaPi into your account?
Same issue here. Successfully connect to amazon before reboot. Now getting
pi@raspberrypi:~/AlexaPi $ cat /var/log/alexa.log
Starting Alexa...
Traceback (most recent call last):
File "/home/pi/AlexaPi/main.py", line 10, in
SyntaxError: invalid syntax
Looks like this issue comes from doing the authentication (ex. localhost:5000) more than once. I you look at my refresh_token above, you'll see there are multiple ones there. Just delete all but one.
I ran into the same thing and that's how I was able to fix it.
Seems like fixed -> closing. Reopen if needed.
python Error.. I don't know. Please, help me...
pi@raspberrypi ~/Downloads/BlexaPi/AlexaPi $ python main.py
Traceback (most recent call last): File "main.py", line 10, in
from creds import *
File "/home/pi/Downloads/BlexaPi/AlexaPi/creds.py", line 6