Forum Multiplayer Never connect on Nonoba

Discussion and help relating to the PlayerIO Multiplayer API.

Never connect on Nonoba

Postby matrix5565 » March 31st, 2010, 10:24 pm

It works fine anywhere else it's hosted, including locally, but on Nonoba (specifically here: http://nonoba.com/matrix5565/now-you-ju ... ion/v0.1.1) it never connects. No error is ever thrown as far as I can tell, but I'm not using the debug player right now, so it might be one that just not being caught and handled.

Can anyone help?
matrix5565
 
Posts: 8
Joined: March 1st, 2010, 7:22 am

Re: Never connect on Nonoba

Postby Cyclone103 » April 1st, 2010, 12:01 am

I get this debug player error:
Code: Select all
Error: Missing user id
   at MethodInfo-473()
   at MethodInfo-2()
   at flash.events::EventDispatcher/dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at flash.net::URLLoader/onComplete()
Cyclone103
 
Posts: 155
Joined: January 18th, 2010, 6:47 pm

Re: Never connect on Nonoba

Postby matrix5565 » April 1st, 2010, 2:00 am

Eh, that's not particularly helpful. I think all of those are built-in methods and it doesn't even have a specific error type. I'm not sure where a "user ID" would even be located.

EDIT:
I discovered that the error is occurring in the PlayerIO.connect() section, but both in the documentation and in the actual AS file it says to do connect(stage:Stage, connectionid:String, gameid:String... when I've been using connect(stage:Stage, gameid:String, connectionid:String... and it's been working, and throws in error about the gamid "public" not existing if I switch the order to the one that is apparently supposed to be correct. I still can't figure out what's wrong though.
matrix5565
 
Posts: 8
Joined: March 1st, 2010, 7:22 am


Return to Multiplayer