Brendan Fosberry
Brendan Fosberry
Right now you should be able to run ``` $ go get github.com/adams-sarah/hipbot-go $ cd $GOPATH/src/github.com/adams-sarah/hipbot-go/ $ go get ./... $ go build ./... ```
Oh nice!
Now I get 500s hitting port 80: ``` Traceback (most recent call last): File "/opt/graphite/bin/carbon-cache.py", line 32, in run_twistd_plugin(__file__) File "/opt/graphite/lib/carbon/util.py", line 96, in run_twistd_plugin runApp(config) File "/usr/local/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23,...
You're right, itdoes, I'll track down another fix
No, after this weekend I'll take another look
I think we need to do a nil check before here on player https://github.com/reu/omniauth-steam/blob/master/lib/omniauth/strategies/steam.rb#L15 That would stop the exceptions, at least in this part of the code, not sure why...
2014-04-10T14:01:25.832334+00:00 app[web.1]: I, [2014-04-10T14:01:25.832215 #2] INFO -- OpenID: Generated checkid_setup request to https://steamcommunity.com/openid/login using stateless mode. 2014-04-10T14:01:25.831037+00:00 app[web.1]: I, [2014-04-10T14:01:25.830826 #2] INFO -- OpenID: Missing required parameter in response from...
I think this was mostly caused by nil env args on my part and callback code bugs, but you may want to look into making this less brittle. Nothing urgent...
As Ross mentioned, just write some debugging code or hop on the console and ensure your web api key is being loaded correctly
On your inbound controller just puts out params and look at the returned values, and errors. You can also use a standard debugger and take a look at the response....