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
2020-08-05T03:30:38.036222+00:00 app[scheduler.2017]: Traceback (most recent call last):
2020-08-05T03:30:38.036260+00:00 app[scheduler.2017]: File "tweet_bible_verse.py", line 76, in <module>
2020-08-05T03:30:38.036573+00:00 app[scheduler.2017]: main()
2020-08-05T03:30:38.036607+00:00 app[scheduler.2017]: File "tweet_bible_verse.py", line 71, in main
2020-08-05T03:30:38.036857+00:00 app[scheduler.2017]: tweet = get_bible_verse()
2020-08-05T03:30:38.036888+00:00 app[scheduler.2017]: File "tweet_bible_verse.py", line 43, in get_bible_verse
2020-08-05T03:30:38.037122+00:00 app[scheduler.2017]: verse = soup.select(".votd-box > p")[0].text
2020-08-05T03:30:38.037236+00:00 app[scheduler.2017]: IndexError: list index out of range
2020-08-05T03:30:38.128521+00:00 heroku[scheduler.2017]: Process exited with status 1
2020-08-05T03:30:38.178928+00:00 heroku[scheduler.2017]: State changed from up to complete
The text was updated successfully, but these errors were encountered:
The script is failing due to the following error:
From the Heroku logs:
The text was updated successfully, but these errors were encountered: