tensorboard: path /[[_dataImageSrc]] not found, sending 404
Hi,
I was trying to run TensorBoard example : mnist_with_summaries.py and when I tried to open an instance of TensorBoard I got this :
command:
tensorboard --logdir=/output --host localhost --port=6006
output:
TensorBoard 1.5.1 at http://localhost:6006 (Press CTRL+C to quit)
W0219 15:12:02.944875 Thread-1 application.py:273] path /[[_dataImageSrc]] not found, sending 404
When I try to open http://localhost:6006, my browser crash.
I am on Ubuntu 16.04, with tensorflow GPU and the 1.5.1 version
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 19 (4 by maintainers)
Links to this issue
Commits related to this issue
- Fix incorrect data binding to src prop. Fixes https://github.com/tensorflow/tensorboard/issues/982#issuecomment-461919990 — committed to stephanwlee/tensorboard by stephanwlee 5 years ago
- Fix incorrect data binding to src prop. (#1821) Fixes https://github.com/tensorflow/tensorboard/issues/982#issuecomment-461919990 — committed to tensorflow/tensorboard by stephanwlee 5 years ago
to use the google browers fix my problem
Hmm, yeah it looks like maybe a WebGL + Firefox issue - I found this bug that’s possibly relevant: https://bugzilla.mozilla.org/show_bug.cgi?id=1382358
You might try updating either Firefox or your nvidia GPU drivers but that’s about all I would be able to suggest.
Glad it’s working in Chrome at least! If you’re still seeing the 404 error for “path /[[_dataImageSrc]]” not found I’d maybe try updating to the very latest TensorBoard via
That should put you on TensorBoard 1.6.0. If the 404 is still happening on that version, let us know and we’ll investigate further.
you can try to use Chrome
I meant TensorBoard 1.12. https://pypi.org/project/tensorboard/1.12.0/