web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
633 stars 90 forks source link

Playwright Error: net::ERR_CONNECTION_TIMED_OUT, Can't connect AWS #146

Open yyanhan opened 4 weeks ago

yyanhan commented 4 weeks ago

Dear developer:

I'm facing this error, that py playwright can't connect EC.compute.aws, do you have any experience with it?

playwright._impl._api_types.Error: net::ERR_CONNECTION_TIMED_OUT at http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/
=========================== logs ===========================
navigating to "http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/", waiting until "load"

Many thanks!

Han

shuyanzhou commented 4 weeks ago

There might be a load issue on the website. Can you try it again to see if the problem persists?

yyanhan commented 3 weeks ago

Good Morning shuyazhou,

Thank you for replying, I tried again, but the same error as well.

I also tried some solutions like modifying the waiting time, but it still doesn't work, I guess somehow the internet was broken/blocked somewhere from the server to my host.

do you have any experience related to this?