チャットAI「2024年12月21日 第147回 中山大障害 G1 中山競馬場出走以来の次走どこがいい?」…
ボートレースAI予想 無料で自動投票アプリ

あなた: 中山大障害

--> -->
 
 
IndexError
Python 3.8.16: /usr/bin/python3.8
Sun Feb 23 04:01:10 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>
    102         response.raise_for_status()  # HTTPエラー時に例外を発生
    103         words = response.text.split('|')
=>  104         title = words[2]
    105         select = words[1]
    106         output = words[0]
title 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>