act-plus-plus icon indicating copy to clipboard operation
act-plus-plus copied to clipboard

ERROR Error while calling W&B API: project not found (<Response [404]>)

Open hfasi opened this issue 2 years ago • 1 comments

wandb: W&B API key is configured. Use wandb login --relogin to force relogin wandb: ERROR Error while calling W&B API: project not found (<Response [404]>) Problem at: imitate_episodes.py 148 main wandb: ERROR It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the correct permissions, verify that there are no issues with your networking setup.(Error 404: Not Found) Traceback (most recent call last): File "imitate_episodes.py", line 666, in main(vars(parser.parse_args())) File "imitate_episodes.py", line 148, in main wandb.init(project="mobile-aloha2", reinit=True, entity="mobile-aloha2", name=expr_name) File "/home/hf/anaconda3/envs/aloha/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 1189, in init raise e File "/home/hf/anaconda3/envs/aloha/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 1170, in init run = wi.init() File "/home/hf/anaconda3/envs/aloha/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 781, in init raise error wandb.errors.CommError: It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the correct permissions, verify that there are no issues with your networking setup.(Error 404: Not Found)


Hi! The above is an error message. How can I obtain permission for mobile-aloha2 and solve this problem

hfasi avatar Jan 09 '24 07:01 hfasi

Hi you have to change the entity to your own wandb entity at https://github.com/MarkFzp/act-plus-plus/blob/main/imitate_episodes.py#L148

Ke-Wang1017 avatar Jan 09 '24 09:01 Ke-Wang1017

Hi you have to change the entity to your own wandb entity at https://github.com/MarkFzp/act-plus-plus/blob/main/imitate_episodes.py#L148

Okay, I understand now, it's been resolved, thank you.

hfasi avatar Jan 10 '24 06:01 hfasi