Hi There,
I'm busy to create an Zabbix bot for telegram, but when I tried to send an message in Putty he come's back with this message. Does someone knows how I can fix this?
Im presuming this file is in python, and is a list? The reason it is out of range is because it can not find it in the list.
E.g, if your list was [2,4, 6, 8], and you asked for the element at index 10, you would be well out of bounds and receive an error.