Wandb giving 403 error

When running a training job in a L40 instance with a custom template, I get the following error:
wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
2025-02-25 03:27:06,293 - ERROR - 403 response executing GraphQL.
2025-02-25 03:27:06,293 - ERROR -
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/graphql</code> from this server.</h2>
<h2></h2>
</body></html>
wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
2025-02-25 03:27:06,293 - ERROR - 403 response executing GraphQL.
2025-02-25 03:27:06,293 - ERROR -
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/graphql</code> from this server.</h2>
<h2></h2>
</body></html>
Is this machine banned from wandb or something?
3 Replies
Madiator2011 (Work)
EUR-IS region?
shishito pepprito
shishito peppritoOP18h ago
how do i check? I have one pod that works and one that doesnt
JoeG
JoeG13h ago
I was having this same issue yesterday. I terminated the instance and started a new one and it worked again

Did you find this page helpful?