Can you share your code little more?
I created the below small example, and it works fine.
$ cat load.py
import _ncs
import socket
s = socket.socket()
_ncs.maapi.connect(s, '127.0.0.1', _ncs.NCS_PORT)
_ncs.maapi.start_user_session(s, 'admin',
...
See this warning in CHANGES of cisco-iosxr.
WARNING:
When using cisco-iosxr with other NEDs, certain combinations of NED versions
may cause 'random' Exceptions. The reason for this is the introduction of
a new common NED component - ned...
Hi,As talked on chat, try with tac@cisco.com.I can't give the detailed diff between 4.3.1/4.3.8 and 4.3.1/4.6. Refer CHANGES file to see what is changed from 4.3.1.Regards,Akira
Hi,NSO 4.3.7 has that fix, so upgrading to the latest 4.3.x (which is 4.3.8 now) is the best, I would think.I'm not from development team, and you need to raise a TAC case to ask if you really need a special patch for it.(Personally I don't think pat...
Figured out the cause.What's your NSO version? Try on NSO 4.5.2 / 4.6 without preserve option.NSO 4.5.2 / NSO 4.6 has below fix.---- - ncs: As some devices does not support the 'scp -p' flag this is now made optional in the scp-to/scp-from action...