Hi all,

I get the following error in Opera dragonfly console:

Uncaught exception: TypeError: Cannot convert
'iframe.contentWindow.APE' to object

Error thrown at line 112, column 2 in <anonymous function:
APE.Client.prototype.load>() in 
http://www.cruisechat.nl/ape/APE_JSF/Build/uncompressed/apeClientJS.js:
    iframe.contentWindow.APE.init(config);

Also, probably due to this, Opera does not restore APE sessions
(Firefox and Chrome do).

I use the something like the following Clientside code to see if a APE
session is active:

if (this.core.options.restore) {

   this.core.start();//No arguments, so session will be retrieved


} else {

    this.core.start({"name":"blabla"});

}

Opera adds the user as new user and this fails, for the nickname is
already used. After 45 seconds a refresh is able to add the user
again, for the nickname has been freed after the usual 45 seconds
timeout nickname delete on the serverside.

Please help with this issue.

Evertjan Garretsen

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to