web-arena-x / webarena

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

The map server provided as http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/ seems to be down #159

Open psw0021 opened 1 month ago

psw0021 commented 1 month ago

Currently, the map website address provided in https://github.com/web-arena-x/webarena/tree/main/environment_docker as http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/ doesn't seem to work properly. The first problem is 1) after clicking the button "find direction between two points", and typing in the starting point and arrival addresses and click go, it doesn't seem to show the direction and the necessary information Also, 2) the search results are not properly clickable, like below. I think there's something wrong with server in general, as map servers that are bound by custom dockers are also not working properly right now.

1) current problem: image

correct result: image

2) current problem: image image image

correct result: image

shuyanzhou commented 1 month ago

Hi, we now support self-host map site inside AMI, you can follow the instructions here to set it up. More specifically, the instructions to setup map is

cd /home/ubuntu/openstreetmap-website/
docker compose start
allanraventos commented 1 week ago

@shuyanzhou It's a bit cumbersome to have to use the AMI. Is there any chance you can provide instructions to set up openstreetmap? (Maybe I missed this somewhere in the repo.) Thank you!