New errors in plugin logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RyderD
    Junior Member
    • Feb 2006
    • 3

    New errors in plugin logs

    I can't seem to play podcasts or internet radio anymore in 6.5b1. The plugin logs show these errors:

    ERROR: Slim::Control::Command::setExecuteCallback() has been deprecated!
    ERROR: Please use Slim::Control::Request::subscribe() instead!
    ERROR: Documentation is available in Slim::Control::Request.pm

    Slim::Web::Pages::addLinks() has been deprecated in favor of
    Slim::Web::Pages->addPageLinks. Please update your calls!
    Backtrace:

    frame 0: Slim::Web::Pages::addLinks (C:/Program Files/SlimServer/server/Plugins/XMRadio/Plugin.pm line 1301)
    frame 1: Plugins::XMRadio::Plugin::webPages (/PerlApp/Slim/Utils/PluginManager.pm line 367)
    frame 2: (eval) (/PerlApp/Slim/Utils/PluginManager.pm line 367)
    frame 3: Slim::Utils::PluginManager::addWebPages (/PerlApp/Slim/Utils/PluginManager.pm line 145)
    frame 4: Slim::Utils::PluginManager::initPlugins (/PerlApp/Slim/Utils/PluginManager.pm line 48)
    frame 5: Slim::Utils::PluginManager::init (slimserver.pl line 539)
    frame 6: main::init (slimserver.pl line 35)
    frame 7: PerlSvc::Startup (perlsvc.pl line 1482)
    frame 8: PerlSvc::_startup (slimserver.pl line 0)
    frame 9: (eval) (slimserver.pl line 0)

    Any ideas?

    Thx

    Ryder
  • kdf
    NOT a Slim Devices Employee
    • Apr 2005
    • 9493

    #2
    New errors in plugin logs

    On 17-Feb-06, at 5:51 AM, RyderD wrote:

    >
    > I can't seem to play podcasts or internet radio anymore in 6.5b1. The
    >
    > Slim::Web::Pages::addLinks() has been deprecated in favor of
    > Slim::Web::Pages->addPageLinks. Please update your calls!
    >
    > Any ideas?
    >

    well, for starters, you have a plugin that uses addlinks() and it needs
    to be updated to use addPageLinks, as the message says. The XMRadio
    plugin may not be made for 6.5 yet. Other than that, this log says
    nothing that has to do with Podcasts.
    -kdf

    Comment

    Working...