Hi All, I converted to 3.xx a few days ago. It went pretty well. I had some RLM (udp_rlm) that I had to convert to PyPad. (for RDS updates) This also went pretty well. Both scripts gave exit code '0'
But Today they both quit on me with an exit code '1' and the following Error msg on both scripts : Traceback (most recent call last): File "/usr/lib64/rivendell/pypad/pypad_udp.py", line 59, in <module> rcvr.start(sys.argv[1],int(sys.argv[2])) File "/usr/lib64/python3.6/site-packages/pypad.py", line 914, in start self.__pypad_Process(Update(json.loads(msg),self.__config_parser,rd_config)) File "/usr/lib64/python3.6/site-packages/pypad.py", line 787, in __pypad_Process self.__pad_callback(pad) File "/usr/lib64/rivendell/pypad/pypad_udp.py", line 38, in ProcessPad (update.config().get(section,'IpAddress'),int(update.config().get(section,'UdpPort')))) OSError: [Errno 101] Network is unreachable I guess it can't find the Ip-address, with 'Network is unreachable' I find this very strange since I am also running some macro's using the UO command, sending to the same devices on the network. They keep on working. Any thoughts on this issue ? Regards Peter
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
