RobSpectre / Call-Your-Family

A free Twilio app to let Boston residents call their families while phone coverage is poor.
MIT License
89 stars 12 forks source link

The requested resource /2010-04-01/ ... was not found #3

Open MaxPleaner opened 9 years ago

MaxPleaner commented 9 years ago

After setting the ENV variables for my Twilio Auth / App / Number ids, I ran python configure.py but got the error:

The requested resource /2010-04-01/Accounts/<MY ID>/Applications/<MY ID>.json was not found

<MY ID> was not literally part of the error but I'm replacing my credentials.

I don't write much Python.

MaxPleaner commented 8 years ago

Hi, I noticed there was an update on this project so I gave it another try. This time I got a different error when running configure.py with the API KEYS.:

Configuring your Twilio hackpack...
Could not find Heroku remote in your .git config.  Have you created the Heroku app?
Traceback (most recent call last):
  File "configure.py", line 372, in <module>
    main()
  File "configure.py", line 369, in main
    configure.start()
  File "configure.py", line 68, in start
    self.host = self.getHerokuHostname()
  File "configure.py", line 283, in getHerokuHostname
    raise ConfigurationError("Could not find Heroku remote in " \
__main__.ConfigurationError
txt