簡體   English   中英

在 Heroku 中啟動我的 Python web 應用程序時出現應用程序錯誤

[英]Application Error when launching my Python web app in Heroku

我無法刪除我的應用程序 我收到Application Error應用程序發生錯誤,無法提供您的頁面。 這是一個基於 python flask 的 web 應用程序。

    2022-02-17T12:53:43.416670+00:00 app[web.1]:     self.reap_workers()
2022-02-17T12:53:43.416683+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2022-02-17T12:53:43.416918+00:00 app[web.1]:     raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2022-02-17T12:53:43.417009+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2022-02-17T12:53:43.569838+00:00 heroku[web.1]: Process exited with status 1
2022-02-17T12:53:43.622927+00:00 heroku[web.1]: State changed from up to crashed
2022-02-17T12:53:48.830408+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ink-brew.herokuapp.com request_id=b7e91572-f0fa-4b84-87cb-6f73672d5d2b fwd="103.204.157.38" dyno=web.1 connect=0ms service= status=503 bytes= protocol=https
2022-02-17T12:53:49.639715+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ink-brew.herokuapp.com request_id=d4de9715-4533-42b7-af28-71dca168d64b fwd="103.204.157.38" dyno= connect= service= status=503 bytes= protocol=https
2022-02-17T12:53:56.584056+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ink-brew.herokuapp.com request_id=6422bc91-2df9-49c1-9ab7-70905e6ce68f fwd="103.204.157.38" dyno= connect= service= status=503 bytes= protocol=https
2022-02-17T12:53:57.039130+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ink-brew.herokuapp.com request_id=8f758644-1e66-4997-8085-b0115dcece3a fwd="103.204.157.38" dyno= connect= service= status=503 bytes= protocol=https

請幫我。

我通過刪除所有未使用的庫並創建新的 requirement.txt 文件並提交給 git 來解決它

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM