AFFT-520 / NIEBot

A tool to help Barcelonian people get various immigration-related appointments via the Cita previa process
GNU General Public License v3.0
54 stars 21 forks source link

Unable to download chromedrivers #1

Open Granze opened 2 years ago

Granze commented 2 years ago

image I get this error after starting the application. As you can tell, the google-chrome command doesn't exist. I've tried to manually download the drivers and put them in the folder but it doesn't work.

I'm running the application in a (Debian) Linux container on ChromeOS

P.S. on macOS doesn't work either.

AFFT-520 commented 1 year ago

ahhh. So, google-chrome is the actual command to load Google Chrome itself on Linux. You'll want to have Chrome installed before trying to use chromedriver.

In order to verify which version of chromedriver to grab, the tool queries the Chrome binary for its version information.

Mocy46 commented 1 year ago

I'm running it on windows 10. I was trying to run the BOT, but it gets stuck in Downloading a fresh copy to "Chrome Driver" is there any way to solve this problem?

Snimka zaslona 2022-09-09 104711

AFFT-520 commented 1 year ago

Sorry for the late reply @Mocy46

Newer builds have switched to a manual download system. The application gives you the link, you download it in your own browser, put the downloaded file into the app and it does what it needs to do.