[SlimDevices: Beta] Re: crasher in trunk

2006-01-30 Thread cbemoore
This problem has already been mentioned a few times on the forums, but I don't think anyone has raised a bug yet http://forums.slimdevices.com/showthread.php?t=20185 http://forums.slimdevices.com/showthread.php?t=20297 -- cbemoore ---

[SlimDevices: Beta] Re: Crasher in trunk

2006-02-07 Thread cbemoore
Isn't this exactly the same problem as you mentioned here?? http://forums.slimdevices.com/showthread.php?t=20590 -- cbemoore cbemoore's Profile: http://forums.slimdevices.com/member.php?userid=163 View this thread: http:/

[SlimDevices: Beta] Re: Crasher in trunk

2006-02-07 Thread Robin Bowes
cbemoore said the following on 02/07/2006 04:03 PM: > Isn't this exactly the same problem as you mentioned here?? > > http://forums.slimdevices.com/showthread.php?t=20590 Uh, yes. That's why I said "still seeing". I forgot there was a bug raised for it though. I'll add the additional informatio

Re: [SlimDevices: Beta] Re: crasher in trunk

2006-01-30 Thread kdf
Quoting cbemoore <[EMAIL PROTECTED]>: This problem has already been mentioned a few times on the forums, but I don't think anyone has raised a bug yet http://bugs.slimdevices.com/show_bug.cgi?id=2850 -k ___ beta mailing list beta@lists.slimdevic

[SlimDevices: Beta] Re: Crasher in trunk, svn 6688

2006-03-24 Thread gharris999
Yeah, but, I didn't change any of my files. Just added new ones. So, I'm not sure why I'm suddenly seeing this behavior. This just started showing up yesterday, I think. -- gharris999 gharris999's Profile: http://forums

[SlimDevices: Beta] Re: Crasher in trunk, svn 6688

2006-03-26 Thread gharris999
Oops! Sorry!!! I think my crash on scan-for-new was due to some errant .cue files left in my library folder tree my mistake. Sorry again! -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?useri

[SlimDevices: Beta] Re: Crasher in trunk svn 10513

2006-10-30 Thread gharris999
KDF: I don't think the problem is with my svn. In version revisions 10501 and 10510, Dan removed the thumb from the schema. I think something in the code is still looking for the thumb column. But, just in case you are right, I'm doing a fresh svn co of the trunk now and I'll check to see if I

[SlimDevices: Beta] Re: Crasher in trunk svn 10513

2006-10-30 Thread gharris999
Still get the crasher. This is with a newly downloaded trunk with no mods to the prefs file, no non-stock plugins and without even specifying the music or playlist folders. Again, the error message: Carp::Clan::__ANON__(): Error executing 'SELECT me.id, me.url, me.content_type, me.title, me.tit

[SlimDevices: Beta] Re: Crasher in trunk svn 10513

2006-10-30 Thread Dan Sully
* gharris999 shaped the electrons to say... d: Unknown column 'me.thumb' in 'field list' at C:\Program Files\SlimServerTrunk \server\CPAN/DBIx/Class/Storage/DBI.pm line 771. What does: "our @allColumns = ... " look like from: Slim\Schema\Track.pm ? -D -- Just because they're complaining does

[SlimDevices: Beta] Re: Crasher in trunk svn 10513

2006-10-30 Thread gharris999
our @allColumns = (qw( id url content_type title titlesort titlesearch album tracknum timestamp filesize disc thumb remote audio audio_size audio_offset year secs cover vbr_scale bitrate samplerate samplesize channels block_alignment endian bpm tagversion drm moodlo

[SlimDevices: Beta] Re: Crasher in trunk svn 10513

2006-10-30 Thread Dan Sully
* gharris999 shaped the electrons to say... package Slim::Schema::Track; # $Id: Track.pm 10437 2006-10-22 00:24:04Z dsully $ Fixed. Forgot to check that file in. -D -- Just because they're complaining doesn't mean they're right. ___ beta mailing li

[SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-06 Thread gharris999
Well, it is exiting on my system. I'm starting with: perl slimserver.pl --d_plugins Is there another debug var that I should try to shed some more light on this? -- gharris999 gharris999's Profile: http://forums.slimdev

[SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread gharris999
OK, I just updated to svn 8307 and attempted to start slimserver.pl with --d_upnp --d_http_async. Here's the output upto the crash: 2006-07-07 10:07:18.6373 Async: Verifying if we can use nameserver 192.168.0.1.. . 2006-07-07 10:07:18.6376 Testing lookup of www.google.com 2006-07-07 10:07:19.

[SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread gharris999
OK, I've got svn 8307 working on my XP box now. I did several things: 1). Put a dlink router that supports UPnP on my network. 2). Opened the UPnP framework in the windows firewall. 3). Enabled the UPnP device host service. Now, slimserver.pl runs without crashing. I'm not sure which of the ab

[SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread JJZolx
andyg Wrote: > It would be fairly easy to add a --no-upnp option to disable the > entire UPnP subsystem. I'll see about doing that. If the UPnP client is implemented as a plugin, shouldn't there just be a checkbox on the Server Settings > Plugins page? -- JJZolx Jim ---

[SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-08 Thread gharris999
The --noupnp switch is working for me. Thanks, Andy. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=25279

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-06 Thread Andy Grundman
On Jul 6, 2006, at 12:11 PM, gharris999 wrote: Well, it is exiting on my system. I'm starting with: perl slimserver.pl --d_plugins Is there another debug var that I should try to shed some more light on this? Your log shows it exiting 6 seconds after the error message though, so it d

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread Andy Grundman
On Jul 7, 2006, at 2:26 PM, gharris999 wrote: OK, I've got svn 8307 working on my XP box now. I did several things: 1). Put a dlink router that supports UPnP on my network. 2). Opened the UPnP framework in the windows firewall. 3). Enabled the UPnP device host service. Now, slimserver.pl ru

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread Andy Grundman
On Jul 7, 2006, at 3:19 PM, JJZolx wrote: andyg Wrote: It would be fairly easy to add a --no-upnp option to disable the entire UPnP subsystem. I'll see about doing that. If the UPnP client is implemented as a plugin, shouldn't there just be a checkbox on the Server Settings > Plugins page?

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread kdf
Quoting Andy Grundman <[EMAIL PROTECTED]>: It would be fairly easy to add a --no-upnp option to disable the entire UPnP subsystem. I'll see about doing that. What about having UPnP left disabled if the Rhapsody plugin is disabled? Is there any other need for UPnP if Rhapsody isn't in use

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread Andy Grundman
On Jul 7, 2006, at 3:28 PM, kdf wrote: Quoting Andy Grundman <[EMAIL PROTECTED]>: It would be fairly easy to add a --no-upnp option to disable the entire UPnP subsystem. I'll see about doing that. What about having UPnP left disabled if the Rhapsody plugin is disabled? Is there any

Re: [SlimDevices: Beta] Re: Crasher in trunk at svn 8296

2006-07-07 Thread kdf
Quoting Andy Grundman <[EMAIL PROTECTED]>: On Jul 7, 2006, at 3:28 PM, kdf wrote: In 6.5, we can use any generic UPnP device, so I don't think that's the right approach. For 6.3 maybe, but I think --noupnp will work there just fine too. Most people won't need it. ah ok. makes sense. I'