Note that there are some explanatory texts on larger screens.

plurals
  1. PONew to Heroku - "No such type as web"
    primarykey
    data
    text
    <p>I'm trying to deploy my first app using Python/Flask on Heroku. I don't really know what I'm doing and am just following the tutorial at <a href="https://devcenter.heroku.com/articles/python#prerequisites">https://devcenter.heroku.com/articles/python#prerequisites</a>. When I type the command <code>heroku ps:scale web=1</code> I'm getting the error message "<code>No such type as web</code>". My <code>Procfile</code> says <code>web: python scrabble_cheater.py</code>, which I believe is correct. Here's the log of my terminal:</p> <pre><code>(venv)jason-olsens-macbook-pro:scrabble paulnichols$ heroku status === Heroku Status Development: No known issues at this time. Production: No known issues at this time. (venv)jason-olsens-macbook-pro:scrabble paulnichols$ heroku config === enigmatic-mountain-1395 Config Vars LANG: en_US.UTF-8 LD_LIBRARY_PATH: /app/.heroku/vendor/lib LIBRARY_PATH: /app/.heroku/vendor/lib PATH: /app/.heroku/venv/bin:/bin:/usr/local/bin:/usr/bin PYTHONHASHSEED: random PYTHONHOME: /app/.heroku/venv/ PYTHONPATH: /app/ PYTHONUNBUFFERED: true (venv)jason-olsens-macbook-pro:scrabble paulnichols$ heroku ps (venv)jason-olsens-macbook-pro:scrabble paulnichols$ git push heroku master Warning: Permanently added the RSA host key for IP address '50.19.85.154' to the list of known hosts. Everything up-to-date (venv)jason-olsens-macbook-pro:scrabble paulnichols$ heroku ps:scale web=1 Scaling web processes... failed ! No such type as web (venv)jason-olsens-macbook-pro:scrabble paulnichols$ </code></pre> <p>Any help is greatly appreciated!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload