Loggytronic Forum

VOMP => VOMP for Raspberry Pi => Topic started by: clausmuus on September 08, 2012, 13:54:56

Title: Bug in Vompclient-raspi
Post by: clausmuus on September 08, 2012, 13:54:56
Hi,

I have a problem with the vompclient-raspi. It can not connect to the VDR because there are two connections at the same time at login time.
The Problem is the line 651 in vdr.cc
setCharset(Osd::getInstance()->charSet());
This will be called until the login procedure is running. If I comment this line out, the connection to the VDR runns well.

Claus
Title: Re: Bug in Vompclient-raspi
Post by: MartenR on September 08, 2012, 15:28:12
Please update your server to current vompserver in the git.
The charset command is only handled in this development version.
Please post if the problem persists.

Marten
Title: Re: Bug in Vompclient-raspi
Post by: clausmuus on September 09, 2012, 23:56:30
Thank you, now it works also for me.

Claus