meta-vision-api icon indicating copy to clipboard operation
meta-vision-api copied to clipboard

Did they patch this hack?

Open saffie91 opened this issue 1 year ago • 1 comments

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?

saffie91 avatar Jan 03 '24 14:01 saffie91

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".

dcrebbin avatar Jan 05 '24 16:01 dcrebbin

I am getting the same issue , how could i troublehoot it?

DonPeregrina avatar Jan 27 '25 00:01 DonPeregrina

@DonPeregrina revisiting this project now, will investigate shortly : )

dcrebbin avatar Feb 16 '25 03:02 dcrebbin

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?

DonPeregrina avatar Feb 17 '25 14:02 DonPeregrina