You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloader fails to retrieve/parse RCML from a source the exception thrown does not provide enough information in the log to troubleshoot the problem. It's like the following:
[org.restcomm.connect.http.client.Downloader] (RestComm-akka.actor.default-dispatcher-1425)
Problem while trying to download RCML javax.xml.stream.XMLStreamException: Error parsing the
RCML:org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in
prolog.
We could include the following:
HTTP return status code
URL that was supposed to return proper RCML
Small part of the response to get a clue of what went wrong. 50-100 chars only.
The text was updated successfully, but these errors were encountered:
I'm closing this issue but it's not merged yet. There is another requirement for adding one more notification in case download fails which will be taken care of in another issue, in another sprint.
When downloader fails to retrieve/parse RCML from a source the exception thrown does not provide enough information in the log to troubleshoot the problem. It's like the following:
We could include the following:
The text was updated successfully, but these errors were encountered: