Paul Koning <paulkoning at comcast.net> wrote:
If you're running PyDECnet, you need to upgrade to the current version, rev
524.
When I do an
svn co
svn://akdesign.dyndns.org/pydecnet/trunk/pydecnet
the version of pyDECnet I get is 523, NOT 524. Is this just a typo?
With the logging monitor enabled as described, this version of pyDECnet
runs for a few seconds and then dies with
2020-08-16 08:35:19.836: A2RTR: Exception caught in mainloop
Traceback (most recent call last):
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/node.py"
, line 198, in mainloop
work.dispatch ()
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/timers.p
y", line 120, in dispatch
super ().dispatch ()
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/common.p
y", line 249, in dispatch
self.owner.dispatch (self)
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/statemac
hine.py", line 63, in dispatch
newstate = self.state (data)
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/nsp.py",
line 1387, in s0
raise InternalError ("S0 state not used")
decnet.common.InternalError: S0 state not used
2020-08-16 08:35:19.842: A2RTR: Stopping node
Bob