Bug 3066 - XML Browser request should be cancellable
: XML Browser request should be cancellable
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.2.2
: Macintosh Other
: P2 normal (vote)
: Future
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-25 14:55 UTC by Blackketter Dean
Modified: 2006-07-29 12:54 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2006-02-25 14:55:16 UTC
The XMLBrowser, used for the picks and live music archive plugins (and others) has a timeout that's too long and is not cancellable.  The user should be able to press RIGHT when waiting for the browser to retrieve a request to cancel.  If a user has no internet connection, for example, they are locked out waiting for the timeout to happen.
Comment 1 Dan Sully 2006-04-22 13:54:38 UTC
I think this might have been fixed by Andy's recent AsyncHTTP changes, but I'm not sure..
Comment 2 Andy Grundman 2006-04-22 13:59:12 UTC
Yes this is fixed but only in trunk.  Will be backported for 6.3.
Comment 3 Andy Grundman 2006-05-05 14:34:53 UTC
OK, so XMLBrowser requests are more async than they used to be, but they aren't exactly cancellable since a block is used while waiting for data.  Can the block be interrupted, or should some other kind of transition be used?  And what about Live365, won't it suffer from the same problem?  How big an issue is this?
Comment 4 Dan Sully 2006-07-23 18:19:41 UTC
Dean?
Comment 5 Blackketter Dean 2006-07-29 12:54:17 UTC
Sorry, in my original description, it should have read "press LEFT when waiting...to cancel".

It's not a HUGE problem, but does make the player feel broken when you can't back out of a broken or very slow request.