tensorflow / tensorboard-plugin-example

Apache License 2.0
135 stars 59 forks source link

Error from console: I.pluginRunTagRoute is not a function #22

Closed theyiwenliu closed 6 years ago

theyiwenliu commented 6 years ago

After launching greeter plugin, content is empty:

screen shot 2018-02-28 at 3 47 38 pm

And found error in console:

(index):5175 Uncaught TypeError: I.pluginRunTagRoute is not a function
    at HTMLElement._fetchNewData ((index):5175)
    at HTMLElement.reload ((index):5174)
    at HTMLElement.attached ((index):5174)
    at (index):887
    at Object.whenReady ((index):881)
    at HTMLElement.attachedCallback ((index):886)
    at HTMLElement.attachedCallback ((index):924)
    at Object.insertBefore ((index):939)
    at a.insertBefore ((index):946)
    at HTMLTemplateElement._insertInstance ((index):1185)

TF: 1.4.1 Bazel: 0.5.4

jart commented 6 years ago

That particular thing was removed in https://github.com/tensorflow/tensorboard/pull/494. I'm actually writing a PR now to bump this repo up to the latest state, to fix https://github.com/tensorflow/tensorboard-plugin-example/issues/21. I might be able to fix this alongside.

theyiwenliu commented 6 years ago

Fixed by #27