alexa-pi / AlexaPiDEPRECATED

DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client
https://github.com/alexa-pi/AlexaPi
MIT License
587 stars 442 forks source link

creds.py missing config.. refresh_token #126

Closed Sparklehart closed 7 years ago

Sparklehart commented 8 years ago

can you add in code to add this to the creds.py? refresh_token = ''

WillBishop commented 8 years ago

Why don't you manually add it?

sammachin commented 7 years ago

@Sparklehart the refresh token is generated and added to the creds file by running the auth_web.py script and going throught the auth process with amazon.

Sparklehart commented 7 years ago

Oh. That makes sense. I switched the setup files for the ones in beta and they worked perfect. Thanks!

renekliment commented 7 years ago

Seems like fixed -> closing. Reopen if needed.