error while running uc with use_subprocess=False
!
#1528
Unanswered
gitvishal96
asked this question in
Q&A
Replies: 1 comment
-
to fix this error run your code inside a function like this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I run uc.chorme(headless = True, use_subprocess=False) i run into this error -
File "C:\Users\user\AppData\Local\Programs\Python\Python310\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.
Beta Was this translation helpful? Give feedback.
All reactions