Seems that doesn't work anymore
neeek2303 opened this issue · 4 comments
neeek2303 commented
I've tested this for a few days. A few times is said "rescheduled", but I didn't get any confirmation - the data of my appointment on the website is still the same
jenzkupinc commented
no estaba recibiendo repsuesta json
jjpabonz commented
@jenzkupinc cómo lo solucionaste? probé con este repo https://github.com/jenzkupinc/us-visa-bot-jeanrpo/blob/jenkzUvix pero parece el mismo error de que programó pero en el website sigue la fecha original
lernik44 commented
You need to fix the book function (async function book(headers, date, time)).
Specifically you need to change below line
return fetch(url, {
to the below line
const response = await fetch(url, {