robby1066 / keepposted-help

Documentation, Issue Tracker, and Repository of Knowledge For Keep Posted (www.keepposted.io) — A way to keep teams informed and connected without disrupting their focus.
https://www.keepposted.io
1 stars 0 forks source link

Table of contents on message display page randomly breaks #31

Closed robby1066 closed 3 years ago

robby1066 commented 3 years ago

Describe the bug

The table of contents occasionally breaks. After building a message and viewing it, the table to contents doesn't show up. This is because one of the clips appears not to have it's duration captured, which prevents building the table of contents.

Steps To Reproduce

This bug is intermittent. To reproduce, several attempts would need to be made at recording messages until one is found to break. It's unclear if there's a consistently reproducible path

Expected behavior

Every message should have a table of contents displayed beneath it when it is displayed.

robby1066 commented 3 years ago

Spent a while today trying to reproduce this bug unsuccessfully. It's possible that it was fixed by #14 where an extra server-side check was put in to get the duration if it was not supplied by the browser when the video was uploaded.

I'll test a little more. This happened fairly frequently in production, so it should be easy to pin down and find a reproducible case.

robby1066 commented 3 years ago

Marking as wontfix for now because I can't seem to reproduce it anymore. Will resurrect it if I can figure out a scenario where it reproduces.