Page 1 of 1

Client too new for localhost server

PostPosted: 06 Sep 2016, 02:21
by Julia
I wanted to test out some of the Kaladesh cards I've been working on, but I'm unable to connect to my localhost server due to expecting an older client version.

I recently synced my fork to original repo, pulled from the synced fork, built mage root, server and client. Any idea how to have the localhost server expect the newest client version?

See image for error message.

Re: Client too new for localhost server

PostPosted: 06 Sep 2016, 11:24
by escplan9
This may sound like a dumb question, but are you sure you selected to connect to localhost? Also try checking the box for "Force update of database" when connecting.

Re: Client too new for localhost server

PostPosted: 06 Sep 2016, 14:29
by Julia
escplan9 wrote:This may sound like a dumb question, but are you sure you selected to connect to localhost? Also try checking the box for "Force update of database" when connecting.
I'm sure – I also tried it once more, with same results.

When I run Mage Server I get "INFO 2016-09-06 16:24:41,569 Starting MAGE server version 1.4.12v0" in the output. And when I run the client, I get "INFO 2016-09-06 16:26:54,549 Starting MAGE client version 1.4.14v0". So it seems like there's some desync between my server and client version.

Re: Client too new for localhost server

PostPosted: 06 Sep 2016, 23:22
by fireshoes
I don't have an answer to your question, but I did add you to the gitter chat, which tends to be more visible to the other devs I think.
https://gitter.im/magefree/mage

Re: Client too new for localhost server

PostPosted: 09 Sep 2016, 12:43
by LevelX
You started the server from the IDE and did a "clean & build" after the repository pull from repository?