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

Added server errors to be displayed in the chat area #222

Merged

Conversation

stevenpkg
Copy link

@stevenpkg stevenpkg commented Jan 16, 2019

  • Show server error such as session timeout in chat window

  • Enforced node >=8.15.0 to resolve 502 errors with node 6.15.0

  • Added 1 second pause before scrolling chat window to fix image loading in chat window

@stevenpkg
Copy link
Author

Adding @Oliver-I

Copy link
Contributor

@germanattanasio germanattanasio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I left a comment regarding the node version

package.json Outdated
@@ -28,6 +28,10 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": "6.14.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read that this is to fix a 502 error but can you try with node 8.15.0? do you have a link to where the error was documented?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have made the changes you requested. No do not have the link, just read in one of the issues

* Show server error such as  session timeout in chat window

* Enforced node >=8.15.0 to resolve 502 errors with node 6.15.0

* Added 1 second pause before scrolling chat window to fix image loading in chat window
@germanattanasio germanattanasio merged commit 92a4c26 into watson-developer-cloud:master Jan 17, 2019
@watson-github-bot
Copy link
Member

🎉 This PR is included in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@stevenpkg stevenpkg deleted the error-handling branch January 17, 2019 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants