Ticket #409 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Can't add AppleGeeks...

Reported by: anonymous Owned by: mbonetti
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version:
Severity: normal Keywords:
Cc:

Description

Tried to add AppleGeeks? to my comic folder, and wasn't able to:

I'm sorry, I couldn't retrieve http://www.applegeeks.com/rss/.
MagpieRSS: Failed to parse RSS file. (Empty document at line 1, column 1)

I tried looking into this further but it appears the RSS is legitimate: Firefox has no trouble with it, and it is a HTTP 200 response (not a 302 or something).

[nathan@sunset ~]$ telnet www.applegeeks.com 80
Trying 207.44.236.29...
Connected to www.applegeeks.com (207.44.236.29).
Escape character is '^]'.
GET /rss/ HTTP/1.1
Host: www.applegeeks.com

HTTP/1.1 200 OK
Date: Tue, 16 May 2006 04:49:49 GMT
Server: Apache
X-Powered-By: PHP/5.0.6-dev
Content-encoding: UTF-8
Transfer-Encoding: chunked
Content-Type: text/xml; charset="UTF-8"

86f2

The only thing I can think of is that MagpieRSS might not support chunked responses?

Change History

Changed 2 years ago by sdcosta

Thanks for reporting. The problem seems to be with gzip. As a temporary fix you can add

define('MAGPIE_USE_GZIP', false);

to your dbinit.php file.

Changed 2 years ago by sdcosta

  • status changed from new to closed
  • resolution set to fixed

Closed by [1477]. The website was sending the header

Content-Encoding: gzip

with the incorrect case.

Note: See TracTickets for help on using tickets.