Bugzilla – Bug 9157
Rhapsody error: not a version 3 EA file (code 105)
Last modified: 2008-12-18 11:42:31 UTC
The first EA request can fail due to a pending EA request from the previous track if the track was skipped. Patch attached.
ea_request_pending = FALSE; radea_state = 0; + /* Close existing connection, it's possible to skip tracks and have + an outstanding getEA request still pending */ + if ( slim_http_is_connected() ) { + DEBUG_TRACE("New track starting, closing pending HTTPS connection"); + slim_http_close(); + } + /* we should have all the SOAP parameters, pre-fetch the first EA block */ send_getEA_request(); }
Fixed in 7.2 r4756.
Andy, not sure how to verify this one or make a test case, any ideas?
No, it can't be verified.
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.