Jeff wrote:
> As Michael pointed out, there's a problem (at least on FC4) where the
> artists is blank.
> 
> That is:
> 
> 
>>[EMAIL PROTECTED] trac]# telnet 192.168.1.51 9090
>>Trying 192.168.1.51...
>>Connected to 192.168.1.51.
>>Escape character is '^]'.
>>artists 0 5 charset:iso-8859-1
>>artists 0 5 charset%3Aiso-8859-1 count%3A2247 id%3A3846 artist%3A
>>id%3A2463 artist%3A id%3A3085 artist%3A id%3A3709 artist%3A
> 
> id%3A2971
> 
>>artist%3A
> 
> 
> There should be an artist name after the "artist:" (artist%3A), and
> there isn't.
> 
> Interestingly, this isn't happening on FC2.  So it's a change that was
> made on Fedora.
> 
> Michael (or anyone on FC4 that sees this problem), can you please:
> 
> 1) Post the results of the 'locale' command, and
> 2) Do something like (assuming bash shell):
> 2.a) export LANG=""
> 2.b) Post results of 'locale' command,
> 2.c) Start SlimServer under this shell, then repost the results of the
> test (i.e. telnet localhost 9090, then issue command 'artists 0 5
> charset:iso-8859-1' and post results.

1)
[EMAIL PROTECTED] ~]$ locale
LANG=en_GB.UTF-8
LC_CTYPE=en_GB.UTF-8
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

2.a)
[EMAIL PROTECTED] ~]$ export LANG=""

2.b)
[EMAIL PROTECTED] ~]$ locale
LANG=
LC_CTYPE=en_GB.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

2.c)
[EMAIL PROTECTED] ~]$ /home/slimserver/trunk/server/slimserver.pl \
--prefsfile=/etc/sysconfig/slimserver/trunk/slimserver.conf \
--noLogTimestamp \
--httpaddr=192.168.1.51 \
--cliaddr=192.168.1.51 \
--playeraddr=192.168.1.51 \
--streamaddr=192.168.1.51

bash-3.00$ telnet 192.168.1.51 9090
Trying 192.168.1.51...
Connected to 192.168.1.51.
Escape character is '^]'.
artists 0 5 charset:iso-8859-1
artists 0 5 charset%3Aiso-8859-1 count%3A2247 id%3A3846 artist%3A
id%3A2463 artist%3A id%3A3085 artist%3A id%3A3709 artist%3A id%3A2971
artist%3A

R.

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to