-
Notifications
You must be signed in to change notification settings - Fork 35
Description
This morning after a week of running properly, the most recent version started crashing upon reaching the secure allocation screen with:
(node:15727) UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot read property 'scrollIntoView' of null
I commented out line 144:
// nextElem.scrollIntoView();
then recompiled and re-ran and the bug went away. So now the app is searching successfully again. I'm going to do some research to see if the scrolling function changed overnight somehow, but in the interim commenting that line out seems to be enough.
I'm running on MacOS with the most up to date version using git to pull off of the master branch. I've made some local tweaks to the code to default to a specific date search, but none of that should have been related to this bug.