Tensorboard: No dashboards are active for the curr

2019-07-27 02:41发布

问题:

I run Tensorboard from local with:

tensorboard --port 8080 --logdir gs://root-album-8512/output/summaries/ --debug

and then I access:

http://arynas:8080/

I got this error message:

enter image description here

In my local terminal there is error like that:

tensorflow/core/platform/cloud/retrying_utils.cc:77] The operation failed and will be automatically retried in 1.15606 seconds (attempt 1 out of 10), caused by: Unavailable: Error executing an HTTP request (HTTP response code 0, error code 35, error message 'Unknown SSL protocol error in connection to www.googleapis.com:443 ')
         when reading gs://root-album-8512/output/summaries/train/../checkpoint

How can I fix it?

回答1:

Unknown SSL protocol error in connection to www.googleapis.com:443

This error can be returned in case of exceeding the request quota. Reportedly, this also can be IPv6 issue on your arynas host.