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.

Error when trying to start Tensorboard in Colab

See original GitHub issue

I’m trying to start Tensorboard in Google Colab, by running the basic tutorial. Unfortunately, running this tutorial on my Macbook Pro in Google Chrome only gives me the message “403. That’s an error. That’s all we know”. It happens when running %tensorboard --logdir logs. After re-running this command, I still get the 403 error together with the message "Reusing TensorBoard on port 6006 (pid 228), started 0:00:07 ago. (Use '!kill 228' to kill it.)".

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

44reactions
NielsRoggecommented, Jan 30, 2020

Figured it out. It had to do with third-party cookies that are disabled in my Google Chrome settings. I went to chrome://settings/content/cookies and had to unable the “block indirect cookies” setting.

However, what’s weird is that I cannot enable this setting and put colab.research.google.com on the list of websites which are allowed to have cookies. Shouldn’t this work?

6reactions
j0ner0ncommented, Jul 24, 2020

Small note for Brave browser users: Similar issue to Google Chrome as the browser will block required functionality by default. Turn shields off and it should work

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Error 403 in Google Colab with Tensorboard with Firefox
It seems that Tensorboard needs you to enable third party cookies to run without returning a HTTP 403 (Forbidden) error.
Read more >
Using Tensorboard on Google Colab and Jupyter Notebook
Tensorboard google 403 error | Using Tensorboard on Google Colab and ... If playback doesn't begin shortly, try restarting your device.
Read more >
Getting Error 403 in Google Colab with Tensorboard with Firefox
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn--Music by Eric Matyashttps://www.soundimage.
Read more >
Using TensorBoard in Notebooks - Google Colab
Start by installing TF 2.0 and loading the TensorBoard notebook extension: For Jupyter users: If you've installed Jupyter and TensorBoard into the same ......
Read more >
How to use TensorBoard with Google Colab | by kuanhoong
#install TensorFlow 2.0 !pip install tensorflow==2.0.0-alpha0 · # Load the TensorBoard notebook extension %load_ext tensorboard.notebook · tensorboard_callback = ...
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