Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Access to memory #18

Closed
Dexenthes opened this issue Aug 29, 2021 · 1 comment
Closed

Invalid Access to memory #18

Dexenthes opened this issue Aug 29, 2021 · 1 comment

Comments

@Dexenthes
Copy link

Hi,

I'm just about to start the bot but I keep running into this problem, see below. I feel like there's something simple I'm missing? I haven't been able to find a solution to this invalid memory access.

Traceback (most recent call last):
File "D:\FaucetCryptoBot-main\bot.py", line 27, in
faucet_bot()
File "D:\FaucetCryptoBot-main\bot.py", line 5, in faucet_bot
bot = FaucetCryptoBot()
File "D:\FaucetCryptoBot-main\FaucetCryptoBot\fcbot.py", line 35, in init
self.driver = Chrome(options=self._get_opts(), executable_path=self.driver_path)
File "C:\Users\joe\AppData\Local\Programs\Python\Python39\Scripts\env\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\joe\AppData\Local\Programs\Python\Python39\Scripts\env\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "c:\users\joe\appdata\local\programs\python\python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "c:\users\joe\appdata\local\programs\python\python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 998] Invalid access to memory location

@Dexenthes
Copy link
Author

Nevermind, solved it by switching to another pc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant