ice icon indicating copy to clipboard operation
ice copied to clipboard

Issues with loading traces

Open smithjessk opened this issue 2 years ago • 0 comments

Commit: be5e53dad06b7e2428260f20cf7b3714590587bf, which is just documentation ahead of 10ca67e41be58d629cec3b2a1c6918c45ea64395

  • Appending one (base64?) character to a trace ID results in a completely blank page.

    • I can reproduce this locally by building the server, running it, then generating any trace.
    • E.g., compare https://ice.ought.org/traces/01GCZNZ1YC0XRE1QHSAV6MPWJD and https://ice.ought.org/traces/01GCZNZ1YC0XRE1QHSAV6MPWJDC.
    • There are no console messages or seemingly-relevant network calls.
  • Replacing one character in a trace ID with a different (base64?) character results in a parsing error.

    • E.g., compare https://ice.ought.org/traces/01GCZNZ1YC0XRE1QHSAV6MPWJD and https://ice.ought.org/traces/01GCZNZ1YC0XRE1QHSAV6MPWJC.
    • There are repeated HEAD and GET calls that 404. Looks like it's stuck in some bad loop.
    • I can't exactly reproduce this locally. Locally, the left-hand-side of the page never renders:
image

smithjessk avatar Jan 30 '23 17:01 smithjessk