Util.prompt_for_user_token() 方法不是 运行

Util.prompt_for_user_token() method isn't running

我正在尝试 运行 一个 util.prompt_for_user_token() 方法,但该方法永远需要 运行。我 运行 从 gcollab jupyter notebook 中获取它。

我正在使用在 spotipy 文档中找到的代码。

util.prompt_for_user_token(username=Username,
                           scope=Scope,
                           client_id=CLIENT_ID,
                           client_secret=CLIENT_SECRET,
                           redirect_uri=Redirect_uri)

我发现 gcollab 平台上的 spotipy 有问题。上面的代码在 visual studio 代码中工作得很好。我会继续研究为什么 spotipy 运行不佳,并会在我这样做时添加更多信息。