MarketSquare / MarketSquare/SSHLibrary

AbstractSSHClient login is crashing, if keep_alive_interval is not given as argument

Open
#396 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
167
Forks
145
PR merge metrics
No merged PRs in 30d

Description

If you call the login and no keep_alive_interval, then the keep_alive_inteval is set to None,
with this the following line will not work:

(line 203) keep_alive_interval = int(TimeEntry(keep_alive_interval).value)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in AbstractSSHClient.login at the reported line 203 and reproduce a login call without keep_alive_interval. Confirm the failure caused by the None value, then verify that login completes successfully when the argument is omitted.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.