Closed hollanda1357 closed 5 years ago
@hollanda1357
I hit the same issue with electron-rebuild. I think the issue is that it is using too old a version of that package.
After manually installing a more recent version of electron-rebuild I was able to fix the issue:
cd MMM-awesome-alexa
npm install electron-rebuild@1.8.2
I am going to send out a pull request to update this dependency.
I have made a proper install guide and re-wrote the token tool, called Token Helper
, this should be much more clear and will solve your issues:
https://awesome-alexa.js.org/#/installation?id=configuration
I am new to raspberry pi and this is my first project, so I am just be being stupid and missing something, but I cannot figure out how to get a refresh token. I went through the install guide and when I ran $ npm run electron-rebuild , I was returned with this error:
I didn't really know how to fix this and kind of put it aside and kept going with the install guide (I assume I probably should not have done this), but when I got to the part where I was supposed to get my refresh token, I went through the AVS token helper and refresh token helper, and at the end of it all I got this error:
{"error_description":"The request has an invalid grant parameter : code","error":"invalid_grant"}
I went ahead onto the forums and the other issues that are on here to see if anyone had any solutions but couldn't really find any, so I tried all the other methods of getting a refresh token that I could find on here and couldn't get any of them to work. Not really sure what I've been doing wrong, and I've spent hours upon hours at this point trying to get it to work with no success. I can get you any other information you need from my end that might help, and any help would be much appreciated. Thanks so much.