You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to the nodejs workflow and have been trying to utilize a command for authorizing a user through another website where they obtain an auth key.
I've tried setting up the StatefulProcessCommandProxy and running the command to obtain a link to obtain the auth code, but stdout doesn't seem to pickup on the output of the command and returns a null string.
Some things I've tried are child_process which returns the auth url, but doesn't keep the process open continually to allow the user to enter their auth code. Any suggestions on how to fix the Stateful implementation would be much appreciated!
The text was updated successfully, but these errors were encountered:
The auth command is run through a shell environment, so I'm trying to utilize the StatefulProcess repo to open a session on bash to achieve this. I believe the problem occurs because the login command hasn't officially finished and asks for a key.
Is there any way to obtain a command's output while it's still being run?
Edit: If not I believe I've found another resource which would help my cause
Hi, I'm new to the nodejs workflow and have been trying to utilize a command for authorizing a user through another website where they obtain an auth key.
I've tried setting up the StatefulProcessCommandProxy and running the command to obtain a link to obtain the auth code, but stdout doesn't seem to pickup on the output of the command and returns a null string.
Some things I've tried are child_process which returns the auth url, but doesn't keep the process open continually to allow the user to enter their auth code. Any suggestions on how to fix the Stateful implementation would be much appreciated!
The text was updated successfully, but these errors were encountered: