Hello!
In my gateway scripts panel I getting this error:
Traceback (most recent call last):
File "<TimerScript:Version-10_8/MAX_DNF_KW
@300.000ms >", line 6, in
File "
module:project.timerScripts.funciones", line 61, in comprobarGuardado
TypeError: str indices must be integers

My config.ini file does exist and this is it current content:

Any idea on how I could fix this error?
You probably have a script error in your gateway scripts ...
You must have defined somewhere a function called comprobarGuardado
which is not running properly as you might be doing something unexpected in your code.
Post the code of the function and we might be able to help you.
Also you mention a config.ini
file, what is that ?
1 Like
Thanks @Samuel_Sueur I just found this is legacy script from Ignition Vision I´m not needing on the Ignition Perspective version.
If I need it I will refactor it, guess is ok leave the errors like that until I finish the whole project.