Bugzilla – Bug 2718
SlimServer crash
Last modified: 2008-09-15 14:38:10 UTC
I am trying to get album info through CLI by issuing the following command: album 105 1 Whenever I do this, the server dies with the following error: 2005-12-17 22:08:44.9218 Can't escape \x{0410}, try uri_escape_utf8() instead at /PerlApp/Slim/Control/CLI.pm line 618 The album title does contain non-ASCII characters. Any suggestions?
This has been fixed in the 6.2.2 nightlies. http://svn.slimdevices.com/branches/BRANCH_6_2_x/server/Slim/Control/CLI.pm?rev=5226&view=rev Change 5226 http://www.slimdevices.com/dev_nightly.html
Just tested, and this indeed appears to have fixed it. Thanks.