![]() |
Re: FeedingIt - RSS Reader
Quote:
apt-get -f install And that should tell you which package it is conflicting with. qt4-declarative-qmlviewer is only there for the "preview" qml interface (which I don't recommend using anyway), so you could force the upgrade if you're so inclined (I'll push an update to remove the dependency). @jer006: as Neal mentions, the N9 version is coming. It's still got a few odds and ends I'd like to tweak before releasing a beta version. |
Re: FeedingIt - RSS Reader
Awesome, great news. Thanks.
|
Re: FeedingIt - RSS Reader
0.9.1-2 soon in Extras-devel. It removes the qmlviewer dependency, and fixes an issue with updating feeds containing old articles.
|
Re: FeedingIt - RSS Reader
0.9.1-2 feeds load faster than in 0.8. Very nice. Individual feeds update fine but collectively "update feeds" does not work. Anyone else see this?
|
Re: FeedingIt - RSS Reader
Quote:
~/.feedingit/logging/update_feeds-*.log Note: Starting with version 0.9, FeedingIt is Woodchuck enabled! If you install the murmeltier server, it will cause FeedingIt to automatically update its feeds in the background when it is convenient (based on e.g. power, WiFi accessibility, user activity). As Woodchuck is only a soft dependency, you need to install it explicitly to profit from it. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
~/.feedingit/logging/*.log Thanks |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
1 Attachment(s)
Here is the error log. There is not an update log of any sort generated. In my case both wifi and gsm fail to update.
|
Re: FeedingIt - RSS Reader
Quote:
Looking at the error message: could it be that the error occurs when updating the archived articles, but not when updating other feeds? |
Re: FeedingIt - RSS Reader
Quote:
Code:
~ $ dpkg -l feedingit |
Re: FeedingIt - RSS Reader
Thanks handaxe. It does indeed fail when updating the Archived Articles. It looks like this is the first feed in the list of updates for you, so it fails right then, and does not update any others.
It should work if you change the function definition near line 890 of /opt/FeedingIt/rss_sqlite.py (in the ArchivedArticles class) from Code:
def updateFeed(self, configdir, url, etag, modified, expiryTime=24, proxy=None, imageCache=False):Code:
def updateFeed(self, configdir, url, etag, modified, expiryTime=24, proxy=None, imageCache=False, priority=0, postFeedUpdateFunc=None, *postFeedUpdateFuncArgs): |
Re: FeedingIt - RSS Reader
Quote:
Seems overall snappier. Thanks to you and Neal.... |
Re: FeedingIt - RSS Reader
The latest version of FeedingIt has support for Woodchuck (woot!). FeedingIt, however, does not depend on Woodchuck. Thus, to profit from Woodchuck, the user must explicitly install it. Yves argued that some existing users have likely established a work flow and might not want Woodchuck. Okay, I can understand that even if I find it hard to believe :). I think the more common case will be that users don't know that FeedingIt could use Woodchuck or even what Woodchuck is.
What do people here think? - Should FeedingIt depend on Woodchuck? - Should there be an option to disable Woodchuck in the settings dialog? - If FeedingIt detects that Woodchuck is not installed, should it prompt the user to install it (e.g., "FeedingIt can use Woodchuck to automatically schedule downloads when there is good connectivity. Do you want to install it?" yes => open .install file.)? Thanks for your feedback. |
Re: FeedingIt - RSS Reader
I think choice is the best stance, so no to alternative #1. No. 3 strikes me as good. I for eg. only use FeedingIt on wifi and so Woodchuck would be wasted storage if No. 1 was in play.
|
Re: FeedingIt - RSS Reader
Quote:
Out of curiosity: how to you update feeds? Do you manually update feeds when you decide to read something? Don't you find waiting annoying and that it slows down your N900? (Woodchuck would largely fix these problems.) Thanks. |
Re: FeedingIt - RSS Reader
I tend to read whilst relaxing and so seek out a couch, chair where using the n900 is comfortable. I tend to run auto updates on a 2 hour schedule and manual update just before going to read precisely because of the wait or otherwise do the individual feeds. So Woodchuck would speed up the update even on wifi?
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
So, although I think it's quite an awesome piece of software, I'm just a bit reticent in making it a hard requirement (just like i ship feedparser with it, rather than depending on the package available in extras), especially since it can not at this time be turned off, change the update frequency, or force it to update on 3G. |
Re: FeedingIt - RSS Reader
Regardless of habits, I think it should detect Woodchuck and ask the user if he wants to use it, and if Woodchuck isn't present it should ask if the user wants to install. Or in the latter case, informing the user of the possibility is fine too.
|
Re: FeedingIt - RSS Reader
Thanks for your suggestions regarding integrating Woodchuck into FeedingIt!
I've sent some patches to Yves to: - Not hard-code the update interval, but to respect the configuration setting. - To add an option in the settings dialog to enable/disable Woodchuck. - To prompt the user the first time he/she starts FeedingIt whether they'd like to install Woodchuck, if Woodchuck is not detected. Changing Woodchuck to perform updates over 3G is a bit more tricky: lots of users have low data caps. I have a plan, which is to introduce per-connection policies to Woodchuck. Users would then briefly describe the data plan the first time they connect (unlimited, 100 MB/month, .24 per MB, etc.) and Woodchuck would use this to decide whether to schedule updates over the connection. |
Re: FeedingIt - RSS Reader
FeedingIt is now available in the Ovi Store for Meego Harmattan (N9/N950).
http://store.ovi.com/content/227782 Neal's changes for the N900 version will be pushed in the next few days as well. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
I think the 1058th line of file '/opt/FeedingIt/rss_sqlite.py' should be changed from 'w.stream_unregister (id)' to 'wc().stream_unregister (id)'. Or else, it can not update itself automatically.
|
Re: FeedingIt - RSS Reader
One more bug.
The auto-update interval can not be set as '0.5', when woodchuck is used, because of the 'int' problem. |
Re: FeedingIt - RSS Reader
Regd the haramttan version of Feedingit, it does not have autoupdate in the background? Is this a limitation of the platform (set by aegis) or is it in your to do list?
BTW, on the N900, this is a great app and one of the first things I install after a flash! |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
The alternative for now is to leave the app running in the background as it used to be on the N900 before the widget came along. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
Today is also the 2 year anniversary of the project creation in the Maemo garage. Yay! |
Re: FeedingIt - RSS Reader
I find a problem today.
FeedingIt can not feed this source "http://rss.sina.com.cn/news/marquee/ddt.xml". I try to catch why this happens, but can not spot it exactly. Only know maybe because of the special time format of the xml file of this source. |
Re: FeedingIt - RSS Reader
Okay, I had installed murmeltier pywoodchuck and libgwoodchuck along with feedingit and have been waiting for 12 hours now. No updates so far. Is there something else that I ve to do like starting woodchuck or something?
|
Re: FeedingIt - RSS Reader
Quote:
Otherwise, send me: .murmeltier/logs/debug-output.db .feedingit/logging/update_feeds-* Thanks |
Re: FeedingIt - RSS Reader
Quote:
I will check and reply after a few more hours if feedingit is getting updated. |
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
|
Re: FeedingIt - RSS Reader
Quote:
This seems to fix the problem: http://hssl.cs.jhu.edu/~neal/woodchu...6e1/index.html |
| All times are GMT. The time now is 21:53. |
vBulletin® Version 3.8.8