dphuang2 / PoGoBag

Analyze and share your Pokémon through a locally run server! Official Site access has been stopped as of 12/23/2016
146 stars 49 forks source link

Error after starting Rails and going to local host #6

Closed Gnommego closed 8 years ago

Gnommego commented 8 years ago

LoadError in StaticPagesController#home No such file to load -- google/protobuf_c

Extracted source (around line #2): 1 2 3 4 5 6

module SessionsHelper require 'poke-api' require 'pp'

def current_user if (name = session[:pogo_alias])

Rails.root: C:/Sites/PoGoBag

Application Trace | Framework Trace | Full Trace app/helpers/sessions_helper.rb:2:in <module:SessionsHelper>' app/helpers/sessions_helper.rb:1:in<top (required)>' app/controllers/application_controller.rb:1:in <top (required)>' app/controllers/static_pages_controller.rb:1:in<top (required)>' This error occurred while loading the following files: poke-api poke-api/POGOProtos/Signature google/protobuf google/protobuf_c Request

Parameters:

None

eXeLe commented 8 years ago

1

dphuang2 commented 8 years ago

Closing this as it is the same question as #1