Hey there! Newby ubot fan here. I'm wondering why I'm getting this error. I'd say I'm correctly using "set list position" which is supposed to reset my list in a loop when using the "next list item". Any idea? My script so far:
clear cookies
allow javascript("Yes")
clear table(&tablacostosenvio)
add list to list(%urls, $list from file("urls-looma.txt"), "Delete", "Global")
clear list(%codigospostales)
add list to list(%codigospostales, $list from file("codigospostales.txt"), "Delete", "Global")
set list position(%codigospostales, 0)
loop($list total(%urls)) {
navigate($next list i