dtcarls / fantasy_football_chat_bot

GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
GNU General Public License v3.0
297 stars 234 forks source link

Heroku link broken? #36

Closed kniq86 closed 5 years ago

kniq86 commented 5 years ago

Clicking the purple button brings me to a page on heroku that just states:

"No app.json located in the repo URL provided.

Make sure that an app.json file exists in the project root directory."

dtcarls commented 5 years ago

Do you have a heroku account and currently logged in?

kniq86 commented 5 years ago

Yessir

image

jcadig1 commented 5 years ago

Try clicking the purple heroku button further down the page below the discord/slack/groupme setup. The main button at the top of the page is working fine for me as well.

kniq86 commented 5 years ago

Oh, hm, I was going off the modified readme link from 14 days ago which was giving me the error. just scrolling down to the readme from the main code page made the heroku buttons work. Not sure what's going on there, but I think I've got it sorted out now, thanks!

dtcarls commented 5 years ago

I will look into it and make sure both buttons make the correct references.

On Thu, Sep 5, 2019 at 2:35 PM kniq86 notifications@github.com wrote:

Oh, hm, I was going off the modified readme link from 14 days ago which was giving me the error. just scrolling down to the readme from the main code page made the heroku buttons work. Not sure what's going on there, but I think I've got it sorted out now, thanks!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dtcarls/fantasy_football_chat_bot/issues/36?email_source=notifications&email_token=ACWGOWJIBTLBG3JQKXFXB63QIFGNRA5CNFSM4IUAZN72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6AIQHY#issuecomment-528517151, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWGOWKVA5KYAFC3OIGXNELQIFGNRANCNFSM4IUAZN7Q .

LandonPatmore commented 5 years ago

My bot does the same thing for some users, and some users do not see the issue at all. It seems to be an issue with Heroku itself. You can give people this link if that button is not working: https://heroku.com/deploy?template=https://github.com/dtcarls/fantasy_football_chat_bot and this looks to work.

dtcarls commented 5 years ago

Thank you @landonp1203