nickconnors / RTX-3070-Best-Buy-Bot

Selenium WebDriver Python script to auto checkout RTX 3070 graphics card when in stock
136 stars 58 forks source link

Cannot get it to work #12

Open elijahpb opened 3 years ago

elijahpb commented 3 years ago

I have followed instructions after instructions aand cannot find a way to make this thing work

Crellwen commented 3 years ago

bro you have not described a single error like how can He or I help if you just say it doesn't work

elijahpb commented 3 years ago

I mean fair, but like it just didn't work. like I had the correct version of python I had selenium I had the path correct and when I pressed run the script ran and I got a code of 1, no errors. I have no clue I went through and meticulously tried to figure out my error so hopelessly I opened up the issue hoping to start a dialogue with the author and he could tell me I should have done x rather than y.

On Fri, Apr 9, 2021 at 5:28 PM Crellwen @.***> wrote:

bro you have not described a single error like how can He or I help if you just say it doesn't work

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-816981725, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA5KGBW2AFXNOEWQ4STTH5WPTANCNFSM4ZN4WB6Q .

Crellwen commented 3 years ago

if no error codes are showing up walk me through exactly how you installed everything including chrome driver selenium and what happens when you run the bot script

elijahpb commented 3 years ago

I have since sold the pc running the script. I would need to redo the process on this laptop I am currently using while waiting for restock.

On Tue, Apr 13, 2021 at 10:46 AM Crellwen @.***> wrote:

if no error codes are showing up walk me through exactly how you installed everything including chrome driver selenium and what happens when you run the bot script

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-818794818, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA4LAXQMXYY7F34KIG3TIRKM7ANCNFSM4ZN4WB6Q .

elijahpb commented 3 years ago

But when I ran it, I pressed 'run' then I got the 'no error code' and it was "complete"

On Tue, Apr 13, 2021 at 1:04 PM Elijah Beachy @.***> wrote:

I have since sold the pc running the script. I would need to redo the process on this laptop I am currently using while waiting for restock.

On Tue, Apr 13, 2021 at 10:46 AM Crellwen @.***> wrote:

if no error codes are showing up walk me through exactly how you installed everything including chrome driver selenium and what happens when you run the bot script

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-818794818, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA4LAXQMXYY7F34KIG3TIRKM7ANCNFSM4ZN4WB6Q .

elijahpb commented 3 years ago

So if you would like to detail the correct way to setup and selenium and python n such because I thought I did everything correctly

On Tue, Apr 13, 2021 at 1:05 PM Elijah Beachy @.***> wrote:

But when I ran it, I pressed 'run' then I got the 'no error code' and it was "complete"

On Tue, Apr 13, 2021 at 1:04 PM Elijah Beachy < @.***> wrote:

I have since sold the pc running the script. I would need to redo the process on this laptop I am currently using while waiting for restock.

On Tue, Apr 13, 2021 at 10:46 AM Crellwen @.***> wrote:

if no error codes are showing up walk me through exactly how you installed everything including chrome driver selenium and what happens when you run the bot script

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-818794818, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA4LAXQMXYY7F34KIG3TIRKM7ANCNFSM4ZN4WB6Q .

Crellwen commented 3 years ago

you need to first install python 3.9 if you do not have it after that install a chrome driver to wherever the hell you want lol than edit the path file inside whatever your editing the code with. Make sure to add "r" in front of the path to the chromedriver in front of everything but keep it inside the "" marks after that go run cmd as an admin and write pip install selenium. make sure the thing you are buying is close to the price cuz if it is cheaper the code will get confused when bestu buy wont ask you for your cvv. Add in your info like your email to your best buy account within the "" marks set up one credit card on the website with an address. Make sure all the links are correct. and than run it from the bot code that should be it

Crellwen commented 3 years ago

i still dont know much unless you give the exact errors

elijahpb commented 3 years ago

okay so on my laptop I have been doing like you say. I have downloaded python 3.9, I have Github's desktop app I am running it on, I have downloaded my chrome drives their path is C:\webdrivers\chromedriver. I am not interested in the 3070 so I changed the link to the 3080 fe link. I edited the info file. now I attempt to add Selenium and this is happening, the cmd screencap, which did not used to happen on my desktop. I was looking up how to fix it and people are saying i should download python 3.9 through the windows store which didn't work so I deleted that. hopefully this can help.

On Tue, Apr 13, 2021 at 9:03 PM Crellwen @.***> wrote:

i still dont know much unless you give the exact errors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-819148054, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA65V5NUKKSKSMXVRZ3TITSU3ANCNFSM4ZN4WB6Q .

elijahpb commented 3 years ago

I got selenium to work

On Wed, Apr 14, 2021 at 12:51 PM Elijah Beachy @.***> wrote:

okay so on my laptop I have been doing like you say. I have downloaded python 3.9, I have Github's desktop app I am running it on, I have downloaded my chrome drives their path is C:\webdrivers\chromedriver. I am not interested in the 3070 so I changed the link to the 3080 fe link. I edited the info file. now I attempt to add Selenium and this is happening, the cmd screencap, which did not used to happen on my desktop. I was looking up how to fix it and people are saying i should download python 3.9 through the windows store which didn't work so I deleted that. hopefully this can help.

On Tue, Apr 13, 2021 at 9:03 PM Crellwen @.***> wrote:

i still dont know much unless you give the exact errors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-819148054, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA65V5NUKKSKSMXVRZ3TITSU3ANCNFSM4ZN4WB6Q .

elijahpb commented 3 years ago

going to try the script now

On Mon, Apr 19, 2021 at 11:05 PM Elijah Beachy @.***> wrote:

I got selenium to work

On Wed, Apr 14, 2021 at 12:51 PM Elijah Beachy < @.***> wrote:

okay so on my laptop I have been doing like you say. I have downloaded python 3.9, I have Github's desktop app I am running it on, I have downloaded my chrome drives their path is C:\webdrivers\chromedriver. I am not interested in the 3070 so I changed the link to the 3080 fe link. I edited the info file. now I attempt to add Selenium and this is happening, the cmd screencap, which did not used to happen on my desktop. I was looking up how to fix it and people are saying i should download python 3.9 through the windows store which didn't work so I deleted that. hopefully this can help.

On Tue, Apr 13, 2021 at 9:03 PM Crellwen @.***> wrote:

i still dont know much unless you give the exact errors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-819148054, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA65V5NUKKSKSMXVRZ3TITSU3ANCNFSM4ZN4WB6Q .

elijahpb commented 3 years ago

It works flawlessly man, I appreciate it

Sincerely, Elijah P. Beachy

On Mon, Apr 19, 2021, 11:05 PM Elijah Beachy @.***> wrote:

going to try the script now

On Mon, Apr 19, 2021 at 11:05 PM Elijah Beachy < @.***> wrote:

I got selenium to work

On Wed, Apr 14, 2021 at 12:51 PM Elijah Beachy < @.***> wrote:

okay so on my laptop I have been doing like you say. I have downloaded python 3.9, I have Github's desktop app I am running it on, I have downloaded my chrome drives their path is C:\webdrivers\chromedriver. I am not interested in the 3070 so I changed the link to the 3080 fe link. I edited the info file. now I attempt to add Selenium and this is happening, the cmd screencap, which did not used to happen on my desktop. I was looking up how to fix it and people are saying i should download python 3.9 through the windows store which didn't work so I deleted that. hopefully this can help.

On Tue, Apr 13, 2021 at 9:03 PM Crellwen @.***> wrote:

i still dont know much unless you give the exact errors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-819148054, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJNAA65V5NUKKSKSMXVRZ3TITSU3ANCNFSM4ZN4WB6Q .

ltuczak commented 3 years ago

Hi, piggy backing off this thread since it seems related to my issue. I'm using Linux btw. I'm getting ModuelNotFoundError: No module named 'selenium' but I installed selenium using pip in the command line. Not really sure what I should attempt in order to resolve this.

Crellwen commented 3 years ago

but what did the bot not do its not just selenium I need other details because even if you get everything right something could still be wrong

On Tue, Apr 13, 2021 at 5:57 PM buto6969 @.***> wrote:

So if you would like to detail the correct way to setup and selenium and python n such because I thought I did everything correctly

On Tue, Apr 13, 2021 at 1:05 PM Elijah Beachy @.***> wrote:

But when I ran it, I pressed 'run' then I got the 'no error code' and it was "complete"

On Tue, Apr 13, 2021 at 1:04 PM Elijah Beachy < @.***> wrote:

I have since sold the pc running the script. I would need to redo the process on this laptop I am currently using while waiting for restock.

On Tue, Apr 13, 2021 at 10:46 AM Crellwen @.***> wrote:

if no error codes are showing up walk me through exactly how you installed everything including chrome driver selenium and what happens when you run the bot script

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-818794818 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ATJNAA4LAXQMXYY7F34KIG3TIRKM7ANCNFSM4ZN4WB6Q

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-819079889, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTOOGW64RFXGAG3CQM6XK3TIS437ANCNFSM4ZN4WB6Q .

ltuczak commented 3 years ago

I figured it out. It was a rabbit hole of things not included with the version of python. I couldn't properly install selenium with the interpreter settings in pycharm without something else.

Crellwen commented 3 years ago

nice

On Tue, Apr 20, 2021 at 10:45 PM ltuczak @.***> wrote:

I figured it out. It was a rabbit hole of things not included with the version of python. I couldn't properly install selenium with the interpreter settings in pycharm without something else.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-823736837, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTOOGVLIIIOB4BNIKYKTE3TJY35JANCNFSM4ZN4WB6Q .

rah-newbie commented 3 years ago

does anyone else get these errors, when they run the bot. the bot opens a chrome page to the item and keeps refreshing

[10824:16064:0423/153414.003:ERROR:device_event_log_impl.cc(214)] [15:34:14.002] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [10824:16064:0423/153414.006:ERROR:device_event_log_impl.cc(214)] [15:34:14.005] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [10824:16064:0423/153414.026:ERROR:device_event_log_impl.cc(214)] [15:34:14.025] Bluetooth: bluetooth_adapter_winrt.cc:1072 Getting Default Adapter failed.

Crellwen commented 3 years ago

ok 2 things thats a chrome driver error that does not affect the bot unless it is an internet issue and that's the point of the bot to keep refreshing until it comes into stock. Did you even look at the code?

On Fri, Apr 23, 2021 at 5:35 PM Fishmaster @.***> wrote:

does anyone else get these errors, when they run the bot. the bot opens a chrome page to the item and keeps refreshing

[10824:16064:0423/153414.003:ERROR:device_event_log_impl.cc(214)] [15:34:14.002] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [10824:16064:0423/153414.006:ERROR:device_event_log_impl.cc(214)] [15:34:14.005] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [10824:16064:0423/153414.026:ERROR:device_event_log_impl.cc(214)] [15:34:14.025] Bluetooth: bluetooth_adapter_winrt.cc:1072 Getting Default Adapter failed.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nickconnors/RTX-3070-Best-Buy-Bot/issues/12#issuecomment-825937346, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTOOGQUDLO2YJJKS7TLMMTTKHR3HANCNFSM4ZN4WB6Q .