Comment 1 for bug 594973

Revision history for this message
Alex Harrington (alexharrington) wrote : Re: Unable to register client on 1.2.0rc1 biela branch

I think it's more likely to be the webservice schema version being incremented.

If you pull the python client from https://code.launchpad.net/~alexharrington/xibo/pyclient-1.1.1a2 and then change line 2257 of XiboClient.py to "2" instead of "1" it should then connect up OK:
http://bazaar.launchpad.net/~alexharrington/xibo/pyclient-1.1.1a2/annotate/head:/client/python/XiboClient.py#L2257

Alex