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.
sessionize session listscrapes all sessions from the "to do" list viaHowever, 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.