MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

Image Capture #56

Open JSImmonsNYC opened 7 years ago

JSImmonsNYC commented 7 years ago

Can anyone help me with the following error when trying to capture an image so I can get passed step 2 of setting up my mirror... HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://webreflections.azurewebsites.net/face/addFace

Any help would greatly be appreciated... I am very new to doing these kinda projects and I would love to see this work for me and my wife..

NiklasGislum commented 7 years ago

I have been fighting with it too, and finally decided to get the app running locally to better debug it. To get it running with the current available NodeJs and MongoDB in short I had to create a facelist manually edit code to have the app use that facelist, think it is because of facelist limitations. Also I had to switch the session storage provide from connect-mongodb to connect-mongo and edit code to get that working.

But still there are a lot of issues left, I have only succeed authenticating with my face once and I had to do changes to the weather app to be able to get weather information from my location, originally it used Zip codes, but it doesn't work at the moment. So now I use the city ID.

When I get the time I'll publish my changes to a fork.

JSImmonsNYC commented 7 years ago

Thank you sooo much, I am truly a beginner and I believe I am close to making it work (Crossing fingers) I look forward to reading what you publish. At least I now know I'm not crazy. loll

DENightOne commented 7 years ago

Would love to know how you switched the session storage provide from connect-mongodb as I cant update mongodb.... stuck on version 4.4.19... when I update I get an error