-
Notifications
You must be signed in to change notification settings - Fork 9
CANNOT GET TO WORK! INSTALL ERROR + FREEZE! #4
Comments
Also ERROR: Could not find a version that satisfies the requirement seleniumwire (from versions: none) |
I have added a requirements file, The code still works but the |
Ok so just to be clear, do NOT use the captcha_token.py file? Just use the main.py file and put the token into it? Isn't the token what we're trying to get here? |
So what exactly is the script doing at that point? |
Also do you have Discord or Telegram - I have a question for you about implementing POSTing the cookie to an API... |
Btw, I ran captcha_token.py and got this in my browser: {"error":"not-found"} |
I meant the |
When I run captcha_token.py it returns the accessibility token for me... Maybe I'm wrong, but the console is printing the cookie... |
Unless I'm looking at something else... I really just want to know how to then have this cookie POSTed to an API so it can be GET. |
If you have that cookie now you can run main.py to generate a token and use that in the API to send request, Are you using that for discord? |
This issue has been closed due to inactivity |
hi!
thank you so much for sharing this!
can't seem to get it to work. at first was having an error with install, but then found the code was deprecated, so implemented the below:
import undetected_chromedriver.v2 as uc
driver = uc.Chrome()
driver.get('https://nowsecure.nl')
now when i run your code i am receiving a freeze error:
\lib\multiprocessing\spawn.py", line 134, in _check_not_importing_main
raise RuntimeError('''
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
amongst many other lines...
please help!
The text was updated successfully, but these errors were encountered: