Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To start keploy server from typescript sdk for all OS #90

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Hermione2408
Copy link
Member

To start keploy server from typescript sdk for all OS.

feat keploy/keploy#352

To start keploy server from typescript sdk for all OS.

feat #352

Signed-off-by: Hermione Dadheech <[email protected]>
Added additional check for error code and will also start the server in that case too

feature #352

Signed-off-by: Hermione Dadheech <[email protected]>
@Hermione2408
Copy link
Member Author

@re-Tick Can you please review this PR?

@re-Tick
Copy link
Contributor

re-Tick commented Apr 7, 2023

When I try the changes with a sample application, the following error is thrown:

Error checking port: Command failed: lsof -i:6789

@Hermione2408
Copy link
Member Author

I am checking why it is happening

@Hermione2408
Copy link
Member Author

@re-Tick error is occurring because when there is nothing running on port 6789 , empty output is treated as an error and hence the error is shown, I have added additional check for the error code and will also start the server in that case too

@re-Tick
Copy link
Contributor

re-Tick commented Apr 10, 2023

@Hermione2408 changes are working locally. LGTM.

@re-Tick re-Tick added Don't Merge Not to be merged until gsoc results Accepted PR is reviewed and Accepted labels Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted PR is reviewed and Accepted Don't Merge Not to be merged until gsoc results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants