Description
I'm getting the following when I run the snatcher;
nvidia-snatcher@1.4.0 start C:\nvidia-snatcher
npm run build && node build/index.js
nvidia-snatcher@1.4.0 build C:\nvidia-snatcher
rimraf ./build && tsc
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
INFO: Could not find files for the given pattern(s).
[7:07:38 PM] info :: ✖ [nvidia] still out of stock: nvidia founders edition
This is my .env setup;
DESKTOP_NOTIFICATIONS="true"
EMAIL_USERNAME=REDACTED
EMAIL_PASSWORD=REDACTED
HEADLESS="true"
IN_STOCK_WAIT_TIME="10"
LOG_LEVEL="info"
OPEN_BROWSER="true"
PAGE_TIMEOUT="30000"
PHONE_NUMBER=REDACTED
PHONE_CARRIER="google"
PLAY_SOUND="notification.mp3"
PAGE_SLEEP_MIN="5000"
PAGE_SLEEP_MAX="10000"
SHOW_ONLY_SERIES="3080"
STORES="bestbuy,bandh,nvidia,newegg,evga,asus"
SCREENSHOT="true"
USER_AGENT=REDACTED
I'm like 90% sure I installed everything correctly as the instructions are pretty clear. Any insight?
Activity