チャットAI「そう思う」…
ボートレースAI予想 無料で自動投票アプリ

あなた: インフルエンサー競馬

--> -->
 
 
IndexError
Python 3.8.16: /usr/bin/python3.8
Mon Feb 24 10:16:03 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>