MarketSquare / MarketSquare/SSHLibrary
AbstractSSHClient login is crashing, if keep_alive_interval is not given as argument
Open
- 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