kalkih / passport-appointment-bot

An automated bot designed to seamlessly book appointments for the renewal or creation of Swedish passports or national ID cards.
24 stars 9 forks source link

Script no longer working, unexpected page when time slot is found #10

Closed mrAaaaaa closed 2 years ago

mrAaaaaa commented 2 years ago

The booking system now has a reCaptcha that prevents the script from booking. Is there a solution for this?

xxandeer commented 2 years ago

I tried to make booking now both from my server and my local PC and both was sucessful.

mrAaaaaa commented 2 years ago

[19:32:29] [error] Something went wrong when trying to book timeslot [19:32:29] [error] Unexpected page [19:32:29] [error] Error at BookingService.provideContactDetails (C:\snapshot\pass-bot\src\bookingService.js:287:21) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at async BookingService.bookSlot (C:\snapshot\pass-bot\src\bookingService.js:165:7) at async handleBooking (C:\snapshot\pass-bot\src\index.js:124:19) [19:32:29] [error] Failed booking slot 2022-10-31 09:40:00

xxandeer commented 2 years ago

Can you post your .error.log

mrAaaaaa commented 2 years ago

Nevermind, just noticed my config file was not 100% correct, works fine.. Good to know that the reCaptcha has not stopped it :D Thanks!