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

OSError: [Errno 22] Invalid argument in wait_for_service #49871

Open
gsnedders opened this issue Jan 2, 2025 · 0 comments
Open

OSError: [Errno 22] Invalid argument in wait_for_service #49871

gsnedders opened this issue Jan 2, 2025 · 0 comments
Labels
infra wptrunner The automated test runner, commonly called through ./wpt run

Comments

@gsnedders
Copy link
Member

Traceback (most recent call last):
  File "/Volumes/gsnedders/projects/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 263, in init
    self.browser.start(group_metadata=group_metadata, **self.browser_settings)
  File "/Volumes/gsnedders/projects/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/safari.py", line 297, in start
    super().start(*args, **kwargs)
  File "/Volumes/gsnedders/projects/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/base.py", line 339, in start
    self._run_server(group_metadata, **kwargs)
  File "/Volumes/gsnedders/projects/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/base.py", line 373, in _run_server
    wait_for_service(
  File "/Volumes/gsnedders/projects/wpt/web-platform-tests/tools/wptrunner/wptrunner/environment.py", line 365, in wait_for_service
    so.connect(addr)
OSError: [Errno 22] Invalid argument

Unclear if something weird is going on, if I have a regression on my branch, or if we're somehow passing None or similar.

@gsnedders gsnedders added infra wptrunner The automated test runner, commonly called through ./wpt run labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

No branches or pull requests

1 participant