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

あなた: カノティエ

--> -->
 
 
IndexError
Python 3.8.16: /usr/bin/python3.8
Sun Feb 23 04:52:26 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>