Page 1 of 1

Wrapper Error - API are obsolete

Posted: 25 Oct 2007, 19:33
by Nikrushworth
Hi

I am getting this error in the wrapper log, when users try to connect to to a game we host:

INFO | jvm 1 | 2007/10/25 18:03:26 | 18:03:26.890 - [ WARNING ] > Client from ip: /IP ADRESS REMOVED was refused because API are obsolete.

I have placed IP ADRESS REMOVED, dont want to display which address connecting from.
Anyone any ideas? The server is hosted on Windows 2003.

Thanks in advance.

Posted: 25 Oct 2007, 21:12
by potmo
Im not 100% since i use my custom homemade Director Smarfox client API but when i looked in the flash API i think there might be a versiontag.

My guess is that you are using an old client API to a new server.

So therefore to resolve this: Update your API on the clientside.

Posted: 26 Oct 2007, 06:57
by Lapo
The client side API that you're using are older than the server you're using.
Since we provide updated API with each release, just make sure that you installed those that came with your current server version.

You can check the API version by calling the getVersion() method on the SmartFoxClient instance object.

example:

Code: Select all

var sfs:SmartFoxClient = new SmartFoxClient()
trace( sfs.getVersion() )