Hari-Nagarajan / fairgame

Tool to help us buy hard to find items.
GNU General Public License v3.0
2.44k stars 805 forks source link

Selenium folder does not exist #849

Open EnterAUserNameeee opened 2 years ago

EnterAUserNameeee commented 2 years ago

I am trying to install fairgame on a raspberry pi 4 but when I get to the step where I have to edit Service.py, the directory selenium, which the file should be located in, does not exist. I have tried reinstalling fairgame, but it did not work. I have been following the directions on github and the community document.

DakkJaniels commented 2 years ago

I think the selenium version has changed since those directions were written. Unfortunately you are probably on your own to figure out how to get it to work for Raspberry Pi.

bushshrub commented 2 years ago

It would be very nice to see some logs.

EnterAUserNameeee commented 2 years ago

How am I supposed to log this?

DakkJaniels commented 2 years ago

No idea what logs that could be referring to, but seeing the site-packages directory contents might help.

EnterAUserNameeee commented 2 years ago

No idea what logs that could be referring to, but seeing the site-packages directory contents might help. SC

I have a screenshot of the directory attached

bushshrub commented 2 years ago

Is chromium installed and ChromeDriver in the path?

EnterAUserNameeee commented 2 years ago

Chromium is properly installed but chromedriver is not in site-packages folder

bushshrub commented 2 years ago

Actually, ChromeDriver needs to be in the PATH

On 5 Feb 2022, at 8:35 PM, EnterAUserNameeee @.***> wrote:

Chromium is properly installed but chromedriver is not in site-packages folder

— Reply to this email directly, view it on GitHub https://github.com/Hari-Nagarajan/fairgame/issues/849#issuecomment-1030615232, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACG4QEGELW763DXVT26NYEDUZUKRZANCNFSM5MBBOC5A. You are receiving this because you commented.

EnterAUserNameeee commented 2 years ago

Actually, ChromeDriver needs to be in the PATH

Well how do I get it there because I followed all of the instructions