meta-vision-api
meta-vision-api copied to clipboard
Did they patch this hack?
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?
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".
I am getting the same issue , how could i troublehoot it?
@DonPeregrina revisiting this project now, will investigate shortly : )
Hey @dcrebbin , i think I made it work. Now I am working on implementing this on a raspberry pi , here is the link to my project https://github.com/DonPeregrina/RaybanAI , and although I cannot use bun on a raspberry pi , I switched to nodejs and server works awesome. What is giving me a headache is trying to make the bookmarklet to work , it keeps saying payload is too big. Have you faced that issue?