Code Monkey home page Code Monkey logo

Comments (14)

mbround18 avatar mbround18 commented on June 3, 2024

I will take a look at this shortly, thank you for reporting it. I imagine i have a few upkeep related things ill need to take care of as the ark-server-tools as had quite a few updates.

from ark-manager-web.

thakyZ avatar thakyZ commented on June 3, 2024

This seems to be an issue if you already had ARK server tools installed and removed the instance "main" and replaced it with another with a different name. In my case I only had an istance named "island"

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

currently changing the instance name is unsupported as having multiple instances was a future enhancement. However, I can add the ability to change the instance name when i get started looking into your issue as the process shouldn't be too difficult. Unfortunately Ill still only have support for a single instance as multiple instances would require a redesign.

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

I am looking into this issue currently, though i have added the ability to modify the ark instance name. Ill have that up to github within an hour or so.

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

Alright I have a fix for this ready, if you pull develop once i push you will need to run the following commands:

bundle --binstubs
bundle exec rake configure

Any option between two pipe marks are the default option.

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

@thakyZ Would you mind pulling develop performing the following commands and then retrying to run the interface?

bundle --binstubs
bundle exec rake configure

from ark-manager-web.

thakyZ avatar thakyZ commented on June 3, 2024

I get this

============== Executable Loads ==============
checking for bash... yes
checking for curl... yes
checking for arkmanager in /home/arkserver/bin... no
==================== Tasks/Output ===================
rake aborted!
Don't know how to build task 'configure' (see --tasks)
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task_manager.rb:62:in `[]'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:149:in `invoke_task'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in `each'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in `block in top_level'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:115:in `run_with_threads'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:100:in `top_level'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:78:in `block in run'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:176:in `standard_exception_handling'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:75:in `run'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-10.5.0/bin/rake:33:in `<top (required)>'
/home/arkserver/.rbenv/versions/2.3.1/bin/rake:23:in `load'
/home/arkserver/.rbenv/versions/2.3.1/bin/rake:23:in `<top (required)>'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `load'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:75:in `kernel_load'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli/exec.rb:28:in `run'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:424:in `exec'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:27:in `dispatch'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:18:in `start'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/exe/bundle:30:in `block in <top (required)>'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/lib/bundler/friendly_errors.rb:122:in `with_friendly_errors'
/home/arkserver/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/exe/bundle:22:in `<top (required)>'
/home/arkserver/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/home/arkserver/.rbenv/versions/2.3.1/bin/bundle:23:in `<main>'

Edit: updated crash to the develop branch

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

When you run bundle exec rake -T what does it show you?

from ark-manager-web.

thakyZ avatar thakyZ commented on June 3, 2024

It shows this:

============== Executable Loads ==============
checking for bash... yes
checking for curl... yes
checking for arkmanager in /home/arkserver/bin... no
==================== Tasks/Output ===================
rake install:ark_server    # Install Ark Server with Server Tools
rake install:server_tools  # Install Server Tools

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

How about when you type git branch ?

from ark-manager-web.

thakyZ avatar thakyZ commented on June 3, 2024
arkserver@mail:~/ark_manager_web-devel$ git branch
* develop
  validations

from ark-manager-web.

thakyZ avatar thakyZ commented on June 3, 2024

don't worry about validations, I accidentally checked that out and it contains nothing.

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

Would you mind running the command git pull in the ark_manager_web folder? And let me know if it pulls new code?

from ark-manager-web.

mbround18 avatar mbround18 commented on June 3, 2024

@thakyZ I am going to mark this issue as resolved. I am able to change the instance name now without issue.

from ark-manager-web.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.