あなた: 山口拳矢
--> --> IndexError | Python 3.8.16: /usr/bin/python3.8 Sun Feb 23 05:22:48 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>