Forum QuickConnect TypeError (Error #1009): In callback handler for Connection.

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

TypeError (Error #1009): In callback handler for Connection.

Postby cjcenizal » November 1st, 2011, 2:27 am

I've been getting a number of these errors recently in the Error log:

TypeError (Error #1009): In callback handler for Connection.connect

Does anyone have any suggestions on how I can learn more info about this error? I understand Error #1009 is a null object reference error, but "Connection.connect" is what throws me. Does anyone know which part of the PlayerIO API results in that being called?

Thanks in advance!
cjcenizal
Paid Member
 
Posts: 115
Joined: March 29th, 2011, 12:31 am

Re: TypeError (Error #1009): In callback handler for Connect

Postby gnollik » April 10th, 2012, 4:38 pm

hello, I have the same problem n last week... My connect string is:

Code: Select all
PlayerIO.connect(stage,"crimson-.....","public",vk_id,"",this._handle_start_connect,this._handleError);


where vk_id is a String value. So it looks like all may work fine and it work fine last 6 months, but now I get this error...
gnollik
Paid Member
 
Posts: 24
Joined: March 12th, 2011, 10:08 pm

Re: TypeError (Error #1009): In callback handler for Connect

Postby Benjaminsen » May 1st, 2012, 12:51 pm

As a service we trap all errors that happens inside Player.IO callbacks.

Basically you just have have some code inside your callback that triggers a null ref error
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark


Return to QuickConnect



cron