PythonAnywhereでAPIトークンを作成した後、
$ pip3.6 install --user pythonanywhere
$ pa_autoconfigure_django.py https://github.com/<githubユーザー名>/<リポジトリ名>.git
を実行しましたが、```
< Running API sanity checks >
~<:>>>>>>>>>
Traceback (most recent call last):
File "/home/my-first-blog/.local/bin/pa_autoconfigure_django.py", line 54, in <module>
nuke=arguments.get('--nuke')
File "/home/my-first-blog/.local/bin/pa_autoconfigure_django.py", line 30, in main
project.sanity_checks(nuke=nuke)
File "/home/my-first-blog/.local/lib/python3.6/site-packages/pythonanywhere/project.py", line 24, in sanity_checks
self.webapp.sanity_checks(nuke=nuke)
File "/home/my-first-blog/.local/lib/python3.6/site-packages/pythonanywhere/api/webapp.py", line 30, in sanity_checks
"""
pythonanywhere.exceptions.SanityException:
Could not find your API token.
You may need to create it on the Accounts page?
You will also need to close this console and open a new one once you've done that.
とゆうエラーが出ました。 翻訳すると『APIトークンが見つかりませんでした。』とありますが、 accountからAPIトークンのページへいくと、Your API tokenの下に英数字があります。 APIトークンは作れていると思うのですが、これはどういうエラーなんでしょうか?
あなたの回答
tips
プレビュー