You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: