Einar Nilsen-Nygaard

Results 70 comments of Einar Nilsen-Nygaard

@kookFG can you enable enough logging to see the XML reply from the device? The exception above is generated after the reply from the device has been parsed and is...

@sjd-xlnx, sorry for the long delay. Would you like to propose a PR? I'd also comment that a 500ms timeout (as you cite the netopeer agent to use) for attempting...

@stvnkem It's a little hard to understand what may be going wrong without knowing what values are passed to `deploy_cfg_candidate_nc` when the error occurs. The code suggests that `edit_cfg_filter_name` will...

@stvnkem I wrote this test for your function: ```python if __name__ == '__main__': with manager.connect(host='localhost', port=8300, username='vagrant', password='vagrant') as m: # # works # xml = ''' 3000 ''' deploy_cfg_candidate_nc(m,...

@stvnkem Not sure I can help more at this point. The default format for the `config` element passed in to `edit_config` is XML, and the error raised is what would...

@stephrdev, if you want to propose how extra arguments approach would work, happy to review a PR.

@daemonkeeper, sorry for slow response. Would you care to propose a PR with such a change?

@mirceaulinic, @daemonkeeper -- have either of you been looking at a PR for this? I don't want to duplicate effort...

At this point it looks like we are seeing netconf servers closing their sessions without necessarily sending the required `` and gracefully terminating the connection. From RFC 6241: ``` 7.8....