PermissionError: [WinError 5] Access is denied #148
Replies: 4 comments 4 replies
-
Seems to be an issue with downloading the webdriver. Have you tried without headless? |
Beta Was this translation helpful? Give feedback.
-
And how did you run it as admin? Open cmd with admin rights? |
Beta Was this translation helpful? Give feedback.
-
Okay, you can try downloading the webdriver manually (make sure its the correct version). After that replace "ChromeDriverManager.install()" with the path to the exe. |
Beta Was this translation helpful? Give feedback.
-
Actually, I have another idea. Put this |
Beta Was this translation helpful? Give feedback.
-
Hi!
Running into an issue upon running auto_joiner.py
The only solution I could find online was to run python as an administrator, but that didn't seem to do the trick. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions