nassir-malik / IFTTT-Alexa-And-GoogleHome-Control-Single-Device

17 stars 30 forks source link

Heroku is now using python-3.6.4 #3

Open freakout242 opened 6 years ago

freakout242 commented 6 years ago

getting the following error when launching the app.

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

Heroku is now running in python-3.6.4 and not python-3.6.3

nassir-malik commented 6 years ago

Change the python version config file and redeploy.

-Thanks

Nassir

On Sun, Feb 18, 2018 at 1:09 PM, freakout242 notifications@github.com wrote:

getting the following error when launching the app.

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

Heroku is now running in python-3.6.4 and not python-3.6.3

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nassir-malik/IFTTT-Alexa-And-GoogleHome-Control-Single-Device/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AL1FGa3OkgTaqemWuciEYVxTLBmS-ikqks5tWHVVgaJpZM4SJzcy .

freakout242 commented 6 years ago

I'm really being a noob here, I have no idea on how to do that. I don't see anything on Heroku that allows me to change any of the file listed in this github project. I can download your files and change runtime.txt, but I have no idea how to redeploy it.

Edit: ok, I was able to redeploy it, and I no longer get the error in the build log, but the app still will not launch. I get this error on app launch,

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

any ideas?