12.09.2019, 11:14
This means that another script is already bound to this UDP port. You can find script PID like this:
Or open print view for all scripts (Scripting > Tools > Print script listings) and search for 8891 there.
Code:
res = io.readfile('netstat -puln | grep 8891')
log(res)