我正在尝试将项目部署到Heroku(正在执行Python CrashCourse项目)。但是当我输入命令时:heroku ps
Warning: heroku update available from 7.46.2 to 7.47.0.
(node:16428) SyntaxError Plugin: heroku: C:\Users\vlado\AppData\Local\heroku\config.json: Unexpected string in JSON at position 72
module: @oclif/config@1.13.2
task: runHook prerun
plugin: heroku
root: H:\Program Files H\heroku\client
See more details with DEBUG=*
Free dyno hours quota remaining this month: 550h 0m (100%)
Free dyno usage for this app: 0h 0m (0%)
For more information on dyno sleeping and how to upgrade, see:
https://devcenter.heroku.com/articles/dyno-sleeping
=== web (Free): gunicorn learning_log.wsgi --log-file - (1)
web.1: **crashed** 2020/10/29 18:25:25 +0100 (~ 7m ago)
以粗体显示的崩溃不应该存在。也许在第一行中,JSON中的SyntaxError插件和意外字符串也是如此...
然后,当我打开Heroku打开时,我的项目将不会加载并显示错误。
您能帮我解决这个问题吗?