ChatGPT is the current rage and I thought it would be fun to make a WhatsApp bot that I can interact with instead of going to the website. It uses ...
For further actions, you may consider blocking this person and/or reporting abuse
Hello!
I cant get passed Step 4 - Connect to Facebook
i get this messagen when trying to enter the webhook
"Callback verification failed with the following errors: HTTP Status Code = 404; HTTP Message = Not Found"
I have followed all steps several times. I think it has to do something with the token since i read the following message in logs on cyclic
"GET/?hub.mode=subscribe&hub.challenge=745050658&hub.verify_token=lplp" (lplp was the random token i wrote)
also when i try to open the URL that cyclic gives me, it shows "Cannot GET /" is this the problem?
i solved the previous problems by adding "/webhook" to the URL and now it doesnt display the "Cannot GET /" while trying to access it, but now i get no reponse from the bot when replying to it for whatsapp. I can see from logs that it reciebes the message but it only gives back an "OK"
You get the ok as a reply from the bot on Whatsapp or in the message log?
in the message log
In the transactions tab on cyclic, check the logs. Are you not getting any reply on your Whatsapp?
Also are you able to send a test message from Facebook page? (where you configure the webhook)
yes i am able to send messages via fb
and this is what i get in transactions tab when i send a message to the bot via whatsapp
Everything looks right. Not sure why it's not working. Did you have any luck? I can add some more console logs so you can track where the error is, if it helps.
doesn't work for me, got this in log:
2023-01-18 00:00:56.672: Failed to get completion - Request failed with status code 429
2023-01-18 00:17:05.771: Server listening on port 3000
Status Code 429 stands for too many requests. Did you get any response at all ever or is it this error for every request?
and i didnt flood the bot or anything. for a single "do you work?"
for every request
I'd be happy to do a pair programming session to figure out why it isn't working. I had a friend try and and they installed without any problem.
Thanks for your help! I have just one inquiry. Is there any option for creating a permanent bot, whether it's a paid or free solution?
Not sure what you mean. This is technically a permanent bot. As long as you don't run out of OpenAI credits.
you published a step by step guide to radio streaming for alexa skill. I lost hours following what you said and nothing...