Bug 6109 - Missing string when opening settings page
: Missing string when opening settings page
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.0
: PC Windows XP
: P2 trivial (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-09 13:50 UTC by Philip Meyer
Modified: 2007-11-21 10:21 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Meyer 2007-11-09 13:50:15 UTC
When I open the settings page in the default skin, I get the following in the log:

[21:48:22.7976] Slim::Utils::Strings::string (354) Error: missing string PLUGIN_RHAPSODY_MODULE_NAME
[21:48:22.7984] Slim::Utils::Strings::string (354) Backtrace:

   frame 0: Slim::Utils::Log::logBacktrace (P:/Music/SlimServer/trunk/server/Slim/Utils/Strings.pm line 354)
   frame 1: Slim::Utils::Strings::string (P:/Music/SlimServer/trunk/server/Slim/Web/Settings/Server/Plugins.pm line 72)
   frame 2: Slim::Web::Settings::Server::Plugins::handler (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 1057)
   frame 3: Slim::Web::HTTP::generateHTTPResponse (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 903)
   frame 4: Slim::Web::HTTP::processURL (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 742)
   frame 5: Slim::Web::HTTP::processHTTP (P:/Music/SlimServer/trunk/server/Slim/Networking/Select.pm line 243)
   frame 6: (eval) (P:/Music/SlimServer/trunk/server/Slim/Networking/Select.pm line 243)
   frame 7: Slim::Networking::Select::select (P:\Music\SlimServer\trunk\server\slimserver.pl line 502)
   frame 8: main::idle (P:\Music\SlimServer\trunk\server\slimserver.pl line 452)
   frame 9: main::main (P:\Music\SlimServer\trunk\server\slimserver.pl line 1002)


The string tag is displayed in the Extras tab.
Comment 1 KDF 2007-11-09 16:29:07 UTC
looks like old cruft on your system.  I can't find this string token anywhere in the code. does svn status show any uncontrolled files? Slim/Plugin/Rhapsody, for one.
Comment 2 Philip Meyer 2007-11-10 00:11:53 UTC
No, all SVN files are up to date (except I have a newer flac.exe).
Comment 3 Michael Herger 2007-11-10 00:16:59 UTC
It's part of the Rhapsody plugin (not Rhapsody Direct). Did you disable it?
Comment 4 Philip Meyer 2007-11-10 00:25:21 UTC
Yes, Rhapsody plugin is disabled.

Does that indicate that strings for a disabled plugin may not loaded, so the plugin name tag content is not displayed?
Comment 5 KDF 2007-11-10 01:13:49 UTC
stupid question: what rhapsody plugin?  I still cannot find this token in an entire search of the trunk svn tree.
Comment 6 Michael Herger 2007-11-16 04:55:57 UTC
Ah, that plugin has been removed a while ago. Don't know why it's still in one of my checkouts. Will have to cleanup.

Phil - you'll probably have to delete the plugin cache.
Comment 7 Andy Grundman 2007-11-21 10:21:42 UTC
Not a real bug, that plugin has been removed.