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

qlik space ls - not working on Linux cli v2.25.0 #37

Open
jaredchurch opened this issue Oct 1, 2024 · 1 comment
Open

qlik space ls - not working on Linux cli v2.25.0 #37

jaredchurch opened this issue Oct 1, 2024 · 1 comment

Comments

@jaredchurch
Copy link

When I try to execute qlik space ls. It will hang with no response, even when including --verbose flag.

  • I am running in a Azure DevOps pipeline on ubuntu.
  • I can execute qlik app ls and this works without any problems.
  • On my local windows machine I can run qlik.exe space ls and this work as well.
@bojanth
Copy link
Contributor

bojanth commented Oct 4, 2024

Hi @jaredchurch, I'm not working in the company any more and don't have the source code to verify, so this is just my guess.

It sounds like the CLI detected your environment as a pipe input and it hangs because it thinks there is something to read from stdin.

To check if my assumption is correct, you could set an environment variable that will disable this feature.
I think this variable is undocumented. After greping the binary with strings ~/Downloads/qlik | grep SKIP I think I've found it under the name QLIK_CLI_SKIP_STDIN.
However, I'm not sure which value the code expects in this variable, it's probably either "1", "true", or "TRUE".

I would try setting it to all of these values and see if it works.
Hope this helps. 🙂

For the team: sorry for jumping in, I still watch this repo and get email notifications. 😄
If my assumption is correct, maybe it would be good to document this as a troubleshooting step.

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

2 participants