-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find files for the given pattern(s) #182
Comments
Make sure to rename the .env-example to .env I was getting the same error and realized I forgot to do that. After changing it, it gave the INFO:"" error but then began working like it should. |
You must have a command line audio player supported by the library that's being used to play the sound. Others have reported success with mplayer and mpg123. You can place it in the same folder as the program. Duplicate of #116 If you don't want to use the notification sounds at all, you can safely ignore the warnings when you start the program. |
Hm, even without the sound its still not providing updates for any of the websites other than Nvidia itself. |
This is an issue with your |
The issue is that your file named '.env' has a .txt extension to it (you can tell based off of the file type). Click on View at the top of the explorer window and ensure you have 'File Name Extensions' checked off under the show/hide section - once that's done you should see the .txt extension that's appended to the .env file. Simply delete the .txt off the end and that should do it. |
We really need to write up something in the wiki. Thanks for the help y'all. Going to close. |
it doesn't work on windows |
I'm getting the following when I run the snatcher;
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?
The text was updated successfully, but these errors were encountered: