web-arena-x / visualwebarena

VisualWebArena is a benchmark for multimodal agents.
https://jykoh.com/vwa
MIT License
211 stars 37 forks source link

Osclass Error #26

Closed DEM1TASSE closed 4 months ago

DEM1TASSE commented 4 months ago

Hi, I ran the following commands in the environment readme to install classifieds environment, but encountered an OSClass Error:

unzip classifieds_docker_compose.zip
cd classifieds_docker_compose
vi classifieds_docker_compose/docker-compose.yml  # Set CLASSIFIEDS to your site url `http://<your-server-hostname>:9980/`, and change the reset token if required
docker compose up --build -d
# Wait for compose up to finish. This may take a while on the first launch as it downloads several large images from dockerhub.
docker exec classifieds_db mysql -u root -ppassword osclass -e 'source docker-entrypoint-initdb.d/osclass_craigslist.sql'  # Populate DB with content

Screenshot:

image

However, when I ran docker exec classifieds_db mysql -u root -ppassword osclass -e "SHOW TABLES;" to query the database tables, it seems good.

image

Could you help me resolve this? Thanks!

kohjingyu commented 4 months ago

Hi, did you set the variables in classifieds_docker_compose/docker-compose.yml correctly? It'd be helpful for us if you can post your yml file, thanks!

DEM1TASSE commented 4 months ago

Hi, did you set the variables in classifieds_docker_compose/docker-compose.yml correctly? It'd be helpful for us if you can post your yml file, thanks!

Yes I've configure the yml file, here it is:

image

( Partially obsecured it because I'm using a cluster and not sure whether this hostname could be publicly displayed )

kohjingyu commented 4 months ago

Looks like you have a typo in the environment, maybe when you modified the original file? It should be CLASSIFIEDS=... (with an S).