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.
Wrapper Error - API are obsolete
-
Nikrushworth
- Posts: 9
- Joined: 13 Oct 2007, 08:22
- Location: UK
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:
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() )