joanaz / MMM-MirrorMirrorOnTheWall

MagicMirror² module: Displays text, images, or a Youtube video, and open or close Magic Mirror Modules according to commands heard by Alexa.
MIT License
93 stars 20 forks source link

There was a problem with the selected skills response #24

Open InterstellarScout opened 5 years ago

InterstellarScout commented 5 years ago

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.

a-schutt commented 4 years ago

Did you ever determine what was causing the error? I am hitting a roadblock at this exact spot as well.

Centurion83 commented 4 years ago

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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-647068521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA .

Centurion83 commented 4 years ago

Fork the repository and let smartbot or whatever auto update everything

On Sat, Jun 20, 2020, 7:11 PM a-schutt notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-647068521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA .

Centurion83 commented 4 years ago

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 ericharper27@gmail.com wrote:

Fork the repository and let smartbot or whatever auto update everything

On Sat, Jun 20, 2020, 7:11 PM a-schutt notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-647068521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS2WKZP3D5DPB42JSQ3RXVT45ANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

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?

Centurion83 commented 4 years ago

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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-652597586, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS54TAZBNXSRTZZ52R3RZOC63ANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

No rush and thanks for getting back to me. Looking forward to the solution

Centurion83 commented 4 years ago

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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-652663664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS6VYVG7WXM33XAZ4C3RZOVPRANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

How does the npm install command tie into the AWS side of things?

Centurion83 commented 4 years ago

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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-652719947, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS7SQWKZHLEWVUPH7T3RZPMLPANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

Hey, any chance you can post your build when you're free

Centurion83 commented 4 years ago

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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-653058882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS26FSE2SZVB5L43UGTRZSONVANCNFSM4GOJ73KA .

Centurion83 commented 4 years ago

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 ericharper27@gmail.com 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 notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-653058882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS26FSE2SZVB5L43UGTRZSONVANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

Hey just wanted to check in and see if you've managed to figure out the build, no rush though

Centurion83 commented 4 years ago

Oh yeah actually I'll rebuild the build and post all my log.

On Tue, Jul 7, 2020, 4:32 PM Niaz Ahmed notifications@github.com 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 https://github.com/joanaz/MMM-MirrorMirrorOnTheWall/issues/24#issuecomment-655192988, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL35OS64NMNMVNFTGQ264FLR2OWALANCNFSM4GOJ73KA .

niaz151 commented 4 years ago

Sorry for constantly asking lol but any update?

kizz91 commented 3 years ago

"1 year later"