failure to fetch music

Issue #29 resolved
Matthew Thode created an issue

music starts playing, but then audio stops (playlists (big and small) keep on going, with the each song exibiting the same issue). I have it set to 320kbps and 160kbps

I've attached the logs and they have a curl error (403 forbidden it looks like), could be rate limiting?

I've attached the log file for an example song

Comments (7)

  1. Petri Ahonen

    Go to CU LRC Lyrics addon configure and disable "Search for embedded lyrics" and "Search for local lyrics files" and it should work fine. I dont know if this is CU LRC Lyrics issue?

  2. Matthew Thode reporter

    Can't confirm if it's working now :| only had a reboot inbetween

    23:37:38 T:139653034256128  NOTICE: Thread LanguageInvoker start, auto delete: false
    23:37:38 T:139653034256128  NOTICE: -->Python Interpreter Initialized<--
    23:37:38 T:139653076219648  NOTICE: Cache miss. Calling function and filling cache item
    23:37:38 T:139653076219648  NOTICE: _
    23:37:38 T:139653076219648  NOTICE:  and cache
    23:37:38 T:139653076219648  NOTICE: playlists
    23:37:38 T:139653076219648  NOTICE: Logging in
    23:37:38 T:139653076219648  NOTICE: libspotify: notified main thread
    23:37:39 T:139651886290688  NOTICE: libspotify: logged in: 0
    23:37:39 T:139651886290688  NOTICE: Got logged in callback
    23:37:39 T:139651907335936  NOTICE: Previous line repeats 1 times.
    23:37:39 T:139651907335936  NOTICE: libspotify: notified main thread
    23:37:49 T:139653076219648  NOTICE: Previous line repeats 1 times.
    23:37:49 T:139653076219648  NOTICE: Lock released
    23:37:49 T:139653076219648  NOTICE: Logging in
    23:37:49 T:139653076219648  NOTICE: libspotify: notified main thread
    23:37:49 T:139651886290688  NOTICE: libspotify: logged in: 0
    23:37:49 T:139651886290688  NOTICE: Got logged in callback
    23:37:49 T:139651907335936  NOTICE: Previous line repeats 1 times.
    23:37:49 T:139651907335936  NOTICE: libspotify: notified main thread
    23:37:59 T:139653076219648  NOTICE: Previous line repeats 1 times.
    23:37:59 T:139653076219648  NOTICE: Lock released
    23:37:59 T:139653076219648   ERROR: 127.0.0.1 - - [09/Jun/2014 23:37:59] "POST /RPC2 HTTP/1.1" 200 -
    
  3. Matthew Thode reporter

    It seems to happen because of failure to load album art or something. If I go into a menu so that album art and the like doesn't come up it seems to work just fine.

    I have no idea what provides this....

    20:22:07 T:139801613281024   ERROR: GetDirectory - Error getting Metalocalypse: Dethklok/extrafanart
    
  4. Cyrano Levuser

    This bug is not resolved.

    The music always stops after a couple of seconds when the lyrics add-on CU LRC lyrics is enabled with option "embedded lyrics" switched on. A workaround is indeed to disable embedded lyrics in that add-on. The bug is actually in Spotlight, as Spotify doesn't allow to get the stream 2 times (one for the music, one for the lyrics). Also other Spotify addons had the same issue (Spotimc fixed it in beta5) which required a change in both Spotimc and CU LRC Lyrics.

    Please change the source code of Spotlight by setting the MusicPlayer.Property(do_not_analyze) to 'true'. this will tell cu lrc lyrics to skip searching for embedded lyrics.

    https://github.com/ronie/script.cu.lrclyrics

  5. Log in to comment