Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Don Park reported a problem in Feedly on June 07, 2009 19:20:

    Don Park
    An error occurred while trying to find updates for feedly
    "Add-ons" > "Find Updates" always results in "An error occurred while trying to find updates for feedly" result. While I don't think this is a critical issue, because feedly itself does partial incremental updates, I think this problem prevents full updates.

    --

    In Error Console, following messages appear:

    Datasource: Addon Update Started: feedly@devhd

    RDFItemUpdater:checkForUpdates sending a request to server for: https://feeddo.fileburst.com/release/..., item = ({id:"feedly@devhd", version:"1.2", installLocationKey:"app-profile", minAppVersion:"3.0", maxAppVersion:"3.6a1pre", name:"feedly", xpiURL:"", xpiHash:"", iconURL:"chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png", updateRDF:"https://feeddo.fileburst.com/release/update.rdf", updateKey:"", type:2, targetAppID:"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"})

    RDFItemUpdater::onXMLLoad: TypeError: channel.securityInfo is null

    Datasource: Addon Update Ended: feedly@devhd, status: 4

    --

    Diagnose: After nsIExtensionManager service, used by Firefox to update add-ons, retrieves an add-on's update RDF resource, it attempts to check the SSL cert returned in the response. In feedly's case, it's missing because "HTTPS://feeddo.fileburst.com/release/update.rdf" is redirected to "HTTP://www.feedly.com/release/update.rdf".
  • problem

    Don Park reported a problem in Feedly on June 02, 2009 23:57:

    Don Park
    JSON errors in Error Console
    Feedly started showing JSON errors in Error Console about 20 minutes ago. Cause appears to be JSON property names not being double quoted. For example,

    {foo:"bar"}

    which is actually not valid JSON.

    Also reported in Error Console:

    [feedly]failed to load Google Reader information. Context: subscriptions=not available, unread count=not available, friends=none, tags=none, userId=13243838186677161698

    It looks like unofficial Google Reader API was recently changed to return invalid JSON which confuses Feedly.
  • problem

    Don Park replied on May 31, 2009 23:40 to the problem "New Feedly Layout: a step down" in Feedly:

    Don Park
    Edwin, because browser width may change number of times a day, I think width-based automatic selection could easily confuse users. Like fugu, I got confused when old layout came back this morning (because I apparently changed browser width at some point) and ended up searching fruitlessly for some controls or preference settings.

    Something like:

    [ thin | normal | WIDE | auto ]

    somewhere (left?) along the top would be nice to have so the user can override/restore automatic layout selection.
  • question

    Don Park asked a question in Feedly on May 29, 2009 08:13:

    Don Park
    Is there an easy way to disable Feedly output to error console?
    Is there an easy way to disable Feedly output to error console? I am trying to debug my own Firefox add-on and feedly console 'noise' is getting in the way. As for my own add-on, I intend to expose a property to control log output which will be disabled but can be enabled using about:config. Thx.