My store.logs.... are following.... 1275025642.358 SWAPOUT 00 00008152 04FD0DB17EE9789F06B1386F1D6CDA4D 200 1275025483 1234793502 1275047700 video/x-flv 5142132/5142132 GET http://r8.ts-bru5.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSlBPVl9FSkNNNl9ISVpB&fexp=907111&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&expire=1275048000&key=yt1&signature=538993A5EE74B6B699669E1D6A89F101C061148B.D937688FE5C5DD2447558E4AB677F51AF69E8A4E&factor=1.25&id=8190a1a6ed3647ed&redirect_counter=1&st=ts 1275025600.989 RELEASE -1 FFFFFFFF 85FE590AE3CDAB37631292367AE052AA 200 1275025644 -1 41629446 text/xml 66/66 GET http://www.youtube.com/set_awesome?feature=related&video_id=gZChpu02R-0&el=detailpage&l=125.84&w=0.8026064844246662&plid=AASHoQDhJ0Nv8M8p&t=vjVQa1PpcFO19wc78YvxNbP1S8x1t9MmvNUKqqI8EHk= 1275025495.423 RELEASE -1 FFFFFFFF E52CA19FA8D0AFC4DD582D9D0B53745B 204 1275025538 -1 41629446 text/html 0/0 GET http://www.youtube.com/player_204?rt=63.047&shost=v12.lscache8.c.youtube.com&v=m336FlPPbEw&plid=AASHoQCBv-E--QW6&fv=WIN%2010,0,45,2&fmt=5&el=detailpage&scoville=1&ec=100&fexp=907111&event=streamingerror 1275025495.109 RELEASE -1 FFFFFFFF 6B918E2BFCBE3D4B485CF5E1CE53DE7D 504 -1 -1 -1 text/html 4230/4230 GET http://v12.lscache8.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSlBPVl9FSkNNNl9ISVpB&fexp=907111&algorithm=throttle-factor&itag=5&ipbits=0&burst=40&sver=3&expire=1275048000&key=yt1&signature=7AF53A87CCB5E0C654C6BE521682B95A981A3A1F.D5A310DFCDF9C4061F378070ACEBDAAE0FA71050&factor=1.25&id=9b7dfa1653cf6c4c& 1275025494.782 RELEASE -1 FFFFFFFF 36400B0F0D0E460A97CBBDA20D9D13FF 504 -1 -1 -1 text/html 4230/4230 GET http://v12.lscache8.c.youtube.com/generate_204?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSlBPVl9FSkNNNl9ISVpB&fexp=907111&algorithm=throttle-factor&itag=5&ipbits=0&burst=40&sver=3&expire=1275048000&key=yt1&signature=7AF53A87CCB5E0C654C6BE521682B95A981A3A1F.D5A310DFCDF9C4061F378070ACEBDAAE0FA71050&factor=1.25&id=9b7dfa1653cf6c4c 1275025447.415 RELEASE -1 FFFFFFFF 1C82FB35508E2A7C1628DE606EB7B4AB 204 1275025490 -1 41629446 text/html 0/0 GET http://www.youtube.com/player_204?rt=15.015&shost=v12.lscache8.c.youtube.com&v=m336FlPPbEw&plid=AASHoQCBv-E--QW6&fv=WIN%2010,0,45,2&fmt=5&el=detailpage&scoville=1&ec=102&fexp=907111&event=streamingerror ---------------------------------------- > From: gigoz@xxxxxxx > To: squid-users@xxxxxxxxxxxxxxx > Date: Fri, 28 May 2010 05:33:08 +0000 > Subject: Youtube -An error occured, please try again later > > > Hi all, > > For some of my youtube videos i am getting the following error. > > > "An error occured, please try again later". > > > I have confirmed that this only occur when squid is being used. find below the relevant information in this regard. > > cache_dir aufs /cachedisk1/var/spool/squid 50000 128 256 > cache_mem 1000 MB > range_offset_limit -1 KB > maximum_object_size 4194304 KB > maximum_object_size_in_memory 1024 KB > minimum_object_size 10 KB > quick_abort_min -1 KB > > #specific for youtube custom refreshpatterns belowones.... > refresh_pattern -i (get_video\?|videoplayback\?|videodownload\?) 5259487 99999999% 5259487 override-expire ignore-reload > refresh_pattern ^http://*.youtube.com/.* 720 100% 4320 > refresh_pattern -i \.flv$ 10080 90% 999999 ignore-no-cache override-expire ignore-private > refresh_pattern -i \.(iso|avi|wav|mp3|mp4|mpeg|mpg|swf|x-flv)$ 43200 90% 432000 override-expire ignore-no-cache ignore-private > > acl store_rewrite_list urlpath_regex \/(get_video\?|videodownload\?|videoplayback.*id) > acl video urlpath_regex \.((mpeg|ra?m|avi|mp(g|e|4)|mov|divx|asf|qt|wmv|m\dv|rv|vob|asx|ogm|flv|3gp)(\?.*)?)$ (get_video\?|videoplayback\?|videodownload\?|\.flv(\?.*)?) > storeurl_rewrite_children 1 > storeurl_rewrite_concurrency 10 > > The storeurl.pl script i am using is by: > # by chudy_fernandez@xxxxxxxxx > # Updates at http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion > I also have applied the bug fix (src/client_side.c) > > > > Now what is causing this error to occur? And how to resolve it.... > > > > > > thanking you > > & > regards, > > Bilal > > _________________________________________________________________ > Hotmail: Powerful Free email with security by Microsoft. > https://signup.live.com/signup.aspx?id=60969 _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969