We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our Rocket.Chat version: 0.38.0
Every call to an Outgoing Webhook gives us such a message :
I20160902-10:00:03.546(0) triggers.coffee:84 Integrations ➔ Outgoing WebHook.debug result { method: 'GET', url: 'https://api.chucknorris.io/jokes/random', headers: { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36' } } I20160902-10:00:03.713(0) Exception in callback of async function: TypeError: Cannot read property 'statusCode' of null at packages/rocketchat_integrations/server/triggers.coffee:211:25 at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)
The result is the same with GifRocket and our custom webhooks.
I quickly looked a the Rocket.Chat source code and it seems that the result object of our HTTP response is null.
result
Any idea ?
The text was updated successfully, but these errors were encountered:
Don't check for property on result if it isn't there.
d44ba0a
Closes #4175, #5762, and #5896.
e888808
No branches or pull requests
Our Rocket.Chat version: 0.38.0
Every call to an Outgoing Webhook gives us such a message :
The result is the same with GifRocket and our custom webhooks.
I quickly looked a the Rocket.Chat source code and it seems that the
result
object of our HTTP response is null.Any idea ?
The text was updated successfully, but these errors were encountered: