Wrapper Error - API are obsolete

Need help with SmartFoxServer? You didn't find an answer in our documentation? Please, post your questions here!

Moderators: Lapo, Bax

Post Reply
Nikrushworth
Posts: 9
Joined: 13 Oct 2007, 08:22
Location: UK

Wrapper Error - API are obsolete

Post 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.
potmo
Posts: 154
Joined: 02 Feb 2007, 14:28
Location: Stockholm Sweden
Contact:

Post 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.
Nisse Bergman
Raketspel
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post 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() )
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply