Skip to content

Instantly share code, notes, and snippets.

@peacock0803sz
Created February 5, 2019 09:42
Show Gist options
  • Save peacock0803sz/4606679ac014f153f31908ccf275b75d to your computer and use it in GitHub Desktop.
Save peacock0803sz/4606679ac014f153f31908ccf275b75d to your computer and use it in GitHub Desktop.
heroku logs
2019-02-05T09:26:58.000000+00:00 app[api]: Build started by user [email protected]
2019-02-05T09:27:34.375327+00:00 heroku[bot.1]: Starting process with command `python main.py`
2019-02-05T09:27:34.988297+00:00 heroku[bot.1]: State changed from starting to up
2019-02-05T09:27:39.290332+00:00 heroku[bot.1]: Process exited with status 1
2019-02-05T09:27:39.094887+00:00 app[bot.1]: Traceback (most recent call last):
2019-02-05T09:27:39.094915+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 76, in start
2019-02-05T09:27:39.095377+00:00 app[bot.1]: stdin=PIPE)
2019-02-05T09:27:39.095394+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/subprocess.py", line 769, in __init__
2019-02-05T09:27:39.096199+00:00 app[bot.1]: restore_signals, start_new_session)
2019-02-05T09:27:39.096230+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/subprocess.py", line 1516, in _execute_child
2019-02-05T09:27:39.098965+00:00 app[bot.1]: raise child_exception_type(errno_num, err_msg, err_filename)
2019-02-05T09:27:39.099311+00:00 app[bot.1]: FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver': 'chromedriver'
2019-02-05T09:27:39.099334+00:00 app[bot.1]:
2019-02-05T09:27:39.099336+00:00 app[bot.1]: During handling of the above exception, another exception occurred:
2019-02-05T09:27:39.099337+00:00 app[bot.1]:
2019-02-05T09:27:39.099468+00:00 app[bot.1]: Traceback (most recent call last):
2019-02-05T09:27:39.099498+00:00 app[bot.1]: File "main.py", line 3, in <module>
2019-02-05T09:27:39.100354+00:00 app[bot.1]: from getlive import get_live
2019-02-05T09:27:39.100509+00:00 app[bot.1]: File "/app/getlive.py", line 9, in <module>
2019-02-05T09:27:39.101216+00:00 app[bot.1]: driver = webdriver.Chrome(options=options)
2019-02-05T09:27:39.101374+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
2019-02-05T09:27:39.102260+00:00 app[bot.1]: self.service.start()
2019-02-05T09:27:39.102288+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 83, in start
2019-02-05T09:27:39.103297+00:00 app[bot.1]: os.path.basename(self.path), self.start_error_message)
2019-02-05T09:27:39.103636+00:00 app[bot.1]: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
2019-02-05T09:27:39.103660+00:00 app[bot.1]:
2019-02-05T09:27:42.187918+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=secure-everglades-92240.herokuapp.com request_id=4d9e2011-933e-4163-9690-abf13f65fb5d fwd="122.134.34.8" dyno= connect= service= status=503 bytes= protocol=https
2019-02-05T09:27:36.000000+00:00 app[api]: Build succeeded
2019-02-05T09:29:07.000000+00:00 app[api]: Build started by user [email protected]
2019-02-05T09:29:45.313286+00:00 heroku[bot.1]: State changed from crashed to starting
2019-02-05T09:29:55.577488+00:00 heroku[bot.1]: Process exited with status 1
2019-02-05T09:31:07.887009+00:00 heroku[bot.1]: Starting process with command `python main.py`
2019-02-05T09:31:08.606293+00:00 heroku[bot.1]: State changed from starting to up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment