jeangnc/us-visa-bot

Seems that doesn't work anymore

neeek2303 opened this issue · 4 comments

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

no estaba recibiendo repsuesta json

@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

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, {