Giter VIP home page Giter VIP logo

Comments (5)

noraj avatar noraj commented on June 12, 2024

Looking at rake I have:

Processing by GamesController#show as HTML
  Game Load (0.9ms)  SELECT  "games".* FROM "games"  ORDER BY "games"."id" ASC LIMIT 1
Completed 404 Not Found in 23ms (ActiveRecord: 14.4ms)

ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
  app/controllers/application_controller.rb:29:in `load_game'


  Rendered /home/noraj/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
  Rendered /home/noraj/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
  Rendered /home/noraj/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.5ms)
  Rendered /home/noraj/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.9ms)

from ctf-scoreboard-archive.

rbclark avatar rbclark commented on June 12, 2024

You need to run bundle exec rake db:seed to load some default data, the error is simply saying there is no game currently created, one is created when you load the default data though

from ctf-scoreboard-archive.

noraj avatar noraj commented on June 12, 2024

Thank you.
I have those warnings:

touch: cannot touch '/opt/keys/pwnies2': No such file or directory
touch: cannot touch '/opt/keys/nbs3': No such file or directory

Will this be a problem later? Do I need to configure something?

from ctf-scoreboard-archive.

rbclark avatar rbclark commented on June 12, 2024

Those will not be a problem, that is part of our system for handling VPN connections for our competitors. That system has to be setup separately anyway so as long as you are not using that system you will have no problem.

from ctf-scoreboard-archive.

noraj avatar noraj commented on June 12, 2024

@rbclark Ok I have access to the admin panel now. It should be good. I did some PR for the documentation. Thanks for your help.

from ctf-scoreboard-archive.

Related Issues (20)

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.