> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# エラー `resume='must' but run ([RUN-ID]) doesn't exist` を解消するにはどうすればよいですか？

`resume='must' but run ([RUN-ID]) doesn't exist` というエラーが表示された場合、再開しようとしている run はそのプロジェクトまたは entity 内に存在しません。正しいインスタンスにログインしていて、プロジェクトと entity が設定されていることを確認してください。\[ENTITY]、\[PROJECT]、および \[RUN-ID] を、ご自身の entity、project、および Run ID に置き換えてください。

```python theme={null}
wandb.init(entity=[ENTITY], project=[PROJECT], id=[RUN-ID], resume='must')
```

認証済みであることを確認するには、[`wandb login --relogin`](/ja/models/ref/cli/wandb-login) を実行します。

***

<Badge stroke shape="pill" color="orange" size="md">[再開](/ja/support/models/tags/resuming)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/ja/support/models/tags/runs)</Badge>
