Re: scanUrl not being called
bpa <bpa.a2d0io-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
Paul Webster wrote:
> It is possible that I missed something out of the package that I shared
> to you.
> I didn't zip up the whole directory because it had lots of test scripts
> in it ... I'll double check.
>
> It does not rely on anything in your browser.
I'll be a non-UK user - in case it make any difference.
Log of plugin enabled - at end it says "cookie not found". AFAICT -
plugin is looking for cookie in .planetradio.co.uk . The cookie seems to
be present when I login via browser.
Code:
--------------------
[21-05-28 12:57:57.9168] Plugins::PlanetRadio::SessionManagement::__ANON__ (91) --isSignedIn - cookies: $VAR1 = {
'.planetradio.co.uk' => {
'/' => {}
},
'account.planetradio.co.uk' => {
'/' => {
'XSRF-TOKEN' => [
0,
'wm6yH2Cf--I4gpxO_RIE5QtD30Wh0cSyW3C4',
undef,
1,
undef,
undef,
1
],
'next-i18next' => [
0,
'en-GB',
undef,
1,
undef,
1653739077,
undef,
{
'SameSite' => 'Strict'
}
]
}
},
'planetradio.co.uk' => {
'/' => {}
},
'stream-ar.planetradio.co.uk' => {
'/' => {
'AISSessionId' => [
'0',
'60a27e272f291126_940901_c7tooOgU_OTEuMTkzLjI0NS4xNTc!_00000003pAk',
undef,
1,
1,
1622208765,
'',
{
'SameSite' => 'None'
}
]
}
},
'www.mysqueezebox.com' => {
'/' => {
'sdi_squeezenetwork_session' => [
0,
'21023%3ACUoJbLYlkAJADDDisJzIheGe3kc',
undef,
1,
1,
1653739028,
undef,
{
'HttpOnly' => undef
}
]
}
}
};
[21-05-28 12:57:58.0066] Plugins::PlanetRadio::SessionManagement::__ANON__ (135) --signedIn - onBody2 Error: $VAR1 = bless( [
sub { "DUMMY" },
sub { "DUMMY" },
{},
bless( {
'ALL' => sub { "DUMMY" },
'DEBUG' => $VAR1->[3]{'ALL'},
'ERROR' => sub { "DUMMY" },
'FATAL' => $VAR1->[3]{'ERROR'},
'INFO' => $VAR1->[3]{'ALL'},
'OFF' => $VAR1->[3]{'ERROR'},
'TRACE' => $VAR1->[3]{'ALL'},
'WARN' => $VAR1->[3]{'ALL'},
'additivity' => 1,
'appender_names' => [],
'category' => 'network.asynchttp',
'is_ALL' => 0,
'is_DEBUG' => 0,
'is_ERROR' => 1,
'is_FATAL' => 1,
'is_INFO' => 0,
'is_OFF' => 1,
'is_TRACE' => 0,
'is_WARN' => 0,
'layout' => undef,
'level' => 40000,
'num_appenders' => 0
}, 'Slim::Utils::Log' ),
'POST',
'https://account.planetradio.co.uk/user/api/login/',
'403 Forbidden',
undef,
undef,
undef,
undef,
undef,
undef
], 'Slim::Networking::SimpleAsyncHTTP' );
[21-05-28 12:57:58.0070] Plugins::PlanetRadio::SessionManagement::__ANON__ (139) Error status - 200 OK
[21-05-28 12:57:58.0084] Plugins::PlanetRadio::SessionManagement::isSignedIn (170) ++isSignedIn
[21-05-28 12:57:58.0087] Plugins::PlanetRadio::SessionManagement::isSignedIn (208) --_isSignedIn - false - not found cookie
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114599