QualiSystems / QualiSystems/cloudshell-cli
Refactoring PY3: Raise an error when cannot find a CommandPrompt for the CLI prompt
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 5
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
Sometimes the prompt is not correct or CLI run on an unsupported device. In that case, we got an error Failed to create new session for type SSH, see logs for details or Unable to connect to port 22 on 192.168.1.1 which is incorrect
We have to raise some special Exception for this
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where the CLI selects or creates a CommandPrompt and how failures become the reported SSH session or port errors. Define the special exception behavior for an unavailable or unsupported prompt, then verify that these cases no longer produce the misleading connection errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100