-
-
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) #645
Comments
Has to do with sound notifications. Are you running Windows? Could be relevant: #275 |
Thanks - yes running Windows and also installed the cmdmp3new.zip files into the code folder as detailed in the wiki, |
UPD: I have just move the .env out of the folder to see if INFO: cant find files error stop. Confirmed no messages and defaults used. Next check is reset the .env file to the default one and run. |
Continue to test. PASS Brands = asus,zotac,evga,msi,gigabyte,palit FAIL = nvidia (COUNTRY=great_britain) - hangs, does not scan continuing to verify other changed settings to find INFO root cause. |
ROOT Cause identified its the PLAY_SOUND setting on Windows. PLAY_SOUND=swiftly.mp3 followed the Windows Audio Notification Guide therefore put the file in the folder of the code "nvidia-snatcher" as per wiki guide linked recommends. Its seems to still play the sound on a success stock find. I leave it for @jef to investigate if solvable. I feel more important is the number of UK site scans which hang and provide no results. Happy to assist, but although 30+ year developer, nodejs all new to me as left dev for last 8 year :) |
Awesome! Thanks for the details. I'm still a little lost on the What's your
Just as a heads up, this API is kind of deprecated. Not sure if/when it will be online again. |
I also was facing this issue. I added the c files to play the sound which made that portion work. For me the warning is there only when I specify a sound file: PLAY_SOUND=notification.wav |
@jef PLAY_SOUND=swiftly.mp3 If I remove the setting to: PLAY_SOUND= The warnings not longer appear. So as a developer I be looking for code which detects a file set to play, then the code its validates if I have a valid mp3 player and exclude any players not for Windows if the execution OS is Windows. As it appears its that validation code for other OS which is causing the warnings (not sure as not dug into the code yet). However, the sound does still play because I have installed the cmdmp3 binaries on Windows. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Use |
Description
To ensure not same issue as #182
[17:34:28] info :: ℹ selected stores: xx, xx, xx, xx, xx
[17:34:28] info :: ℹ selected brands: yyy, yyy , yyy
[17:34:28] info :: ℹ selected series: zzzz
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).
continue to run but only does stores first 1st, 2nd, 5th, 7th stores
Have checked store names as per list and copy/pasted the names as required.
Possible solution
Tried all solutions under issue #183 and check no file extension of .txt - its not, just .env file.
The text was updated successfully, but these errors were encountered: