You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→ node poll.js
Checking every 3 minutes, at DMV offices 25 miles from 90021
Will text [redacted] when a match is found.
/Users/kyle/ca-dmv-poller/poll.js:218
var elements = window.document.forms[0].elements;
^
TypeError: Cannot read property 'elements' of undefined
at Object.done (/Users/kyle/ca-dmv-poller/poll.js:218:50)
at process.nextTick (/Users/kyle/node_modules/jsdom/lib/jsdom.js:271:18)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
I haven't - but it looks like the DMV is blocking JavaScriptless browsers now, and I don't see any flags for enabling JSDom's (dangerous) script execution options.
Getting this error:
Here's my config:
The text was updated successfully, but these errors were encountered: