I just tested both Zend_Feed and also Zend_Feed_Reader but was unable to 
replicate the Exception. Can you try with the most recent ZF version in case 
this was a transitory bug in 1.9.0 resolved since?

Thanks,
Paddy

 Pádraic Brady

http://blog.astrumfutura.com
http://www.survivethedeepend.com
OpenID Europe Foundation Irish Representative





________________________________
From: Arthur Kang <[email protected]>
To: [email protected]
Sent: Fri, October 16, 2009 12:16:12 AM
Subject: [fw-general] Zend_Feed::import($url) Invalid Chunk Size Error

 
Using ver 1.9.0

Code:
try {
    $test = Zend_Feed::import('http://feeds.feedburner.com/techcrunch');
} catch (Exception $e) {
    echo "Error: {$e->getMessage()}\n";
}

Produces:
Error: Invalid chunk size
"" unable to read chunked body 

Can anyone confirm this?  Any workarounds?  Anyway to manually specify
that HTTP/1.0 should be used instead of 1.1?

Any help is appreciated.

Arthur

Reply via email to