We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Version: st2 3.1.0, on Python 3.6.8
Duplicate: With default action alias !pack get <pack>. If run !pack get pack=example, the st2chatops exits with exception.
!pack get <pack>
!pack get pack=example
st2chatops
[Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] ERROR Failed to create an alias execution: { name: 'APIError', status: 400, message: 'Command "pack get pack=core" doesn\'t match format string "pack get {{ pack }}"' } [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] DEBUG SlackClient#send() room: GJJCKM0HF, message: [object Object] [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] ERROR undefined [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] ERROR {"name":"APIError","status":400,"message":"Command \"pack get pack=core\" doesn't match format string \"pack get {{ pack }}\""} [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] INFO Hubot will shut down ... [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] INFO Disconnected from Slack RTM [Fri Jun 28 2019 21:50:39 GMT+0000 (Coordinated Universal Time)] INFO Exiting...
The text was updated successfully, but these errors were encountered:
Comes from
hubot-stackstorm/scripts/stackstorm.js
Lines 298 to 315 in c692c6e
It could be #172 when previous chatops version considered that throw as non-critical and recovered/self-healed by looping further as nothing happened.
throw
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version: st2 3.1.0, on Python 3.6.8
Duplicate:
With default action alias
!pack get <pack>
. If run!pack get pack=example
, thest2chatops
exits with exception.The text was updated successfully, but these errors were encountered: