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

server.properties problem :( #60

Open
waheedullahkhan001 opened this issue Aug 6, 2020 · 2 comments
Open

server.properties problem :( #60

waheedullahkhan001 opened this issue Aug 6, 2020 · 2 comments

Comments

@waheedullahkhan001
Copy link

waheedullahkhan001 commented Aug 6, 2020

I do not know how to edit that server.properties
i did clone my app using heroku git:clone and then my app name etc but it was empty then i made server.properties in it
and placed online false and it worked for first time (im not sure but build was successful i think) but it did never work again build failed saying something like $ git push heroku master Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Writing objects: 100% (3/3), 241 bytes | 80.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to minecraft-server-1250. remote: To https://git.heroku.com/minecraft-server-1250.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/minecraft-server-1250.git'
pls help

@waheedullahkhan001
Copy link
Author

and when i add requirements.txt

remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Requirements file has been changed, clearing cached dependencies
remote: -----> Installing python-3.6.11
remote: -----> Installing pip 20.1.1, setuptools 47.1.1 and wheel 0.34.2
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote:        Collecting s3cmd
remote:          Downloading s3cmd-2.1.0-py2.py3-none-any.whl (145 kB)
remote:        Collecting python-magic
remote:          Downloading python_magic-0.4.18-py2.py3-none-any.whl (8.6 kB)
remote:        Collecting python-dateutil
remote:          Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
remote:        Collecting six>=1.5
remote:          Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
remote:        Installing collected packages: python-magic, six, python-dateutil, s3cmd
remote:        Successfully installed python-dateutil-2.8.1 python-magic-0.4.18 s3cmd-2.1.0 six-1.15.0
remote: -----> JVM Common app detected
remote: -----> Installing JDK 1.8... done
remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/inline.tgz
remote:        /tmp/codon/tmp/buildpacks/f2fbc9b1d342d3ce7c18a3bfecd6d9d722197713/bin/detect: 3: exec: /tmp/build_98473f46/bin/detect: not found
remote:
remote:        More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to minecraft-server-1250.
remote:
To https://git.heroku.com/minecraft-server-1250.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/minecraft-server-1250.git'

@jonmjauu
Copy link

jonmjauu commented Aug 9, 2020

Same with me.

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

2 participants