Forum ‹ QuickConnect ‹ TypeError (Error #1009): In callback handler for Connection.
3 posts
• Page 1 of 1
TypeError (Error #1009): In callback handler for Connection.
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!
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: 116
- Joined: March 29th, 2011, 12:31 am
Re: TypeError (Error #1009): In callback handler for Connect
hello, I have the same problem n last week... My connect string is:
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...
- 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
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
Basically you just have have some code inside your callback that triggers a null ref error
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
3 posts
• Page 1 of 1