Problem with Fetching/Address List Demo Script

I’m toying with the demo script here trying to find a way to make it work, but when I run the test file through, I get the (poorly spelled :laughing:) error on the second IP address it adds:

[admin@MikroTik] /system script> run 0
interrupted
           value of address must have nemask after '/' either as number or as ip value
[admin@MikroTik] /system script>

I searched all over the place and can’t figure out what the problem is. Has anybody seen this before and could tell me what’s going wrong?

it means that ip address requires netmask.
If you are trying to add for example 10.1.1.1 it will throw an error, instead you have to add 10.1.1.1/32