Closed lakshmi-kannan closed 6 years ago
I assume the fix will go into v2.3.3 / v2.4.0 since v2.3.2 process is already rolling?
That is if it requires st2 fix and not just a pack fix / change.
I believe the CLI "print note if there are more results" change broke it because query method now return a tuple and previously it just returned a result.
I'm looking into a fix.
https://github.com/StackStorm-Exchange/stackstorm-st2/pull/4 should fix it.
There is also this https://github.com/StackStorm/st2/pull/3616.
While working on chatops changes, I found out that the "!st2 list executions" is broken.
From the traceback etc, it looks like our API changes might have broken it. Also, looking at the code, for whatever reason we are querying LiveAction as opposed to Execution. There is too much going on to debug this as part of chatops changes.