Re: scanUrl not being called
Paul Webster <Paul.Webster.a2402o-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
Next problem ...
I have myplugin://something playing OK when I use the Radio/Tune in URL
function.
However, if I put the item into OPML menu then it fails
Code:
--------------------
[21-05-23 16:34:18.6325] Plugins::MyPlugin::ProtocolHandler::new (76) Remote streaming MyPlugin track: https://example.com/something.aac/playlist.m3u8
[21-05-23 16:34:18.7997] Slim::Formats::Playlists::parseList (54) Type: aac for: myplugin://something
[21-05-23 16:34:18.8007] Slim::Formats::Playlists::parseList (84) Error: While running $playlistClass->read(): [Can't locate object method "read" via package "Slim::Formats::Movie" at /usr/local/slimserver/Slim/Formats/Playlists.pm line 82.
]
[21-05-23 16:34:18.8032] Slim::Networking::IO::Select::__ANON__ (130) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Can't use an undefined value as a HASH reference at /usr/local/slimserver/Slim/Player/Song.pm line 530.
; fh=Slim::Networking::Async::Socket::HTTPS=GLOB(0x84ff1f0)
--------------------
I am working through it trying to understand if this is a fundamental
problem or I have not set something correctly.
This line might indicate an issue
Code:
--------------------
Slim::Formats::Playlists::parseList (54) Type: aac for: myplugin://something
--------------------
because it is showing my PH url not the one that my ProtocolHandler
module had already calculated and passed in.
Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114599