|
#1
|
|||
|
|||
|
First time reporting a bug - I can't get the install of the nightlies to start up at all. I'm wondering if it's because I have SlimRio's on the network (Rio Receivers using the Slimp3 protocol).
Here's the tail: Slim::Formats::RemoteStream: pen (104) Timeout on connect to [localhost:10002]: 10035: Unknown errorSlim::Plugin::MusicMagic::Plugin::initPlugin (139) Can't connect to port 10002 - MusicMagic disabled. Slim::Utils::PluginManager::enablePlugins (324) Skipping plugin: Slim::Plugin::RPC::Plugin - disabled Slim::Utils::PluginManager::enablePlugins (324) Skipping plugin: Slim::Plugin::RS232::Plugin - disabled Slim::Utils::PluginManager::enablePlugins (324) Skipping plugin: Slim::Plugin::Snow::Plugin - disabled Slim::Music::Import::addImporter (425) Adding Slim::Plugin::iTunes::Plugin Scan Slim::Utils::PluginManager::enablePlugins (324) Skipping plugin: Slim::Plugin::xPL::Plugin - disabled main::init (379) SlimServer checkDataSource... main::checkDataSource (778) Warning: Schema updated or tracks in the database, initiating scan. main::init (383) SlimServer persist playlists... main::init (394) SlimServer HTTP enable... main::init (398) mDNS startAdvertising... main::init (404) SlimServer done init... Slim::Networking::Select::select (237) Error: Select task failed: Can't use an undefined value as an ARRAY reference at C:/Program Files/SlimServer/server/Slim/Networking/SliMP3/Protocol.pm line 108. Slim::bootstrap::theEND (338) Got to the END Slim::bootstrap::sigint (302) Got sigint Anyone know if there's a Windows equivilent to Tail? Thanks! |
|
#2
|
|||
|
|||
|
I got nightly 8-30 to run, simultaneously disconnecting my Slimrio's, do of course I confounded the debugging, but it's working. I'll test it more to see what the root cause was...
-Dan |
|
#3
|
||||
|
||||
|
probably this line:
my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') }; if the pref for slimp3clients doesn't exist, you get the message in your log. I guess not many users have slimp3-type devices connecting to a clean install. Please file a bug at bugs.slimdevices.com (you'll need a new sign in). It's an easy fix, but my evening probably won't give me time to merge it in. This will make sure it doesn't get forgotten. -kdf |
|
#4
|
||||
|
||||
|
On Aug 30, 2007, at 12:29 PM, kdf wrote:
> > probably this line: > my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') }; > > if the pref for slimp3clients doesn't exist, you get the message in > your log. I guess not many users have slimp3-type devices connecting > to a clean install. > > Please file a bug at bugs.slimdevices.com (you'll need a new sign in). > It's an easy fix, but my evening probably won't give me time to > merge it > in. This will make sure it doesn't get forgotten. I'm pretty sure this is fixed in the sync code I'll be checking in soon. Try fixing it locally to this: my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') || [] }; |
|
#5
|
||||
|
||||
|
Quote:
![]() -kdf |
|
#6
|
|||
|
|||
|
Quote:
-Dan |
|
#7
|
||||
|
||||
|
On Aug 30, 2007, at 4:47 PM, plympton wrote:
> > Andy Grundman;223939 Wrote: >> On Aug 30, 2007, at 12:29 PM, kdf wrote: >> >>> >>> probably this line: >>> my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') }; >>> >>> if the pref for slimp3clients doesn't exist, you get the message in >>> your log. I guess not many users have slimp3-type devices >> connecting >>> to a clean install. >>> >>> Please file a bug at bugs.slimdevices.com (you'll need a new sign >> in). >>> It's an easy fix, but my evening probably won't give me time to >>> merge it >>> in. This will make sure it doesn't get forgotten. >> >> I'm pretty sure this is fixed in the sync code I'll be checking in >> soon. Try fixing it locally to this: >> >> my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') || [] }; > > I can't build at the moment - is there to view the nightly log to see > when something checks checked in? (Can I just grep for the right > module filename as a start?) I'll post back in this thread once I get my changes checked in. |
|
#8
|
||||
|
||||
|
This fix will be in tonight's nightly.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -7. The time now is 20:42.




pen (104) Timeout on connect to [localhost:10002]: 10035: Unknown error



Linear Mode

