-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I have been using this tool for months and it has been working perfectly until now. I'm trying to sync my entries and I'm getting this error instead.
❯ baires-tracker sync -d 01/08/22 -e 12/08/22
/usr/local/lib/node_modules/baires-tracker/node_modules/puppeteer/lib/cjs/puppeteer/common/assert.js:26
throw new Error(message);
^Error: No node found for selector: #ctl00_ContentPlaceHolder_UserNameTextBox
at assert (/usr/local/lib/node_modules/baires-tracker/node_modules/puppeteer/lib/cjs/puppeteer/common/assert.js:26:15)
at DOMWorld.type (/usr/local/lib/node_modules/baires-tracker/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:315:32)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.login (/usr/local/lib/node_modules/baires-tracker/src/tracker.js:16:5)
at async Command.command (/usr/local/lib/node_modules/baires-tracker/bin/baires-tracker-sync:24:3)
at async Command.parseAsync (/usr/local/lib/node_modules/baires-tracker/node_modules/commander/lib/command.js:923:5)
If I try baires-tracker list -d 29/07/2022 I get the exact same error too.