Open jart opened 7 years ago
FWIW we got another report of this internally, where the projector didn't even really handle the error correctly because apparently it returned a response of Unknown run: "<name of the run>"
when a JSON response was expected, resulting in Uncaught SyntaxError: Unexpected token U in JSON at position 0
when trying to parse as JSON.
So in addition to fixing whatever is causing the + sign to be not found as a run, we should also fix the error so that we return JSON.
@jart
Closing this issue based on @nfelt 's comment.Please feel free to reopen if this still persists.Thanks
@UsharaniPagadala my comment doesn't say anything that would justify closing this issue, it just confirms that this also happened internally. Let's not close this issue unless someone actually wasn't able to reproduce it against current TensorBoard.
@austinstover said seventeen days ago in https://github.com/tensorflow/tensorflow/issues/10301: