ptarmiganlabs / ctrl-q

Command line tool for interacting with Qlik Sense Enterprise servers
MIT License
13 stars 2 forks source link

Command `qseow task-vis` does not work #540

Closed mountaindude closed 6 hours ago

mountaindude commented 3 days ago

What version of Ctrl-Q are you using?

4.0.0

What version of Node.js are you using? Not applicable if you use the standalone version of Ctrl-Q.

No response

What command did you use to start Ctrl-Q?

-

What operating system are you using?

-

What CPU architecture are you using?

-

What Qlik Sense versions are you using?

-

Describe the Bug

Probably related to switching to Node SEA packaging of the binary.

PS C:\tools\ctrl-q> .\ctrl-q.exe qseow task-vis `
>>   --host pro2-win1.lab.ptarmiganlabs.net `
>>   --auth-type cert `
>>   --auth-user-dir LAB `
>>   --auth-user-id goran
2024-11-15T16:10:31.333Z info: -----------------------------------------------------------
2024-11-15T16:10:31.337Z info: | Ctrl-Q
2024-11-15T16:10:31.337Z info: |
2024-11-15T16:10:31.337Z info: | Version      : 4.0.0
2024-11-15T16:10:31.337Z info: | Log level    : info
2024-11-15T16:10:31.337Z info: |
2024-11-15T16:10:31.337Z info: | Command      : task-vis
2024-11-15T16:10:31.337Z info: |              : visualise task network
2024-11-15T16:10:31.337Z info: |
2024-11-15T16:10:31.339Z info: | Run Ctrl-Q with the '--help' option to see a list of all available options for this command.
2024-11-15T16:10:31.339Z info: |
2024-11-15T16:10:31.339Z info: | https://github.com/ptarmiganlabs/ctrl-q
2024-11-15T16:10:31.339Z info: ----------------------------------------------------------
2024-11-15T16:10:31.339Z info:
2024-11-15T16:10:31.343Z error: Unable to scan html directory: Error: ENOENT: no such file or directory, scandir 'C:\tools\ctrl-q\src\static'
2024-11-15T16:10:31.343Z error: File "C:\tools\ctrl-q\src\static/index.html" does not exist.
2024-11-15T16:10:31.343Z error: File C:\tools\ctrl-q\src\static/index.html does not exist

Expected Behavior

No response

To Reproduce

No response