How do I debug subscription CHANNEL_ERROR?

.subscribe(status => console.log(status)) is giving me a CHANNEL_ERROR log. What's the appropriate way to debugging this message?
Was this page helpful?