chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
206 stars 93 forks source link

An uncaught exception occurred: An error occurred while attempting to configure the webdriver for your specified browser. #204

Closed davidianstyle closed 7 months ago

davidianstyle commented 7 months ago

System

Affected Components

Description

Error when running desktop tool: An uncaught exception occurred: An error occurred while attempting to configure the webdriver for your specified browser. Please make sure you have installed the browser & that it is up to date: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home Press Enter to exit

Resolved by running brew install chromedriver and allowing app to run in Settings > Privacy & Security > Allow applications downloaded from "App Store and identified developers"

Steps to Reproduce

davidianstyle commented 7 months ago

(reposting resolution here for others to find more easily)

Resolved by running brew install chromedriver and allowing app to run in Settings > Privacy & Security > Allow applications downloaded from "App Store and identified developers"

ndepaola commented 7 months ago

it looks like you're running the source code directly rather than using the pre-compiled executable - did you pip install --upgrade -r ~/mpc-autofill/desktop-tool/requirements.txt before running it? if you did, could you paste your pip freeze here pls?

davidianstyle commented 7 months ago

Sorry, that's my fault. I didn't run pip install --upgrade -r ~/mpc-autofill/desktop-tool/requirements.txt before running the source code directly. I'll definitely make note to do that next time I pull down the latest changes in case the dependencies change.

ndepaola commented 7 months ago

no problem!! 🚀