Commit e55a65b
Fix 404 errors when using Tensorboard with Firefox (#1505)
When connecting to Tensorboard with a Firefox browser, the following errors are
seen in the console window:
path /[[getImageSrc(feat.name)]] not found, sending 404
path /[[getCompareImageSrc(feat.name)]] not found, sending 404
path /[[getSeqImageSrc(seqfeat.name, seqNumber)]] not found, sending 404
path /[[getCompareSeqImageSrc(seqfeat.name, seqNumber)]] not found, sending 404
Similar errors were resolved in:
#1315
Repeating that process for these errors resolves this issue.1 parent 605842d commit e55a65b
File tree
1 file changed
+4
-4
lines changed- tensorboard/components/vz_example_viewer
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments