-
Notifications
You must be signed in to change notification settings - Fork 225
Step 2/2 submit issue #48
Comments
@andypavia or @melanierichards Anyway, could we check the db to see if the email actually has an image associated with it....it would be my Seem to have everything else going well but cant seem to troubleshoot the rest of this without more access or a little help =) |
@afreeland I contributed design/front-end to this project, so for the more functional bits that would be a question for @andypavia or maybe @jdalton |
@melanierichards Thank you for responding!! Very fun project to work on and excited to keep progress moving along on it =) @andypavia if you dont mind just taking a quick run through it to see, I would really appreciate it. |
Alright, here is an update so far... I ended getting the environment running locally so I could try to figure out what all was happening. Also, was a little creeped out when it was recognizing my 6 yr old son as someone else...so figured I would get my own setup going. Made a quick joke to the girlfriend that he might have a brother somewhere named Austin, she didnt laugh -_- ... but how cool would that of been lol After getting everything running I found that I was getting an So started to look into the Face API and found that there was a thing called a So I created a new Facelist for myself using their nice Create Face List API Console. Once I did that it appeared to actually send the data and get a proper 200 response. Also, when the error originally happened it got consoled but never sent a response back so I fixed that in my code....will try to do a pull request later. I will continue to work through this code and get it working. I will continue to update thread with any findings in case anyone else gets hung up. |
@afreeland Thanks for your organized updates and progress. I am wondering if you have further progress on this? I am stuck on the same stage. I got through step 2/2 but the mirror doesn't seem to recognize me :( I am not running locally tho. Thanks. |
@nsvgit I do have this successfully up and running =) I was going to respond to your Issue but am not in front of my code to give a response with 100% confidence. If I remember correctly the JavaScript code that 'registered' the profile was getting a You may be able to open up devtools or use Fiddlr to see the XHR and what the response is from the API. That should help you identify if the list is full. I would encourage you to run locally as there are a few things that needed 'adjusted'. If I could free up time, I would love to help contribute to this project, so others could get this mirror up and running. Feel free to check out my Fork and see what changes I made...it may or may not help speed things up. |
After filling out the form and getting a 'success' on the face recognition on step 2/2...the submit button never seems to fully go through. I did notice multiple XHR request to
/addFace
and did get some 500 responses back.Error output:
Tried to run the Pi version locally on desktop to check and see if it would the webcam could still identify me but it just gives the "Hello, is that you?" message. I really enjoy the idea of using the web stack for this particular project but a little bummed things seem to be kind of flaky.
The text was updated successfully, but these errors were encountered: