Replies: 2 comments 3 replies
-
I am getting above error while launching jupynium in wsl2 ubuntu how do i fix it |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error:
jupynium.pynvim_helpers: 11 - INFO - nvim addr: /run/user/1000//nvim.304702.0
jupynium.pynvim_helpers: 30 - INFO - nvim attached
jupynium.pynvim_helpers: 34 - INFO - Initialising..
jupynium.pynvim_helpers: 35 - INFO - Communicating with channel_id 33
jupynium.cmds.jupynium: 93 - INFO - Using firefox profile: None
jupynium.cmds.jupynium: 595 - ERROR - Exception occurred
Traceback (most recent call last):
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/jupynium/cmds/jupynium
.py", line 498, in main
with webdriver_firefox(
^^^^^^^^^^^^^^^^^^
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/jupynium/cmds/jupynium
.py", line 102, in webdriver_firefox
return webdriver.Firefox(options=options, service=service)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/selenium/webdriver/fir
efox/webdriver.py", line 74, in init
super().init(command_executor=executor, options=options)
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/selenium/webdriver/rem
ote/webdriver.py", line 208, in init
self.start_session(capabilities)
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/selenium/webdriver/rem
ote/webdriver.py", line 292, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/selenium/webdriver/rem
ote/webdriver.py", line 347, in execute
self.error_handler.check_response(response)
File "/home/rushin/Projects/Small_object_detection/venv/lib/python3.11/site-packages/selenium/webdriver/rem
ote/errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 255
[Process exited 0]
Beta Was this translation helpful? Give feedback.
All reactions