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

Error getting proxy sessions from QSEoW #538

Closed
mountaindude opened this issue Nov 15, 2024 · 0 comments · Fixed by #534
Closed

Error getting proxy sessions from QSEoW #538

mountaindude opened this issue Nov 15, 2024 · 0 comments · Fixed by #534
Labels
bug Something isn't working

Comments

@mountaindude
Copy link
Contributor

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

PS C:\tools\ctrl-q> .\ctrl-q.exe qseow session-get `
>>   --auth-type cert `
>>   --host pro2-win1.lab.ptarmiganlabs.net `
>>   --auth-user-dir LAB `
>>   --auth-user-id goran `
>>   --output-format table
2024-11-15T15:40:52.376Z info: -----------------------------------------------------------
2024-11-15T15:40:52.379Z info: | Ctrl-Q
2024-11-15T15:40:52.379Z info: |
2024-11-15T15:40:52.379Z info: | Version      : 4.0.0
2024-11-15T15:40:52.379Z info: | Log level    : info
2024-11-15T15:40:52.380Z info: |
2024-11-15T15:40:52.380Z info: | Command      : session-get
2024-11-15T15:40:52.380Z info: |              : get info about proxy sessions on one or more virtual proxies
2024-11-15T15:40:52.380Z info: |
2024-11-15T15:40:52.381Z info: | Run Ctrl-Q with the '--help' option to see a list of all available options for this command.
2024-11-15T15:40:52.381Z info: |
2024-11-15T15:40:52.381Z info: | https://github.com/ptarmiganlabs/ctrl-q
2024-11-15T15:40:52.381Z info: ----------------------------------------------------------
2024-11-15T15:40:52.381Z info:
2024-11-15T15:40:52.385Z info: Get Qlik Sense proxy sessions
2024-11-15T15:40:53.018Z info: Successfully retrieved 29 virtual proxies from host pro2-win1.lab.ptarmiganlabs.net
2024-11-15T15:40:53.415Z info: Successfully retrieved 2 proxies from host pro2-win1.lab.ptarmiganlabs.net
2024-11-15T15:40:53.429Z info: Available Proxy services.
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Available proxy services.                                                                                 │
│                                                                                                           │
│ Note: The "sessions-get" command will only work correctly if the correct --host parameter is used when ca │
│ lling Ctrl-Q.                                                                                             │
│ The --host parameter should be one of the host names listed below.                                        │
├─────────┬─────────────────────────────────┬──────────────────────────────────────┬────────────────────────┤
│ Name    │ Host name                       │ Id                                   │ Linked virtual proxies │
├─────────┼─────────────────────────────────┼──────────────────────────────────────┼────────────────────────┤
│ Central │ pro2-win1.lab.ptarmiganlabs.net │ 9d5d7900-3e52-4f22-b6b9-51f38a3afe86 │ 24                     │
├─────────┼─────────────────────────────────┼──────────────────────────────────────┼────────────────────────┤
│ dev1    │ pro2-win2.lab.ptarmiganlabs.net │ d0510bbe-c686-459b-b10e-713fcf3951e8 │ 6                      │
└─────────┴─────────────────────────────────┴──────────────────────────────────────┴────────────────────────┘                                                                                                        
2024-11-15T15:40:53.435Z error: Error getting proxy sessions from host pro2-win1.lab.ptarmiganlabs.net: ReferenceError: fileCert is not defined
    at getSessionsFromQseow (build.cjs:107729:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async getSessions (build.cjs:107895:30)

Expected Behavior

No response

To Reproduce

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant