-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a problem with the selected skills response #24
Comments
Did you ever determine what was causing the error? I am hitting a roadblock at this exact spot as well. |
I did, there are dependency issues I fixed with sudo npm install. I also
reworked the xml file and success
…On Sat, Jun 20, 2020, 7:11 PM a-schutt ***@***.***> wrote:
Did you ever determine what was causing the error? I am hitting a
roadblock at this exact spot as well.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA>
.
|
Fork the repository and let smartbot or whatever auto update everything
…On Sat, Jun 20, 2020, 7:11 PM a-schutt ***@***.***> wrote:
Did you ever determine what was causing the error? I am hitting a
roadblock at this exact spot as well.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA>
.
|
Or go into the config file and change the dependency version number .
There's a few ways
…On Sat, Jun 20, 2020, 9:44 PM Eric Harper ***@***.***> wrote:
Fork the repository and let smartbot or whatever auto update everything
On Sat, Jun 20, 2020, 7:11 PM a-schutt ***@***.***> wrote:
> Did you ever determine what was causing the error? I am hitting a
> roadblock at this exact spot as well.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#24 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA>
> .
>
|
Hi, I'm facing the exact issue at the moment. What exactly did you run |
Oh I altered some things, I'll post my fix when I'm off work.
…On Wed, Jul 1, 2020, 12:11 PM Niaz Ahmed ***@***.***> wrote:
Hi, I'm facing the exact issue at the moment. What exactly did you run npm
install for and what files are you referring to?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS54TAZBNXSRTZZ52R3RZOC63ANCNFSM4GOJ73KA>
.
|
No rush and thanks for getting back to me. Looking forward to the solution |
The issue I encountered was in the aws side originally and it had to do
with an outdated version of a package . I can't remember off the top of my
head which
…On Wed, Jul 1, 2020, 2:49 PM Niaz Ahmed ***@***.***> wrote:
No rush and thanks for getting back to me. Looking forward to the solution
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS6VYVG7WXM33XAZ4C3RZOVPRANCNFSM4GOJ73KA>
.
|
How does the |
Like I said I changed some things around and ran npm. I'm an hour out yet
I'll post my build
…On Wed, Jul 1, 2020, 6:04 PM Niaz Ahmed ***@***.***> wrote:
How does the npm install command tie into the AWS side of things?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS7SQWKZHLEWVUPH7T3RZPMLPANCNFSM4GOJ73KA>
.
|
Hey, any chance you can post your build when you're free |
Yes I'm sorry I'm trying to get to it, I teach scuba so things are a little
hectic
…On Thu, Jul 2, 2020, 8:01 AM Niaz Ahmed ***@***.***> wrote:
Hey, any chance you can post your build when you're free
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS26FSE2SZVB5L43UGTRZSONVANCNFSM4GOJ73KA>
.
|
I know off the top of my head aws was failing because of an outdated
package version. That part I fixed originally by manually installing the
version called for by Magic Mirror install script . Also you can change the
version number, and most importantly was getting the zip folder exactly
correct . I'll post today
…On Thu, Jul 2, 2020, 8:04 AM Eric Harper ***@***.***> wrote:
Yes I'm sorry I'm trying to get to it, I teach scuba so things are a
little hectic
On Thu, Jul 2, 2020, 8:01 AM Niaz Ahmed ***@***.***> wrote:
> Hey, any chance you can post your build when you're free
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#24 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AL35OS26FSE2SZVB5L43UGTRZSONVANCNFSM4GOJ73KA>
> .
>
|
Hey just wanted to check in and see if you've managed to figure out the build, no rush though |
Oh yeah actually I'll rebuild the build and post all my log.
…On Tue, Jul 7, 2020, 4:32 PM Niaz Ahmed ***@***.***> wrote:
Hey just wanted to check in and see if you've managed to figure out the
build, no rush though
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL35OS64NMNMVNFTGQ264FLR2OWALANCNFSM4GOJ73KA>
.
|
Sorry for constantly asking lol but any update? |
"1 year later" |
Greetings!
I have built myself this magic mirror and absolutely love the idea of making this MirrorMirror module work. I really love the instructions as well. They remain fairly up to date and do exactly what they should without question.
Now in the end, the module only half works. I can invoke the app in Alexa:
Me: Alexa, Open Magic Mirror
Alexa: Hello my queen...
but then every command I ask from there on responds with
"There was a problem with the selected skills response"
I am using the new JSON code which was required because the original code in the instruction was dated with this version.
The major differences that I have noticed from the instructions was that my src archive (containing index.js and MirrorMirror.js) ended up zipping down to 7.3 MB instead of the instruction's image of 5.2. I don't think this may say anything because Lambda accepted it and allows the skill to be invoked.
Basic Information:
Raspberry Pi 3B+
MagicMirror Version 2
Thanks in advance!
I look forward to figuring this out.
The text was updated successfully, but these errors were encountered: