Skip to content
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

Some features are disabled. #155

Closed
rickyAwe opened this issue Sep 21, 2020 · 8 comments
Closed

Some features are disabled. #155

rickyAwe opened this issue Sep 21, 2020 · 8 comments
Assignees

Comments

@rickyAwe
Copy link

Description

Possible solution

@geman220
Copy link
Contributor

Any specific info you can provide?

@rickyAwe
Copy link
Author

The text I input disappeared sorry. My OS is Windows10, I used Git Bash and had your codes cloned, installed correctly. When running however, only the Nvidia store will give feedbacks every 10 seconds. For the rest of the eight stores/sites, there are 8 initial error 'INFO: Could not find files for the given pattern(s)'

@geman220
Copy link
Contributor

You can ignore INFO: Could not find files for the given pattern(s) can you paste your .env

@rickyAwe
Copy link
Author

DISCORD_NOTIFY_GROUP="@here"
DISCORD_WEB_HOOK="https://discordapp.com/api/webhooks/23123123123/5dfsdfh3h2j5hdfhsdfsdhj55jf"
EMAIL_USERNAME="youremail@gmail.com"
EMAIL_PASSWORD="secretpassword"
HEADLESS="true"
LOG_LEVEL="info"
OPEN_BROWSER="true"
PAGE_TIMEOUT="30000"
PHONE_NUMBER="1234567890"
PHONE_CARRIER="tmobile"
PLAY_SOUND="notification.mp3"
PUSHOVER_TOKEN="123pushover-token456"
PUSHOVER_USER="123pushover-user-key"
PAGE_SLEEP_MIN="5000"
PAGE_SLEEP_MAX="10000"
SHOW_ONLY_BRANDS="evga"
SHOW_ONLY_SERIES="3080"
SLACK_CHANNEL="SlackChannelName"
SLACK_TOKEN="slack-token"
STORES="bestbuy,bandh,nvidia"
SCREENSHOT="true"
TELEGRAM_ACCESS_TOKEN=""
TELEGRAM_CHAT_ID="1234"
USER_AGENT=(not sure if it's safe to show content in this row, I am a coding noob, if you need it nontheless let me know)

@geman220
Copy link
Contributor

geman220 commented Sep 21, 2020

SHOW_ONLY_BRANDS="evga" Do you actually only want EVGA? Because if so searching the nvidia store isn't going to work. You are also only searching 3 stores STORES="bestbuy,bandh,nvidia" if you want to search additional stores change your STORES= to reflect those stores. I'm assuming you aren't actually using any of these configuration options since you left the defaults. Comment out everything you aren't using with # like I have done here.

# DISCORD_NOTIFY_GROUP="@here"
# DISCORD_WEB_HOOK="https://discordapp.com/api/webhooks/23123123123/5dfsdfh3h2j5hdfhsdfsdhj55jf"
# EMAIL_USERNAME="youremail@gmail.com"
# EMAIL_PASSWORD="secretpassword"
# HEADLESS="true"
# LOG_LEVEL="info"
OPEN_BROWSER="true"
# PAGE_TIMEOUT="30000"
# PHONE_NUMBER="1234567890"
# PHONE_CARRIER="tmobile"
# PLAY_SOUND="notification.mp3"
# PUSHOVER_TOKEN="123pushover-token456"
# PUSHOVER_USER="123pushover-user-key"
# PAGE_SLEEP_MIN="5000"
# PAGE_SLEEP_MAX="10000"
# SHOW_ONLY_BRANDS="evga"
SHOW_ONLY_SERIES="3080"
# SLACK_CHANNEL="SlackChannelName"
# SLACK_TOKEN="slack-token"
STORES="bestbuy,nvidia,evga,amazon,newegg,bandh,asus"
SCREENSHOT="true"
# TELEGRAM_ACCESS_TOKEN=""
# TELEGRAM_CHAT_ID="1234"
# USER_AGENT=(not sure if it's safe to show content in this row, I am a coding noob, if you need it nontheless let me know)

@rickyAwe
Copy link
Author

I didn't modify the .env file, kept it as downloaded, was I supposed to temper with it to widen the search range? (I think I see the problems here now, it was on me)

@geman220 geman220 added help wanted and removed bug labels Sep 21, 2020
@rickyAwe
Copy link
Author

I see how I can fix it now, thanks for the help, also sorry for the wrong tags..

@geman220
Copy link
Contributor

No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants