dcrebbin / meta-vision-api

Hacky Meta Glasses API with GPT4 Vision Integration
263 stars 18 forks source link

Did they patch this hack? #3

Open saffie91 opened 8 months ago

saffie91 commented 8 months ago

Hey, I'm trying to run this but getting this errror: Invalid request POST text/plain;charset=UTF-8

browser console shows: Invalid request POST text/plain;charset=UTF-8 3:30 VM67:22 POST http://localhost:3103/api/gpt-4-vision 400 (Bad Request) Unexpected end of input Subsequent non-fatal errors won't be logged; see https://fburl.com/debugjs.

I'm assuming i cant retrieve the data from messenger anymore. Could there possibly be a fix?

dcrebbin commented 8 months ago

Haven't tested it in a while but just sounds like a bad api request and the data isn't getting passed to the server as expected indicated via "Unexpected end of input".