web-arena-x / webarena

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

Maps site unable to load #179

Open brandontrabucco opened 1 week ago

brandontrabucco commented 1 week ago

Hello WebArena team,

The maps site is unable to load on my end, could you check the EC2 instance is still up? http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000

See the attached stack trace from playwright:

playwright._impl._errors.TimeoutError: Page.goto: Timeout 30000ms exceeded.
Call log:
navigating to "http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/", waiting until "load"

Thanks!

Xiao9905 commented 1 week ago

Dear WebArena Team,

I am also encountering failures regarding access to OpenStreetMap (http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/). I was wondering if you might have any plans to address this issue? Given that the conference submission deadline is approaching. Many thanks!

@shuyanzhou @frankxu2004 @neubig

frankxu2004 commented 1 week ago

Probably it's better to use your own hosted version, see here: https://github.com/web-arena-x/webarena/tree/main/environment_docker as this command cd /home/ubuntu/openstreetmap-website/ docker compose start will start the map site

Xiao9905 commented 1 week ago

@frankxu2004 Thanks! I did not recognize that the OpenStreetMap docker is ready for local-hosting now. Thanks for your suggestion!

boxworld18 commented 1 week ago

Hi WebArena Team,

Could you please provide a compressed package (zip/tar.gz) of the code in /home/ubuntu/openstreetmap-website/ used to build the maps site? Our entire team cannot use the Amazon Machine Image (AMI), and having the package would be extremely helpful for us.

Thanks!