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.

No edges appear in the graph explorer for Chrome 62.

See original GitHub issue

bnojao5eudk

The problem is that Chrome 62 no longer supports the native getPathSegAtLength method. SVG 2 dropped the method. We should instead make use of getTotalLength() and getPointAtLength() on the SVGGeometryElement object.

This issue must be fixed quickly, and then we should release a new pypi package as well as internal version. Otherwise, once Chrome 62 enters stable, no data flow edges will appear in the graph explorer for users (the graph would be very much broken). Chrome 62 has already entered the dev channel.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jartcommented, Jan 11, 2018

It might work if you pip install tb-nightly

0reactions
chihuahuacommented, Jan 11, 2018

Ah yeah! Per @jart, tb-nightly gives you bleeding edge features of TensorBoard.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's New In DevTools (Chrome 62)
A new Console API for querying objects. Negative filters and URL filters in the Console. HAR imports in the Network panel.
Read more >
Release notes for Microsoft Edge Stable Channel
This update to Extended Stable contains a fix for CVE-2022-4262, which has been reported by the Chromium team as having an exploit in...
Read more >
User-select: all inheritance not working in chrome 62
It is an issue on the Chrome browser. The bug was already reported. You can find more details about the bug with another...
Read more >
Archived release notes - Chrome Enterprise and Education Help
Archived release notes. Note: For information about the current Chrome versions and targeted releases, see Chrome Enterprise release notes.
Read more >
placeholder-shown CSS pseudo-class on Google Chrome 31
placeholder-shown CSS pseudo-class is Not Supported on Chrome 31. ... Text API for Canvas ... CSS background-position edge offsets.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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