Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

Some working, some not

Open ghost opened this issue 10 years ago • 2 comments

Hi,

I've just started working with DayOne and Slogger looks like a great tool.

I've installed everything and configured things, but I'm getting odd results.

The only plugins I've got are: Twitter Goodreads Omnifocus Flickr

Twitter and Omnifocus are working, but the other two are not finding anything, although I've specifically made changes to both in order to test.

Can I just get a view on my config for these, as perhaps I'm missing something?

GoodreadsLogger:
  description:
  - goodreads_save_image will save the book cover as the main image for the entry
  - goodreads_feed is a string containing the RSS feed for your read books
  - goodreads_star_posts will create a starred post for new books
  - 'goodreads_tags are tags you want to add to every entry, e.g. "#social #reading"'
  GoodreadsLogger_last_run: Thu Mar 13 14:31:03 2014
  goodreads_feed: https://www.goodreads.com/review/list_rss/10276588?key=c5a8367d446d910fff55591762227afb18f9877c&shelf=read
  goodreads_save_image: true
  goodreads_star_posts: false
  goodreads_tags: '#social #reading'
FlickrLogger:
  flickr_description:
  - Logs today's photos from Flickr.
  - flickr_ids is an array of one or more IDs
  - flickr_datetype can be the "upload" or "taken" date to be used
  - Get your Flickr ID at <http://idgettr.com/>
  - Get your Flickr API key at <http://www.flickr.com/services/apps/create/noncommercial/>
  FlickrLogger_last_run: Thu Mar 13 14:31:03 2014
  flickr_api_key: 5433e55a6591133c9e99ca7a8cb26640
  flickr_ids:
  - 12849518@N00
  flickr_datetype: upload
  flickr_tags: '#social #photo'

I've checked everything (in terms of urls and api keys, etc) and they all seem correct. I'm not seeing any errors from ./slogger

Any ideas?

Thanks

ghost avatar Mar 13 '14 14:03 ghost

I'm having the same issue. The GoodReads plugin is not working. I noticed my feed url has changed since I first run the configuration. Main differences were that my key was different, and the address switched from http:// to https://.

Other than that, the feed is so not validating… Here's my feed to experiment with:

https://www.goodreads.com/review/list_rss/10321886?key=MvU1U7jiw3GUlaQ6HZJzaRU07EOi_65b7HstB8OHzIobFDil&shelf=%23ALL%23

I'd appreciate if you remove this url when the plugin is working again. Thanks.

Zettt avatar Aug 24 '14 09:08 Zettt

@zettt Can you try my PR at https://github.com/ttscoff/Slogger/pull/331 and see if it fixes your problem? It works for me, but it would be nice if I could verify it works for, well, anyone else :-)

teancom avatar Oct 15 '14 05:10 teancom