Slogger
Slogger copied to clipboard
Social logging script for Day One
Locally when I setup slogger I broke the plugins into their own repos. Instead of modifying the plugins directly in the repo. I then used git submodules to pull them...
I worked around my earlier bug report (the simple_oauth bug below) by removing the rdio plugin, which allowed me to set up the slogger_config file. When I try to run...
No errors are shown in the console, but no completed tasks are recorded.
RSSLogger fetching https://geknupp.de/ttrss/public.php?op=rss&id=-2&view-mode=all_articles&key=e4c290d27302f032eb18bbeffc95605d84eeb8d1 ! 08:04:03 RSSLogger: Error parsing https://geknupp.de/ttrss/public.php?op=rss&id=-2&view-mode=all_articles&key=e4c290d27302f032eb18bbeffc95605d84eeb8d1, retrying (3/3) #
I'm running slogger on linux, ruby and gems are installed. FeedLogger and BlogLogger both having trouble with SSLv3 server certificate. For example: 16:02:28 BlogLogger: Error parsing https://geknupp.de/blog/feed/, retrying (3/3) #...
Hello and good evening from Rome, Italy. I have just uploaded slogger to the latest version and it works perfectly with following plugins: app net, pinboard and twitter. Unfortunately I...
```taylorh:Slogger taylorh$ ./slogger -o Blog -t 5 Initializing Slogger v2.1 (2.1.0.10)... 18:03:32 BlogLogger: Logging posts for feeds http://hand-of-all-rats.tumblr.com/rss # ! 18:03:32 BlogLogger: Error parsing http://hand-of-all-rats.tumblr.com/rss, retrying (1/3) # ! 18:03:35...
I mentioned this [here](https://github.com/ttscoff/Slogger/issues/215), but this seems to be a separate issue since slogger runs fine for me from the command line. But when I do `launchctl start com.bjornkri.Slogger`, which...
Initializing Slogger v2.1 (2.1.0.5)... /Users/joshua4578/slogger/plugins/stravalogger.rb:36:in `+': can't convert Array into String (TypeError) from /Users/joshua4578/slogger/plugins/stravalogger.rb:36:in`do_log' from /Users/joshua4578/slogger/slogger.rb:256:in `run_plugins' from /Users/joshua4578/slogger/slogger.rb:243:in`each' from /Users/joshua4578/slogger/slogger.rb:243:in `run_plugins' from /Users/joshua4578/slogger/slogger.rb:387 from ./slogger:18:in`require' from ./slogger:18
I'm trying to catch up on almost a month of not running Slogger (for a number of reasons, including the inexplicable issue of me getting 2 of every feed, but...