Page 1 of 1

ServerTooOldException

PostPosted: Mon Jan 21, 2013 1:37 am
by NiffStipples
Hey guys,

i'm getting a weird exception when i try to add songs to an existing playlist - the app always gives me an "ServerTooOldException" Exception.

I'm on the latest MusicCabinet release and also at the latest dsub version - so i've got no clue where the issue could be :/

Maybe someone has a good advice for me? Thanks in advance! ;)

Re: ServerTooOldException

PostPosted: Mon Jan 21, 2013 2:53 am
by daneren2005
That probably means that the server is not sending the correct server version. I check the REST API version to make sure that it will work. They might not have either added the API or maybe just didn't change the version number.

Sent from my HTC One X using Tapatalk 2

Re: ServerTooOldException

PostPosted: Mon Jan 21, 2013 6:08 am
by hakko
How do you check the version, just using what is returned in getLicense? What is mandatory from 1.8.0?

Re: ServerTooOldException

PostPosted: Mon Jan 21, 2013 5:14 pm
by daneren2005
It looks like the code just caches the version from a previous response. It looks like the version is sent in every response (I'm not too sure, I am just using the original code for that)? And yah according to http://www.subsonic.org/pages/api.jsp#updatePlaylist it is mandatory 1.8.

Re: ServerTooOldException

PostPosted: Tue Jan 22, 2013 10:01 am
by NiffStipples
Wow, both devs at my thread :D

So, can i change anything on my configuration to get it working or is the fault somewhere else?

Re: ServerTooOldException

PostPosted: Tue Jan 22, 2013 11:06 am
by hakko
Nah, you're out of luck until I make MusicCabinet completely compatible with Subsonic 4.7 (right now it is somewhere between 4.6 and 4.7). Sorry about that.

(Or add it yourself! it's open source)

Re: ServerTooOldException

PostPosted: Tue Jan 22, 2013 2:10 pm
by NiffStipples
Uh, i would if i could - but i think i'll better keep waiting for your update ;)

Thanks a lot! :)