victorpimentel / TVShows

TVShows 2 is the easiest way to download your favorite TV shows automatically in you Mac.
http://tvshowsapp.com/
GNU General Public License v3.0
436 stars 105 forks source link

can't update shows #35

Closed mccomasd closed 12 years ago

mccomasd commented 12 years ago

I get this error in the logs

2011-12-18 10:03:58.342 CRITICAL: [591 ~ Main App] Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper 2011-12-18 10:03:58.397 CRITICAL: [591 ~ Main App] Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper 2011-12-18 10:05:34.300 CRITICAL: [591 ~ Main App] Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper 2011-12-18 10:05:34.310 CRITICAL: [591 ~ Main App] Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper 2011-12-18 10:06:34.842 INFO: [591 ~ Main App] Using a cached show list (2011-12-18 11:33:15 +0000). 2011-12-18 10:07:07.531 INFO: [591 ~ Main App] Removing show Louie (2010) from Miso. 2011-12-18 10:07:17.896 INFO: [591 ~ Main App] Adding show Louie (2010) on Miso. 2011-12-18 16:58:08.309 CRITICAL: [591 ~ Main App] Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper

I saw you wrote something about a library called Sparkle that TVShows uses to update the shows. It is a universal library and on my mac I have taken out the PPC libraries using an app cleaner. Do you think this is the problem and will it be fixed in the next build that is hopefully not universal?

victorpimentel commented 12 years ago

Hi there,

It's clearly a permission problem. Please run these two commands in a terminal window:

chmod 755 ~/Library/LaunchAgents/
chmod 644 ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper.plist

The second one may output an error – that's normal.

After that, those "Could not write to ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper" messages in the log should not appear anymore, and TVShows should be able to check and download new episodes.

Best regards!