web-arena-x / webarena

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

AssertionError: Cookie ./.auth/gitlab_state.json expired. #64

Closed Yangyi-Chen closed 8 months ago

Yangyi-Chen commented 8 months ago

Hi Thanks for your great work!

I've followed the instructions to set up the docker environments. But when I run this file: python browser_env/auto_login.py . It continually yields this Assertion error: AssertionError: Cookie ./.auth/gitlab_state.json expired.

I checked and found that only this cookie file expires. Could you help me to look into this problem? Many thanks!

shuyanzhou commented 8 months ago

Hi @Yangyi-Chen, unfortunately, I wasn't able to reproduce the error from my end. Are you still facing this error? If so, can you check if you could login via http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:8023/explore?

Yangyi-Chen commented 8 months ago

Thanks for your quick response. The amazing thing is I do not have this error when I rerun the same code. so i close this issue.