2

I'm getting the below error when trying to run the command heroku run python manage.py migrate from the terminal.

ECONNRESET: read ECONNRESET

I followed the link in the heroku docs to check if there was a firewall issue, but I had a successful telnet connection. I haven't been able to find any other examples of anyone running into this issue unless they are having a proxy/firewall issue but according to the telnet test it doesn't seem like I have a problem right?

I've also tried testing any other heroku run command I can think of and I get the same result.

jasonleehodges
  • 191
  • 2
  • 13

3 Answers3

3

After reading the logs it showed that there was an Error Code R13. I was able to follow this thread to get what I needed to be fixed but was unable to run anything that needs to actually be attached (like an interactive shell).

Tried filing something with Heroku support but they basically said that it's outside the scope of free support. Disappointing.

jasonleehodges
  • 191
  • 2
  • 13
0

The problem is related with a proxy in your internet connection. Try to connect to heroku by using another internet connection, for example your mobile phone tethering. It worked for me.

Tms91
  • 3,456
  • 6
  • 40
  • 74
0

The problem is as a result of your internet connection provider blocking Heroku server. Change the source or provider of your internet and you will be able to connect to the Heroku Django console.

Babatunde Mustapha
  • 2,131
  • 20
  • 21