question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

path /[[_dataImageSrc]] not found, sending 404

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
fishguyswordcommented, Jul 26, 2018

to use the google browers fix my problem

3reactions
nfeltcommented, Feb 21, 2018

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

pip uninstall tensorflow-tensorboard
pip install tensorboard

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TensorBoard error : path /[[_dataImageSrc]] not found
I found a solution for this: DO NOT USE "" or '' in the logdir path. Say, if you cd into the parent...
Read more >
I'm getting a 404 (or other 40x errors) for my transformed ...
The best way to resolve this case is to ensure that the original asset ... Any error status code, including '404 Not Found'...
Read more >
Tensorboard Error) path /[[_dataImageSrc]] not found, sending ...
일상. Tensorboard Error) path /[[_dataImageSrc]] not found, sending 404, path /[[_imageURL]] not found, sending 404.
Read more >
Aplying image styles to images return 404 for images
Go to www.yoursite.com/admin/config/media/file-system to find out the path public the public directory. The path is different if the ...
Read more >
keras的tensorboard的可视化和模型可视化、解决No dashboards are ...
... path /[[_dataImageSrc]] not found, sending 404 W0424 15:45:16.472221 Thread-1 application.py:273] path /[[_dataImageSrc]] not found, sending 404 W0424 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found