> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/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 が設定されていることを確認してください。

```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>
