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

Problem with login #2

Open
goldenmusicent opened this issue Jun 20, 2019 · 4 comments
Open

Problem with login #2

goldenmusicent opened this issue Jun 20, 2019 · 4 comments
Labels

Comments

@goldenmusicent
Copy link

HI!

I don't understand how longin to my telnet app.
on Telnet it aske so :

Username:
Password:

i attempt to log so:

.exec(/Username: $/i, 'xxx', 10000, (error, data) => {})
.exec(/Password: $/i, 'xxx', 10000, (error, data) => {})

but nothing append and connexion END...

socket: end
socket: close argument:false

Do you have any issue?

@superhero
Copy link
Owner

Depends on your telnet prompt, can you paste me how it looks when you go through the command line?

My first thought is that the regex does not match the output.

If you also could paste your log output, it would help

@goldenmusicent
Copy link
Author

goldenmusicent commented Jun 20, 2019 via email

@superhero
Copy link
Owner

I can not tell you, becouse you don't supply me with the information I need and asked for.

@goldenmusicent
Copy link
Author

goldenmusicent commented Jun 24, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants