{% extends "base.html" %} {% block title %}BinkP Session Transcript — {{ config.BBS_NAME }}{% endblock %} {% block content %}

BinkP Session Transcript

{{ log.network.name }} — {{ log.started_at|eastern('%Y-%m-%d %H:%M:%S') }} {% if log.status == 'success' %}✓ success {% elif log.status == 'error' %}✗ error {% else %}~ {{ log.status }}{% endif %}

Poll Logs
{% if log.error_message %}
{{ log.error_message }}
{% endif %} {% if not log.transcript and log.status == 'running' %}
This poll is still in progress and hasn't reached a transcript checkpoint yet (checkpoints land at a couple of natural points in the session, not every single frame). Refresh this page in a few seconds, or check back from the Poll Logs list.
{% else %}
Frame-by-frame session log — >> sent, << received {% if log.status == 'running' %}🔄 partial — poll still in progress{% endif %}
{{ log.transcript }}
{% endif %} {% endblock %}