-
Notifications
You must be signed in to change notification settings - Fork 29
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
english branch using amazon.com ? #10
Comments
and would it be as simple as changing line 40 in main.py to be:
|
There are a few more changes, I am currently making some changes to the script in my own branch |
@druyang, excellent, was trying to use this to snag the xbox series x :-D |
@Skullduggeryism I hit a snag with getting selenium to work on my system, going to try later. here's the latest branch, see if it works for you: https://github.com/druyang/amazon-PS5-automation/tree/english-qol-updates |
@Skullduggeryism @druyang Sorry, I didn't notice your comment. |
@yosh1 @druyang |
Make sure you have 2FA (two factor authentication) turned off on your Amazon account, and make sure you have copied the ".env.sample" file to ".env" and made the appropriate changes to that file. Edit: also, I would use the default branch, as I believe it's newer than the update branch |
This sounds like the environment variables weren't moved in correctly. Could you also paste the logs of the program? When you get the sign in failure + failure to checkout? |
It won't log in unless the item is instock and by Amazon (hence the first exception). Second exception looks a little weird. What version of selenium + chrome + driver do you have? Chrome and your driver should match versions |
I have tried something that is in stock on Amazon. The program acts the same without the first exception. |
Guys, I have played with my code several times and I found out if I comment out line 38 to line 44, this code actually works. So I basically just comment out the part it detects if the merchant is from Amazon. But when I add these lines back, it gives me an error: I think it has to do with the "find_element_by_id('merchant-info').text" part. My machine just doesn't like it. So how should I change this part to make it work? @yosh1 @druyang. Thank you |
Hi, can you make a branch that works for amazon.com (english) ?
The text was updated successfully, but these errors were encountered: