Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install on Heroku #1000

Closed
returntrip opened this issue Aug 31, 2015 · 7 comments
Closed

Unable to install on Heroku #1000

returntrip opened this issue Aug 31, 2015 · 7 comments

Comments

@returntrip
Copy link

I have followed the instructions provided on the wiki to install Huginn on Heroku.

I have run the script ./bin/setup_heroku it works up to when the app name is verified and it returns a blank app name.

I am probably doing something wrong....

Output below:
[returntrip@inferno huginn]$ ./bin/setup_heroku
Welcome xxx.xxx@gmail.com! It looks like you're logged into Heroku.

It looks like you don't have a Heroku app set up yet for this repo.
You can either exit now and run 'heroku create', or I can do it for you.
Would you like me to create a Heroku app for you now in this repo? (y/n) y
Creating hidden-hollows-4338... done, stack is cedar-14
https://hidden-hollows-1111.herokuapp.com/ | git@heroku.com:hidden-hollows-1111.git
Your app name is ''. Is this correct? (Y/n)

@cantino
Copy link
Member

cantino commented Aug 31, 2015

Welcome @returntrip, it looks like Heroku may have changed something.

Did you use the "Deploy to Heroku" button on the README, or clone the repo first and then run ./bin/setup_heroku? Both should work, but I want to know which one you did so I can test it.

@returntrip
Copy link
Author

Hi Andrew,

I did clone the repo. Thanks for helping.

@cantino
Copy link
Member

cantino commented Aug 31, 2015

Okay, thanks. I'll take a look at that soon.

@cantino
Copy link
Member

cantino commented Sep 1, 2015

Hey @returntrip, that's odd, it just worked for me. I cloned the repo, bundled, and ran bin/setup_heroku. It gave me

Would you like me to create a Heroku app for you now in this repo? (y/n) y
Creating afternoon-retreat-6027... done, stack is cedar-14
https://afternoon-retreat-6027.herokuapp.com/ | https://git.heroku.com/afternoon-retreat-6027.git
Git remote heroku added
Your app name is 'afternoon-retreat-6027'.  Is this correct? (Y/n) 

It's odd that you didn't see Git remote heroku added either. Mind trying again?

@returntrip
Copy link
Author

Hi @cantino, sorry for the delay. I have tried again with no success. However, I have successfully deployed the app using the button.

It is probably me doing something wrong....

Not sure if this helps, I guess the script is looking for "heroku info" to return the app name. In my case I get this

[returntrip@inferno huginn]$ heroku info
! No app specified.
! Run this command from an app folder or specify which app to use with --app APP.
[returntrip@inferno huginn]$

My best guess is that I have not been able to setup the default heroku app correctly hence heroku info is returning the above instead of the app name. This in turn affects your script...

It must be either user error (me) or mabe my Fedora install (probably still my fault tho hahaha)

If I am the only one unable to run the script, it might be best to close this report. In case you want me to continue troubleshooting let me know. I will try my best.

@cantino
Copy link
Member

cantino commented Sep 5, 2015

Appreciated! I'm sure you've found a real edge case with the script, but I don't know what it is. If the button worked for you, that's great, you should be able to use it from now on with bin/update_heroku.

@cantino
Copy link
Member

cantino commented Feb 14, 2016

Closing since we haven't heard back. Hope it's working for you!

@dsander dsander closed this as completed Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants