Comment 3 for bug 595530

Revision history for this message
Robert Dyer (psybers) wrote :

The only way to get feed error is if there is a problem parsing the returned feed.

This means that:

a) it seems to be connecting to/logging in to your account
b) it is downloading *something* from the feed
c) that something is ill formed, somehow

In order for us to diagnose this, I am going to have to make a custom branch which means you will have to download, compile, and install that branch.

The branch is: lp:~psybers/docky/bug595530

Instructions for installing for source can be found here: http://wiki.go-docky.com/index.php?title=Installing#Installing_From_Source

Where it says 'bzr branch lp:docky' just replace that with 'bzr branch lp:~psybers/docky/bug595530' then follow the rest of the instructions to compile, make, install and run it. When you get 'Feed Error' message now, the debug output (make sure you run with --debug!) will contain a stack trace. Post that here.