Skip to content

list() misses the currently loaded session #1

Description

@angiejones

sessionize session list scrapes all sessions from the "to do" list via

document.querySelectorAll('a[href*="sessionId="]')

However, the Evaluation page has loaded one session and a list of all other sessions. So that opened session is not in the list and therefore not returned. This causes the CLI to always miss exactly one session.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions