1695 does not play some songs

Viewing 3 posts - 11 through 13 (of 13 total)
  • Author
    Posts
  • #13229
    rpedde
    Participant

    @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?

    Really there are three things to observe here:

    1. normal messages about songs starting and stopping.
    2. the “timeout in select” each second
    3. other interesting errors, such as “2007-11-10 16:58:13 (0012b804): Write error: Broken pipe … Error copying file to remote…”

    The broken pipe may be normal if they played alright. That might be iTunes seeking for the start of music, or it might be iTunes closing the connection before the whole song is played because of a bad header, or something like that.

    If it didn’t cause playback problems, it’s not a big deal.

    At about 2007-11-10 16:58:17, I created a new smart playlist through Firefly’s web UI, and then in iTunes disconnected and reconnected with Firefly to force the new playlist to appear. I suspect that’s what provoked the messages about “unknown meta code”s.

    Yeah, and those are normal. That’s just a reminder to me that I have new metadata fields I need to research and add. Unknown metadata is cheerfully ignored, and iTunes doesn’t really care if i do ignore it.

    BTW, Ron, this is my first chance to say thank you for this awesome software. Mostly it’s working wonderfully.

    You are welcome, of course. I’ll try and fix the breakage. ๐Ÿ™‚

    — Ron

    #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?

    #13231
    rpedde
    Participant

    @Jim DeLaHunt wrote:

    What does that tell you?

    That I clearly don’t have enough debug code in thread creation to see why threads were created. ๐Ÿ™

    Guess i’ll have to stand up a windows box and see what’s up. ๐Ÿ™‚

    — Ron

Viewing 3 posts - 11 through 13 (of 13 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.