theoomoregbee / US-visa-appointment-notifier

This is just a script I put together to check and notify me via email (MailGun) when there's an earlier date before my initial appointment date. It doesn't handle rescheduling.
MIT License
104 stars 57 forks source link

TypeError: Cannot read properties of null (reading '$') on email input #16

Closed nailserverzone closed 1 year ago

nailserverzone commented 1 year ago

This error appear and corresponds to the line where it's written const email = await form.$('input[name="user[email]"]');

theoomoregbee commented 1 year ago

This was already resolved, you need to download the latest copy of the code.

Duplicate of https://github.com/theoomoregbee/US-visa-appointment-notifier/issues/12