チャットAI「2024年6月22日 3歳未勝利 京都競馬場出走以来の次走どこがいい?」…
ボートレースAI予想 無料で自動投票アプリ

あなた: サウンドカノン

--> -->
 
 
IndexError
Python 3.8.16: /usr/bin/python3.8
Mon Feb 24 10:16:15 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/ib/public/chat/chat.py in <module>
    106         except IndexError:
    107             title = words[0]
=>  108         select = words[1]
    109         output = words[0]
    110         output = output.replace("想:"," ")
select undefined, words = ['ごめーん、0']

IndexError: list index out of range
      args = ('list index out of range',)
      with_traceback = <built-in method with_traceback of IndexError object>