You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
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..
The text was updated successfully, but these errors were encountered:
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.
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
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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..
The text was updated successfully, but these errors were encountered: