maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Problems with Joystiq RSS in feed reader? (https://talk.maemo.org/showthread.php?t=5249)

Milhouse 2007-08-10 23:19

Re: Problems with Joystiq RSS in feed reader?
 
I've no idea what is causing the problem but according to bug #1153 this won't be fixed on 770 but is fixed on N800.

Hopefully they simply mean that this problem won't be fixed in OS 2006 but will be fixed in OS 2007 and OS 2007HE (not the currently available version, but the soon to be released version of OS 2007HE).

Pandemonium 2007-08-11 23:38

Re: Problems with Joystiq RSS in feed reader?
 
Yep, I know, I'm just trying to find a workaround for us 770 users who don't have an N800. I dunno if I want to upgrade to 2006HE (whenever it's released) JUST to get Joystiq, but if I can filter out the problem and be fine, then why not!

Milhouse 2007-08-12 13:04

Re: Problems with Joystiq RSS in feed reader?
 
Try adding a comment to the bug asking Nokia what the problem is - they've worked it out, but are keeping it to themselves.

Pandemonium 2007-08-23 11:44

Re: Problems with Joystiq RSS in feed reader?
 
Workaround found!

Hadn't yet seen a reply to the bugzilla comment, so I kept fiddling with the feed in yahoo pipes. I finally discovered that if I take all their category feeds, combine them, and sort and filter them, then the result is a feed identical to their main feed, yet DOESN'T crash the 770 reader.

So, here it is for all to enjoy:
http://pipes.yahoo.com/pipes/pipe.ru...6g&_render=rss

Is there anywhere else I oughta post this so that everyone knows about it?

christianoliff 2007-09-02 16:02

Re: Problems with Joystiq RSS in feed reader?
 
Quote:

Originally Posted by Pandemonium (Post 38977)
Anyone else having problems with this?

If I subscribe to the RSS feed on my Nokia 770 for joystiq.com, it subscribes and pulls down the feed... but as soon as I tap on it to read that feed, the reader crashes. When I go back into the reader, if I do ANYTHING with that feed, it instantly crashes the reader: this includes trying to view it, refresh it, delete it, or edit it.

The only way to do anything with the feed after that is to go to a prompt, find the data file that contains that feed, delete it at the prompt, and then I can go into the Feed Reader and delete the feed.

Hello - I have the exact same problem. My RSS feed reader has been broken since I subscribed to the PS3fanboy feed (sister site of joystiq.com). How do I delete it at the prompt? Could someone please post instructions please. thanks in advance!

Pandemonium 2007-09-03 21:30

Re: Problems with Joystiq RSS in feed reader?
 
You need to have XTerm installed. You can grab it here:
http://maemo.org/downloads/product/osso-xterm-advanced
Install Less, too, while you're at it:
http://maemo.org/downloads/product/less

Once you've got that, open up xterm.
Type:
cd ~/.osso_rss_feed_reader/cache/feeds
ls

After you type ls, you'll get a list of files. This is going to be unique to your system, so I can't tell you what you'll see. You'll need to view each one using the "less" program we downloaded until you find the one that goes with the offending feed. You can type:
less *name of file*
Replacing *name of file* with one of the file names.

It will give you some warning about a binary file, but hit Y to continue. It will show you a screen of garbage, but somewhere in there will be some identifiable text of the name of the feed. Once you have that, hit Q to get back to a prompt. If it was not the file for the offending feed, try another. Once you know which one it is, you can delete it by typing:
rm *name of file*

After that, exit out of xterm, then go into the RSS Feed Reader and delete that feed.

Milhouse 2007-09-03 22:18

Re: Problems with Joystiq RSS in feed reader?
 
Isn't this easier?

In xterm as user...

Make a backup of your feed file...

Code:

cd ~/.osso_rss_feed_reader/
cp feedlist.opml feedlist.bak

Now identify your PS3fanboy site by viewing the content of feedlist.opml - make a note of the "id" tag that corresponds with your PS3fanboy feed.

You can use "more" to view the file a page at a time - press space to advance to the next page, and q to quit:

Code:

more feedlist.opml
Now remove the feed. Let's assume the value for the "id" tag of your PS3fanboy feed is "puhblxn", in which case you can remove it with the following command:

Code:

cat feedlist.bak | grep -v "id=\"puhblxn\"" > feedlist.opml
Replace "puhblxn" with whatever value is present in your feedlist.opml file.

As an optional extra, you can remove the now unused PS3fanboy cache files. Using the same value you noted for the "id" tag, eg. puhblxn, execute the following commands:

Code:

cd cache
rm feeds/puhblxn
rm favicons/puhblxn.png

Replace "puhblxn" with whatever id value corresponds with your PS3fanboy feed.

Now open the main RSS Feed Reader application and your PS3fanboy feed should have been removed.

Pandemonium 2007-09-07 22:43

Re: Problems with Joystiq RSS in feed reader?
 
Thanks Milhouse, didn't know how the feedfile worked. I just tinkered around until I figured out how to do it the way I was doing it.


All times are GMT. The time now is 00:10.

vBulletin® Version 3.8.8