Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

APIs Build a Chatbot with Watson APIs Using the Conversation Service Creating an Intent

Problem with Watson API - message returns 401 (Unauthorized)

Failed to load resource: the server responded with a status of 401 (Unauthorized)

api.js:59 POST http://localhost:3000/api/message 401 (Unauthorized)

2017-12-14T08:23:06-06:00, Error ERCDPLTFRM-INVLDCHR occurred when accessing https://gateway.watsonplatform.net/conversation/api/v1/workspaces/%3CYOUR%20WORKSPACE%20ID%3E/message?version=2017-10-17, Tran-Id: gateway01-526416757 - "}

1 Answer

I got it working in the end, I had to restart the node server (Ctrl+C, then npm start)