Reply To: 1695 does not play some songs

#13230
Anonymous
Inactive

Ron:

@rpedde wrote:

@Jim DeLaHunt wrote:

I am also seeing the following message in my Firefly log each second:

2007-11-10 16:57:53 (0000a803): timeout in select
2007-11-10 16:57:54 (0012b404): Finished streaming file to remote: 1716748 bytes
2007-11-10 16:57:54 (0000a803): timeout in select

These are the ones I am interested in. The first number (a803 in this case) is the thread id. Can you follow that log backwards and see what that thread is? Or what the last thing that thread did was?

Here’s what I captured. The thread id a803 didn’t leave many traces in the log I captured. What I have starts with “timeout in select” messages, and then has one instance of


2007-11-10 16:21:03 (0000a803): timeout in select
... [2254 instances of "timeout in select" omitted]
2007-11-10 16:58:16 (0000a803): timeout in select
2007-11-10 16:58:17 (0000a803): Thread 40: could not read: unknown internal error

On the very next line, that log records another thread which will eventually give the “timeout in select” error. I have more context for it. The first appearance of this thread is:


2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songalbumartist
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songcategory
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songextradata
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songcontentdescription
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songlongcontentdescripti
on
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songkeywords
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.is-podcast
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.mediakind
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.series-name
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.network-name
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.episode-num-
str
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.episode-sort
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.season-num
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songgapless
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-enc-del
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-heur
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-enc-dr
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-dur
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-resy
2007-11-10 16:58:26 (0012bc03): Unknown meta code: com.apple.itunes.is-podcast-playlist
2007-11-10 16:58:26 (0012bc03): Unknown meta code: com.apple.itunes.special-playlist
... [12 lines logging other threads omitted]
2007-11-10 17:30:04 (0012bc03): timeout in select
... [about 1420 instances of "timeout in select" omitted]
2007-11-10 17:53:40 (0012bc03): timeout in select
2007-11-10 17:53:41 (0012bc03): Thread 1197: could not read: unknown internal error
2007-11-10 17:53:41 (0012bc03): Thread 1197: Terminating
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing request headers
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing response headers
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing request vars
2007-11-10 17:53:41 (0012bc03): Thread 1197: Closing fd
2007-11-10 17:53:41 (0012bc03): With thread 1197 exiting, 1 are still running

What does that tell you?