Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught (in promise) TypeError: _.contains is not a function #1684

Closed
dejanbatanjac opened this issue Dec 11, 2018 · 5 comments
Closed

Uncaught (in promise) TypeError: _.contains is not a function #1684

dejanbatanjac opened this issue Dec 11, 2018 · 5 comments

Comments

@dejanbatanjac
Copy link

TensorBoard running under Ubuntu Chromium Web Browser.
Switch to Show Code mode, select a python file and the error like this one occurs:

(index):12064 Uncaught (in promise) TypeError: _.contains is not a function
    at (index):12064
    at Array.filter (<anonymous>)
    at HTMLElement._filterFileTracebacksByDebugWatches ((index):12064)
    at (index):12058
@stephanwlee
Copy link
Contributor

Hi @dejanbatanjac can you please fill out the issue template? Which version of TensorBoard are you using?
Thanks!

@dejanbatanjac
Copy link
Author

dejanbatanjac commented Dec 11, 2018

Ubuntu 18.04 LTS
Python 2.7.15rc1 (python -V)
Tensorboard: Version: 1.12.0 (using pip show)
TensorFlow: Version: 1.12.0 (using pip show)
Chromium Version 71.0.3578.80 (Official Build) snap (64-bit)
usage: tensorboard --logdir /tmp/logdir --debugger_port 7000
clicking on new2.py as in the image attached.
capture

@stephanwlee Let me know if you need anything more.

@stephanwlee
Copy link
Contributor

Issue template looks something like this when you create one:
image

It looks like the issue is fixed in #1550. The fix should be part of next release. Thanks!

@dejanbatanjac
Copy link
Author

@stephanwlee You may check out the previous post. I updated the issue.

@wchargin
Copy link
Contributor

@dejanbatanjac: Thanks. The stack trace that you provided refers to the
function that was patched in #1550, the PR that @stephanwlee linked
earlier. There are currently no references to _.contains in our code.

As Stephan said, this fix will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants