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

Empty uuid being used with balena tunnel #1161

Open
slovak194 opened this issue Apr 23, 2024 · 0 comments
Open

Empty uuid being used with balena tunnel #1161

slovak194 opened this issue Apr 23, 2024 · 0 comments

Comments

@slovak194
Copy link

Hi!

If this branch is executed it leaves worker.uuid empty

else if (match) {
const ipAddress = match[1];
console.log(`Setting URL as IP address: ${ipAddress}`);
this.workerUser = 'root';
this.workerPort = 22222;
this.workerHost = ipAddress;

But it is still used here, in a call to balena tunnel
let argsClient = [
`tunnel`,
this.uuid,
`-p`,
`22222:${workerPort}`
];
let tunnelProcClient = spawn(`balena`, argsClient, {stdio: 'inherit'});

This triggers an error message in the terminal but does not stop the execution.

Best regards,
Oleksandr Slovak

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

No branches or pull requests

1 participant