Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Desktop Enhancements  |  Themes  |  Buddy Retriever  |  Buddy fetches, but won't open the paper

Buddy Retriever

Buddy Retriever

news, weather, sports, comics aggregator

Version:  1.01

   [ Views: 574 ]

Buddy fetches, but won't open the paper

Feedback Type:  Troubleshooting Report

Contributed by: kcar27 Tuesday, May 11 2004 @ 12:59 AM PDT

Product Platform: MacOSX

Used Product For: Less than a month

Recommend Product: YES

I downloaded and enjoyed the older version (O.6.2) of Buddy Retriever, but lost track of it as snazzier apps like Watson and NetNewsWire came along. Still, I was glad to read that Buddy Retriever had been dramatically updated.

...Perhaps a little too dramatically. I can change preferences and observe Buddy fetching all the requested info-but the "open paper" button does nothing. Let go of the paper, Buddy! Bad doggie!

My guess is that this is a small bug that the developer can fix quickly. Glad to see an old favorite updated, and I hope to use a fixed version soon.

BTW--am using Quicksilver 976 MHz G4, 768 MB SDRAM, OS X 10.3.3, default terminal settings...   
System Info:Quicksilver 964 Mhz G4, 768 MB RAM, OS X 10.3.3, default terminal setting.

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

2 comments |

Buddy fetches, but won't open the paper - James Gibbs--2008

Hi kcar27,
clicking the "open" button performs a simple Applescript as follows:

on clicked theObject
do shell script "open $HOME/Library/Application\ Support/buddyretriever/index.html"
end clicked

It could be a couple of things.

  • you haven't set a default web browser or application to handle .html files. You set this in the Safari Preferences/General tab.
  • your $HOME environment variable may be whacked. -Typing "echo $HOME" in Terminal.app should list your home directory if this variable is ok.
  • paper doesn't get saved. -Typing "ls -sal ~/Library/Application Support/buddyretriever/index.html" in Terminal.app should give you some info on the index file if, in fact, it has been created.
  • Check the Console Application for any error messages after you click the button.

    In the mean time, you can type file:///Users/kcar27/Library/Application%20Support/buddyretriever/index.html or whatever your path through your home directory is into any web browser (or choose Open... in Safari and navigate to the file). You can email me (jimgibbs) at my sourceforge.net address.

    Reply to This

    Tuesday, May 11 2004 @ 09:30 PM PDT


  • Buddy fetches, but won't open the paper - James Gibbs--2008

    Bleh, the html messed up my posting.

    Where I said to type "ls -sal ~/Library/Application Support/buddyretriever/index.html", there should be a back-slash and space between "Application" and "Support". Also, the Applescript I listed should have two back-slashes and a space between those two words instead of just one.

    Cheers

    Reply to This

    Tuesday, May 11 2004 @ 09:43 PM PDT