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

NOT WORKING.. SUDDENLY #4

Open
Zamjirou opened this issue Dec 13, 2021 · 4 comments
Open

NOT WORKING.. SUDDENLY #4

Zamjirou opened this issue Dec 13, 2021 · 4 comments

Comments

@Zamjirou
Copy link

HELP MEEEEEEE

@zeyfx
Copy link

zeyfx commented Dec 14, 2021

yeah I did everything right too, but it doesn't work, all the content entered in Config.json has been confirmed and I deleted the old app created in Hiroku to avoid conflict

@Zamjirou
Copy link
Author

only 1 main account works for me..

@batak1337
Copy link

error: failed to push some refs to 'https://git.heroku.com/polar-eyrie-91557.git' get this error after "git push heroku main"

@zeyfx
Copy link

zeyfx commented Dec 16, 2021

only 1 main account works for me..

Intentional. you can only have 1 main account and that's it
font: #2

error: failed to push some refs to 'https://git.heroku.com/polar-eyrie-91557.git' get this error after "git push heroku main"

go to Heroku > apps > turn off all apps through the individual settings of each one >

inside a new folder you will open PowerShell and type the following commands:
git config --global user.email YOUR EMAIL
git clone https://github.com/Gunthersuper/steam-idle-bot

A new folder "steam-idle-bot" will appeared in this directory. Go to this folder.

inside the "steam-idle-bot" folder you will open PowerShell and type the following commands:
heroku login
heroku create
git init
git add .
git commit -m 'commit'
git push heroku main (note: yeah, its "main" and not "master")
heroku ps:scale web=0
heroku ps:scale bot=1

Hope I was helpfull

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