Debugging remoterss-plugin
Posted: Thu Jul 13, 2006 3:04 pm
Hi there,
I have a strange problem with the remoterss-plugin ("Remote RSS/OPML-Blogroll Feed"). I wanted the plugin to work with
http://www.lipfi.ch/pilif.opml
and later I tried
http://www.lipfi.ch/pilif3.opml
too (no unicode byte order mark). Both files are generated from my newsgator-subscription list at http://services.newsgator.com/ngws/svc/ ... 1859&mid=1 (which I'm using with FeedDemon and Net News Wire).
Now, I'm seeing requests to the server, so the file is requested. In s9y's templates_c-directory, a cache file is created for the file, but it's always 0 bytes in size.
Consequently, the blogroll is empty afterwards.
I really want to debug this, so the question is: How? How can I get some insight / logging into the downloading/parsing routine? A quickly placed die() here and there didn't seem to have a visible effect so I guess the downloading and parsing of the feed is done somewhere in the background. Where?
Obviously I'd prefer a step-by-step solution telling me how to fix it (
), but I'd already be very happy in some insight on when the download-routine is called and how I can interfer to get some logging out of it.
Thanks!
Philip
I have a strange problem with the remoterss-plugin ("Remote RSS/OPML-Blogroll Feed"). I wanted the plugin to work with
http://www.lipfi.ch/pilif.opml
and later I tried
http://www.lipfi.ch/pilif3.opml
too (no unicode byte order mark). Both files are generated from my newsgator-subscription list at http://services.newsgator.com/ngws/svc/ ... 1859&mid=1 (which I'm using with FeedDemon and Net News Wire).
Now, I'm seeing requests to the server, so the file is requested. In s9y's templates_c-directory, a cache file is created for the file, but it's always 0 bytes in size.
Consequently, the blogroll is empty afterwards.
I really want to debug this, so the question is: How? How can I get some insight / logging into the downloading/parsing routine? A quickly placed die() here and there didn't seem to have a visible effect so I guess the downloading and parsing of the feed is done somewhere in the background. Where?
Obviously I'd prefer a step-by-step solution telling me how to fix it (
Thanks!
Philip