Skip to content

[Bug Report] DevToolsActivePort file doesn't exist #90

@WentseChen

Description

@WentseChen

Hi thank you for your great work.

Describe the bug

I encountered an error running the following Python code:

import gymnasium
import miniwob
from miniwob.action import ActionTypes

gymnasium.register_envs(miniwob)
env = gymnasium.make('miniwob/click-test-2-v1', render_mode=None)

System Info

Error:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: DevToolsActivePort file doesn't exist
Stacktrace:
#0 0x559c8b9f62da <unknown>
#1 0x559c8b6c4200 <unknown>
#2 0x559c8b701669 <unknown>
#3 0x559c8b6fceb9 <unknown>
#4 0x559c8b6f8058 <unknown>
#5 0x559c8b744a7e <unknown>
#6 0x559c8b744296 <unknown>
#7 0x559c8b738673 <unknown>
#8 0x559c8b706473 <unknown>
#9 0x559c8b70747e <unknown>
#10 0x559c8b9bd0db <unknown>
#11 0x559c8b9c1071 <unknown>
#12 0x559c8b9a99d5 <unknown>
#13 0x559c8b9c1bf2 <unknown>
#14 0x559c8b98eb6f <unknown>
#15 0x559c8b9e5248 <unknown>
#16 0x559c8b9e5417 <unknown>
#17 0x559c8b9f50cc <unknown>
#18 0x7f30e789f802 start_thread
  • Python version: Python 3.10.8

Do you know how to resolve it? Thank you!

Checklist

  • I have checked that there is no similar issue in the repo (required)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions