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

price smaller than undefined$ #90

Closed
milkcs opened this issue May 28, 2019 · 2 comments
Closed

price smaller than undefined$ #90

milkcs opened this issue May 28, 2019 · 2 comments

Comments

@milkcs
Copy link

milkcs commented May 28, 2019

This output just started happening, and it was working great the last few days. Any ideas?

No email field
Page 1 Start:
giveaway 1 is ready!
giveaway 1 price smaller than undefined$.
giveaway 2 is ready!
giveaway 2 price smaller than undefined$.
giveaway 3 is ready!
giveaway 3 price smaller than undefined$.
giveaway 4 is ready!
giveaway 4 price smaller than undefined$.
giveaway 5 is ready!
giveaway 5 price smaller than undefined$.

undefined

@famewolf
Copy link

famewolf commented May 29, 2019

Edit your .ggrc.json by putting a comma on the last line before the } and putting
"minimum_price": 10
as the new last line. Save it and see if that fixes it. This option was added to the most recent version.

Example:
"chromeExecutablePath" : "/opt/google/chrome/chrome",
"minimum_price": 10
}

@jpchip
Copy link
Owner

jpchip commented May 29, 2019

Fixed in v3.4.1, default is now 0, even if value is not defined in config file.

@jpchip jpchip closed this as completed May 29, 2019
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