Google Play Login Problem

I’m working on integrating Google Play Game Services into my app, and I’m consistently getting an error when calling “gameNetwork.request(“login”, {userInitiated = true, listener = gameNetworkListener})”.

I know I’m getting an error because gameNetworkListener’s event.isError is returning true, but I’m not sure why I’m getting the error.

And yes, I did call “gameNetwork.init(“google”, gameNetworkListener)” before logging in. That is not returning any errors, so the problem lies within the login request.

Here’s my stripped down code: http://pastebin.com/yCjh73Y6 I start by calling “this.login()”.

Thank you for your time.