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 code links to support articles & docs #34

Open
mattheworiordan opened this issue Sep 3, 2018 · 2 comments
Open

Error code links to support articles & docs #34

mattheworiordan opened this issue Sep 3, 2018 · 2 comments
Assignees

Comments

@mattheworiordan
Copy link
Member

See https://github.com/ably/realtime/issues/1941, and the registry of error codes to URLs at https://github.com/ably/ably-common/blob/master/protocol/errorsHelp.json.

@tomczoink @Srushtika can you please take a quick stab at improving the lookup of common errors we are aware of, and any docs we have (this does not need to be an article per say, but useful of course).

Let's try and do that soon if you can, and then we can deal with new error codes as they come up (with notifications from Rollbar)

@tomczoink
Copy link
Contributor

For this @mattheworiordan , are you wanting us to edit the errorsHelp.json file, adding in existing articles, and to then remember to add errors to it as we create new support articles for errors?

@mattheworiordan
Copy link
Member Author

are you wanting us to edit the errorsHelp.json file

Yes, if you look at https://github.com/ably/help/blob/master/lib/errors_cache.rb#L2, the help app just loads the error codes & URLs dynamically.

adding in existing articles

Yes, ideally along with any common errors we've seen reported, such as rate limiting error codes. @paddybyers @SimonWoolf perhaps you could offer some advice on what are common error codes we should add articles for?

and to then remember to add errors to it as we create new support articles for errors?

Yes, if we have a corresponding error code. The help tool also reminds us as anyone clicking on an error code URL that does not exist creates an error in Rollbar, which in turn alerts us (if you have set that up)

tomczoink added a commit that referenced this issue Sep 4, 2018
Went through past communications and added regular questions to supportdesk, and linked here.

For issue #34.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants