wandb / server

W&B Server is the self hosted version of Weights & Biases
MIT License
238 stars 20 forks source link

Terraform error putting S3 Bucket Notification Configuration: InvalidArgument: Unable to validate the following destination configurations #52

Open davebulaval opened 2 years ago

davebulaval commented 2 years ago
  1. I get the following error when trying for the Xth time to make wandb work.

error putting S3 Bucket Notification Configuration: InvalidArgument: Unable to validate the following destination configurations

  1. Also, when using the docker (wandb --local), I cannot connect since it asks for a username and password and nothing works and I cannot set a new username and password. (note: I run it from a cloud instance).
davebulaval commented 2 years ago

For point 2, I've found (and watched) this video, and It helped me. What I missed is that if you run it locally (not on a cloud instance), it launch a browser to enter the new user. But since I use a cloud instance, it cannot launch properly the browser. My fix was to open my ssh connexion with port binding (ssh -L 5000:localhost:5000, I choose to launch wandb with the port 5000 instead of 8080.) and launch on my computer a webpage at localhost:5000, and now I can create a new user.

I will open a PR on your docs repo to improve it.

davebulaval commented 2 years ago

But now, I cannot connect to the instance via the URL. It is just making a login loop and coming back to the main page.