Hello I'm following this tutorial http://grschafer.com/guides/2013/09/07/steam-openid-and-webapi-with-rails/
I set up the login button for steam I can click my account but when I try to go back to my homepage I get hit with this error.
NoMethodError undefined method `[]' for nil:NilClass Extracted source (around line #39):
def player
@player ||= raw_info["response"]["players"].first
end
def steam_id
Thank you for your time.