On Jan 4, 2020, at 20:01, Peter Claes <[email protected]> wrote: > 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.
‘Network unreachable’ is a catch-all error generated by the Linux network stack. In generally indicates some sort of low-level hardware fault or mis-configuration. Is this setup configured to use DHCP by any chance? Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------|
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
