-
Notifications
You must be signed in to change notification settings - Fork 20
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
General startup errors when trying to launch the wrapper #598
Comments
That command line looks invalid. I'm having trouble seeing what command you are attempting to run. You should (I think) be doing this: (your Wrapper.py should be in the same folder with your server.jar)
|
I think maybe you are confused by the notation in the readme.MD:
|
Okay yeah I was confused about that, thanks! But I'm still getting the same error when I run the command python Wrapper.py. |
Post your wrapper.properties.json file and also give some screen shots or something that shows your file structures and where your server files are, as well as the wrapper.py or /wrapper folder (depending on what you use). |
Hey, I've tried using python3 and the wrapper starts fine. However, after it starts and I input my password, it just spams "Starting server..." over and over. Any idea what could be causing this? Also I'm not sure where to locate the wrapper.properties.json file. I don't see it in the file tree. |
Wrapper.properties.json will be in the same folder as where the Wrapper.py is located. FYI, I did fix the Python 2 syntax errors. What you describe occurs whenever the startup command fails... which could be anything; wrong java arguments, an existing server running on the same port, etc. Examples:
|
Another possibility is that it cannot find the server.jar because your server.jar and Wrapper.py are not in the same folder. You can place them in different folders, but that is a special advanced configuration option that is set up in wrapper.properties.json |
Hi, I'm trying to start the wrapper and I keep getting this syntax error whenever python attempts to open the Wrapper.py file:
:/home/minecraft/multicraft/servers/server260# python Wrapper.py|/home/minecraft/multicraft/servers/server260/minecraft-wrapper-master/wrapper [passphrase '(redacting password)']
-bash: /home/minecraft/multicraft/servers/server260/minecraft-wrapper-master/wrapper: Is a directory
File "Wrapper.py", line 1
PK
^
SyntaxError: invalid syntax
For reference, I'm running Ubuntu 7.2 and I have all the required packages installed.
Any help would be great. Thanks.
The text was updated successfully, but these errors were encountered: