-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi there, thanks for the great work! When I was running evaluation I found a lot of TimeoutErrors like the following one. Do you have some intuition about why this is happening? If this is not a common issue I am happy to provide more details. Thanks!
File "/home/ubuntu/safearena/safearena/task.py", line 93, in setup [87/1919]
goal, d = super().setup(page)
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/browsergym/webarena/task.py", line 106, in setup
self.webarena_instance.ui_login(site=site, page=page)
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/browsergym/webarena/instance.py", line 200, in ui_login
page.get_by_label("Username").fill(username)
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/sync_api/_generated.py", line 15276, in fill
self._sync(
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/_impl/_sync_base.py", line 115, in _sync
return task.result()
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/_impl/_locator.py", line 208, in fill
return await self._frame.fill(self._selector, strict=True, **params)
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/_impl/_frame.py", line 527, in fill
await self._channel.send("fill", locals_to_params(locals()))
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 59, in send
return await self._connection.wrap_api_call(
File "/home/ubuntu/miniconda3/envs/safearena/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 514, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.TimeoutError: Locator.fill: Timeout 10000ms exceeded.
Metadata
Metadata
Assignees
Labels
No labels