Error when downloading feed

I setup cross-posting to Blueky but it wasn’t working so I checked the logs. I’m receiving this error every time it goes to download the feed for https://blog.lipke.fyi/feed.json. Any help is appreciated!

Feed: Processing post failed, /home/manton/snippets/models/feed.rb:962:in `block in perform', NoMethodError, undefined method `is_likely_linkpost?' for #<Feed @id=4586936
4 Likes

I am getting this as well, just came to post about it. The posts are failing to process for my “timeline” feed which is what makes them appear in the Micro.blog timeline. They still are publishing to my blog, however. This is new as of today/my most recent post at 1:07pm PT.

Edit: the complete error

Feed: Processing post failed, /home/manton/snippets/models/feed.rb:962:in `block in perform', NoMethodError, undefined method `is_likely_linkpost?' for #<Feed @id=nil @user_id=nil @rss_url=nil @self_url=nil @last_etag=nil @format=nil @twitter_username=nil @twitter_access_token=nil @twitter_refresh_token=nil @twitter_access_secret=nil @twitter_expires_at=nil @facebook_name=nil @facebook_access_token=nil @facebook_page_id=nil @facebook_page_name=nil @facebook_page_token=nil @medium_user_id=nil @medium_username=nil @medium_access_token=nil @medium_refresh_token=nil @linkedin_user_id=nil @linkedin_name=nil @linkedin_access_token=nil @linkedin_expires_at=nil @linkedin_distribution=nil @mastodon_username=nil @mastodon_hostname=nil @mastodon_access_token=nil @tumblr_username=nil @tumblr_hostname=nil @tumblr_access_token=nil @tumblr_access_secret=nil @flickr_username=nil @flickr_access_token=nil @flickr_access_secret=nil @bluesky_hostname=nil @bluesky_handle=nil @bluesky_did=nil @bluesky_access_token=nil @bluesky_refresh_token=nil @nostr_pubkey=nil @nostr_secret=nil @pixelfed_username=nil @pixelfed_hostname=nil @pixelfed_access_token=nil @threads_user_id=nil @threads_username=nil @threads_access_token=nil @threads_expires_at=nil @refresh_seconds=nil @refresh_at=nil @refresh_error=nil @import_site_id=nil @is_disabled_crossposting=nil @is_disabled_downloading=nil @is_syndicate_webmention=nil @is_importer=nil @is_crosspost_error_threads=nil @crossposted_at=nil @created_at=nil @updated_at=nil>
1 Like

This started today for me too. It’s preventing my crossposting to Mastodon and Bluesky from working, and it’s happening constantly in my logs.

Feed: Processing post failed, /home/manton/snippets/models/feed.rb:962:in block in perform', NoMethodError, undefined method is_likely_linkpost?’ for #<Feed @id=nil @user_id=nil @rss_url=nil @self_url=nil

It seems to correspond with a permanent error I can’t remove:

“Error publishing your microblog: Error building site: logged 1 error(s) View logs

1 Like

I’m seeing the same. The post appears on the blog but doesn’t get cross-posted to Mastodon/Bluesky, with the same error in the logs.

1 Like

New user here: where did you access the logs?

1 Like

At the bottom of the Account or Sources page are links to the logs.

2 Likes

I have remove Bluesky and still getting the same error. Can’t post currently @manton

As a work around, I have had to delete all the posts that micro.blog was attempting to cross post and it clears the error.

I have the same errors, although I’d like to add that I wrote two posts, a short post without title which causes errors and a longer post with title which cross-posted fine. So it looks, at least for me, to be failing on short posts without titles.

Same on my end, apparently started earlier this morning. Same message in the logs.

Same issue over here.

Sorry everyone! I broke this yesterday and we just deployed the fix. Posts that didn’t appear in the timeline will show up soon when the feed is processed again.

3 Likes