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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: