1 | | I wanted to give a try to Brian's New Visualizer but wasn't able to get it to work. I got the code from two different sources: |
2 | | |
3 | | 1. Tahoe-LAFS latest darcs trunk with [attachment:Brians_New_Visualizer.darcs.patch] after solving two small conflicts in ''immutable/downloader/node.py''. |
4 | | 2. Brian's [https://github.com/warner/tahoe-lafs/tree/viz-miscevents viz-miscevents] branch on github |
5 | | |
6 | | In both cases, the timeline is not available. http://localhost:3456/status/down-0/timeline returns an error. |
| 1 | Oops, my previous comment was inaccurate, I was bitten by the timeline href link being absolute. The client under test was actually running on a different port than 3456. |