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

Bot not running #2

Open
realnitinworks opened this issue Aug 5, 2020 · 0 comments
Open

Bot not running #2

realnitinworks opened this issue Aug 5, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@realnitinworks
Copy link
Owner

The script is failing due to the following error:

From the Heroku logs:

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
@realnitinworks realnitinworks added bug Something isn't working good first issue Good for newcomers labels Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant