Skip to content

Doesn't seem to work #1

@TheEpicCowOfLife

Description

@TheEpicCowOfLife

Setting it up, I'm getting this error when testing on this https://www.when2meet.com/?16100999-M8mVd

Using Firefox on Ubuntu.

Perhaps the HTML updated? It seems to be the core issue is that the program is unable to find the dates and times on lines 129 and 144.

Traceback (most recent call last):
File "controller.py", line 213, in
main()
File "controller.py", line 158, in main
events = getEvents(dates,times)
File "controller.py", line 69, in getEvents
start_time = (datetime.strptime((dates[0] + ' ' + str(getYear(dates[0],times[0])) + ' ' + times[0]), '%b %d %Y %I %p')).isoformat('T')+ "Z"
IndexError: list index out of range

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