Avatar

Level 4

Still stuck on this point, but here's some more information.   The error occurs inthe onComplete function in SingleUseServices.   When I use my old room called test the response to the _loader.load(request);  looks like this (minus the blah-blah-blah):

<result>
<status code="ok"/>
<role>owner</role>
<userInfo tempUser="true">
<userId>EXT-ESTEIMLE-ERICSTEIMLE</userId>
<userName>EXT-ESTEIMLE-ERICSTEIMLE</userName>
<displayName>Eric</displayName>
<emailAddress></emailAddress>
</userInfo>
<ticket>14t6oh4twoer1</ticket>
<instance>na2-sdk-blah-blah-blah-blah-blah/test</instance>
<expiry>1200004</expiry>
</result>

But when I change the room to a new room that was created with the php library called turtle, I get this result:


<result>
<status code="error" subcode="invalid-user-instance"/>
</result>

Still stumped and digging for answers.

-Eric