TheExplainthis / ChatGPT-Line-Bot

This is a repository that allows you to integrate ChatGPT into Line.
MIT License
1.53k stars 1.86k forks source link

不會出現hello world該怎麼解決 #1

Closed changjaykid closed 1 year ago

changjaykid commented 1 year ago

您好想詢問操作到專案執行->開始執行那邊 點擊上方Run完後不會出現hello world該怎麼解決 只出現這個  cowsay Configure me!


< Configure me! >


    \   ^__^
     \  (oo)\_______
        (__)\       )\/\
            ||----w |
            ||     ||

想請教現在該怎麼做 感謝

TheExplainthis commented 1 year ago

你好,不知道有沒有參考文章的畫面截圖 https://www.explainthis.io/zh-hant/chatgpt/line

若還是不行,可以將畫面截圖傳上來唷!

as84089443 commented 1 year ago

我也有相同的問題! 截圖在這https://imgur.com/a/c97djCJ

TheExplainthis commented 1 year ago

剛剛有推了一個新版,可以在 main 中加入

@app.route("/", methods=['GET'])
def home():
    return 'Hello World'

即可

TheExplainthis commented 1 year ago

創建時也要選擇 python 唷!如圖所示:

image
FishBowl00003 commented 1 year ago

我也是,Replit Deploy Step 4 選擇Blank Repl之後不知道怎麼改回來成Python?

specialdietitian commented 1 year ago

我依照the explainthis重新使用python 按run 之後 出現 no such file main.py repl press died unexpectedly: exit status 2 image