summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-23 16:49:28 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-23 16:49:28 +0200
commit332df81085e591c96eb84836514447a0868420f0 (patch)
tree820550f9c4e53a5cca2a72c17719978799dee07c /BUGS
parent4c02e4b0bcf1d785fcfdef5648ba65eb714f7a7c (diff)
downloadpianobar-332df81085e591c96eb84836514447a0868420f0.tar.gz
pianobar-332df81085e591c96eb84836514447a0868420f0.tar.bz2
pianobar-332df81085e591c96eb84836514447a0868420f0.zip
Reason for song skipping known
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index a9a4a53..84f3b20 100644
--- a/BUGS
+++ b/BUGS
@@ -6,5 +6,7 @@ Report bugs to: PromyLOPh@gmail.com
Already found
-------------
-- Sometimes songs are not played completely (skipped in the middle); reason
- currently unknown
+- Sometimes songs are not played completely (skipped in the middle);
+ curl returns CURLE_PARTIAL_FILE (file larger/smller than expected): Could be
+ a server issue and solved by requesting the missing parts of the file
+ via HTTP partial request (content-range)