Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to work #1

Open
TheEpicCowOfLife opened this issue Jul 9, 2022 · 0 comments
Open

Doesn't seem to work #1

TheEpicCowOfLife opened this issue Jul 9, 2022 · 0 comments

Comments

@TheEpicCowOfLife
Copy link

TheEpicCowOfLife commented Jul 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant