Skip to content

Instantly share code, notes, and snippets.

@axilleas
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilleas/cd75a8bfa3073d71e92d to your computer and use it in GitHub Desktop.
Save axilleas/cd75a8bfa3073d71e92d to your computer and use it in GitHub Desktop.
diaspora sidekiq failures
Federated::Relayable#parent_author delegated to parent.author, but parent is nil: #

lib/diaspora/relayable.rb:24:in `rescue in parent_author' 
lib/diaspora/relayable.rb:21:in `parent_author'
lib/postzord/receiver/public.rb:73:in `xml_author'
lib/postzord/receiver.rb:16:in `author_does_not_match_xml_author?'
lib/postzord/receiver/public.rb:60:in `save_object'
lib/postzord/receiver/public.rb:26:in `receive!'
lib/postzord/receiver.rb:12:in `perform!'
app/workers/receive_unencrypted_salmon.rb:13:in `block in perform'
app/workers/base.rb:13:in `suppress_annoying_errors'
app/workers/receive_unencrypted_salmon.rb:10:in `perform' 

RuntimeError: there was an error getting the xrd from account @enascretan: getaddrinfo: Name or service not known

lib/webfinger.rb:73:in `rescue in host_meta_xrd'
lib/webfinger.rb:66:in `host_meta_xrd'
lib/webfinger.rb:92:in `webfinger_profile_url'
lib/webfinger.rb:98:in `webfinger_profile_xrd'
lib/webfinger.rb:108:in `make_person_from_webfinger'
lib/webfinger.rb:58:in `create_or_update_person_from_webfinger_profile!'
lib/webfinger.rb:18:in `fetch'
app/workers/fetch_webfinger.rb:10:in `perform'

Mysql2::Error: Duplicate entry '58b11eb0576c013228ad52545fe6ca15' for key 'index_comments_on_guid': INSERT INTO `comments` (`author_id`, `author_signature`, `commentable_id`, `commentable_type`, `created_at`, `guid`, `likes_count`, `parent_author_signature`, `text`, `updated_at`) VALUES (1186, 'Fw+kiyb1vXLjZYAUwHReovmAz0=', 1945, 'Post', '2014-11-26 07:32:51', '58b11eb0576c013228ad52545fe6ca15', 0, 'D07tVwojQu+exl5SWX/EbrmdMdPl=', '\"Bollox ! \"', '2014-11-26 07:32:51')

lib/postzord/receiver/public.rb:61:in `save_object'
lib/postzord/receiver/public.rb:26:in `receive!'
lib/postzord/receiver.rb:12:in `perform!'
app/workers/receive_unencrypted_salmon.rb:13:in `block in perform'
app/workers/base.rb:13:in `suppress_annoying_errors'
app/workers/receive_unencrypted_salmon.rb:10:in `perform'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment