Forem Creators and Builders 🌱

Balkrishna Pandey
Balkrishna Pandey

Posted on • Updated on

Unable to fetch blogs from "RSS Feed URL"

New problem :), sorry I keep posting lots of issues.

So here is my configuration for my selfhosted forum goglides.dev. Feed url is valid.

Actually tried both urls,
https://medium.com/feed/@pandeybk
and
https://pandeybk.medium.com/feed

Image description

Seeing following info logs, when I click on "Fetch Feed now" button,


I, [2022-04-27T16:09:48.676305 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f] Started PATCH "/users/settings" for 174.51.172.239 at 2022-04-27 16:09:48 +0000
I, [2022-04-27T16:09:48.686894 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f] Processing by Users::SettingsController#update as HTML
I, [2022-04-27T16:09:48.687073 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f]   Parameters: {"utf8"=>"βœ“", "authenticity_token"=>"[FILTERED]", "users_setting"=>{"feed_url"=>"https://pandeybk.medium.com/feed", "tab"=>"extensions"}, "locale"=>nil}
I, [2022-04-27T16:09:48.711337 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f] Redirected to https://www.goglides.dev/settings/extensions
I, [2022-04-27T16:09:48.711912 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f] Completed 302 Found in 25ms (ActiveRecord: 3.4ms | Allocations: 6994)
I, [2022-04-27T16:09:49.134029 #23]  INFO -- : [0f4bf3fd38880139640a174dde0397cc] Started GET "/notifications/counts" for 174.51.172.239 at 2022-04-27 16:09:49 +0000
I, [2022-04-27T16:09:49.147582 #23]  INFO -- : [0f4bf3fd38880139640a174dde0397cc] Processing by Notifications::CountsController#index as */*
I, [2022-04-27T16:09:49.147644 #23]  INFO -- : [0f4bf3fd38880139640a174dde0397cc]   Parameters: {"locale"=>nil}
I, [2022-04-27T16:09:49.155969 #23]  INFO -- : [0f4bf3fd38880139640a174dde0397cc]   Rendered text template (Duration: 0.1ms | Allocations: 33)
I, [2022-04-27T16:09:49.156674 #23]  INFO -- : [0f4bf3fd38880139640a174dde0397cc] Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.1ms | Allocations: 2482)
I, [2022-04-27T16:09:49.273802 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a] Started GET "/notifications?i=i" for 174.51.172.239 at 2022-04-27 16:09:49 +0000
I, [2022-04-27T16:09:49.281675 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a] Processing by NotificationsController#index as */*
I, [2022-04-27T16:09:49.281746 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a]   Parameters: {"i"=>"i", "locale"=>nil}
I, [2022-04-27T16:09:49.313670 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a]   Rendered notifications/index.html.erb within layouts/application (Duration: 16.0ms | Allocations: 6099)
I, [2022-04-27T16:09:49.314226 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a]   Rendered layout layouts/application.html.erb (Duration: 16.6ms | Allocations: 6269)
I, [2022-04-27T16:09:49.314737 #23]  INFO -- : [237f5f274755dc766a0d6f4627f3982a] Completed 200 OK in 33ms (Views: 17.5ms | ActiveRecord: 3.5ms | Allocations: 11031)
I, [2022-04-27T16:09:50.353815 #23]  INFO -- : [2556a6024af1901d43716b58aa6ace78] Started PATCH "/page_views/16" for 174.51.172.239 at 2022-04-27 16:09:50 +0000

Enter fullscreen mode Exit fullscreen mode

Only concerning log is

I, [2022-04-27T16:09:48.711912 #23]  INFO -- : [0ac8d2372bb71e384a8693f6e3fb929f] Completed 302 Found in 25ms (ActiveRecord: 3.4ms | Allocations: 6994)
Enter fullscreen mode Exit fullscreen mode

Any idea why it's happening.

Update: Debug log attached

I, [2022-04-28T16:52:17.502774 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3] Started GET "/mod?i=i" for 174.51.172.239 at 2022-04-28 16:52:17 +0000
D, [2022-04-28T16:52:17.508049 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]    (1.0ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:17.513609 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3] Processing by ModerationsController#index as */*
I, [2022-04-28T16:52:17.513831 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Parameters: {"i"=>"i", "locale"=>nil}
D, [2022-04-28T16:52:17.516528 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   User Load (0.7ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:17.529371 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Article Load (6.9ms)  SELECT "articles".* FROM "articles" WHERE "articles"."published" = $1 AND (published_at <= '2022-04-28 16:52:17.521694') ORDER BY "articles"."published_at" DESC LIMIT $2  [["published", true], ["LIMIT", 70]]
D, [2022-04-28T16:52:17.533446 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   User Load (1.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN ($1, $2, $3)  [["id", 8], ["id", 45], ["id", 1]]
D, [2022-04-28T16:52:17.549437 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Rendering layout layouts/application.html.erb
D, [2022-04-28T16:52:17.549599 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Rendering moderations/index.html.erb within layouts/application
D, [2022-04-28T16:52:17.561326 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Rendered moderations/_mod_sidebar_left.html.erb (Duration: 9.7ms | Allocations: 5156)
I, [2022-04-28T16:52:17.561881 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Rendered moderations/index.html.erb within layouts/application (Duration: 12.2ms | Allocations: 6081)
I, [2022-04-28T16:52:17.562406 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   Rendered layout layouts/application.html.erb (Duration: 12.8ms | Allocations: 6256)
I, [2022-04-28T16:52:17.562922 #24]  INFO -- : [9007aa315374cdd5d7b425cf2c2dd9f3] Completed 200 OK in 49ms (Views: 13.6ms | ActiveRecord: 9.0ms | Allocations: 16782)
D, [2022-04-28T16:52:17.565717 #24] DEBUG -- : [9007aa315374cdd5d7b425cf2c2dd9f3]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.251848 #24]  INFO -- : [bb785ace6024e6e867e40f88f07ef0b7] Started PATCH "/users/settings" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.256995 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]    (1.0ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.262005 #24]  INFO -- : [bb785ace6024e6e867e40f88f07ef0b7] Processing by Users::SettingsController#update as HTML
I, [2022-04-28T16:52:21.262106 #24]  INFO -- : [bb785ace6024e6e867e40f88f07ef0b7]   Parameters: {"utf8"=>"βœ“", "authenticity_token"=>"[FILTERED]", "users_setting"=>{"feed_url"=>"https://medium.com/feed/@pandeybk", "tab"=>"extensions"}, "locale"=>nil}
D, [2022-04-28T16:52:21.263886 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.269066 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   Role Load (0.6ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.270161 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   CACHE Role Load (0.1ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.271626 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   Users::Setting Load (0.4ms)  SELECT "users_settings".* FROM "users_settings" WHERE "users_settings"."user_id" = $1 LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.276794 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   TRANSACTION (0.4ms)  BEGIN
D, [2022-04-28T16:52:21.278068 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   User Update (0.7ms)  UPDATE "users" SET "updated_at" = $1, "profile_updated_at" = $2 WHERE "users"."id" = $3  [["updated_at", "2022-04-28 16:52:21.276087"], ["profile_updated_at", "2022-04-28 16:52:21.276087"], ["id", 1]]
D, [2022-04-28T16:52:21.279738 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   TRANSACTION (0.5ms)  COMMIT
I, [2022-04-28T16:52:21.283001 #24]  INFO -- : [bb785ace6024e6e867e40f88f07ef0b7] Redirected to https://www.goglides.dev/settings/extensions
I, [2022-04-28T16:52:21.283468 #24]  INFO -- : [bb785ace6024e6e867e40f88f07ef0b7] Completed 302 Found in 21ms (ActiveRecord: 3.2ms | Allocations: 7164)
D, [2022-04-28T16:52:21.286000 #24] DEBUG -- : [bb785ace6024e6e867e40f88f07ef0b7]   User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.306621 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c] Started GET "/settings/extensions" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.314167 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]    (1.2ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.323472 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c] Processing by UsersController#edit as HTML
I, [2022-04-28T16:52:21.323616 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c]   Parameters: {"locale"=>nil, "tab"=>"extensions"}
D, [2022-04-28T16:52:21.326893 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.335795 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Users::Setting Load (0.6ms)  SELECT "users_settings".* FROM "users_settings" WHERE "users_settings"."user_id" = $1 LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.338474 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Users::NotificationSetting Load (0.5ms)  SELECT "users_notification_settings"."id", "users_notification_settings"."user_id", "users_notification_settings"."email_badge_notifications", "users_notification_settings"."email_comment_notifications", "users_notification_settings"."email_community_mod_newsletter", "users_notification_settings"."email_digest_periodic", "users_notification_settings"."email_follower_notifications", "users_notification_settings"."email_membership_newsletter", "users_notification_settings"."email_mention_notifications", "users_notification_settings"."email_newsletter", "users_notification_settings"."email_tag_mod_newsletter", "users_notification_settings"."email_unread_notifications", "users_notification_settings"."mobile_comment_notifications", "users_notification_settings"."mod_roundrobin_notifications", "users_notification_settings"."reaction_notifications", "users_notification_settings"."welcome_notifications", "users_notification_settings"."created_at", "users_notification_settings"."updated_at", "users_notification_settings"."mobile_mention_notifications" FROM "users_notification_settings" WHERE "users_notification_settings"."user_id" = $1 LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.345273 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Identity Exists? (0.7ms)  SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND "identities"."provider" IN ($2, $3, $4, $5) AND "identities"."provider" = $6 LIMIT $7  [["user_id", 1], ["provider", "facebook"], ["provider", "github"], ["provider", "google_oauth2"], ["provider", "twitter"], ["provider", "github"], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.347350 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   ResponseTemplate Load (0.5ms)  SELECT "response_templates".* FROM "response_templates" WHERE "response_templates"."id" IS NULL AND "response_templates"."user_id" = $1 LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.349185 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendering layout layouts/application.html.erb
D, [2022-04-28T16:52:21.349341 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendering users/edit.html.erb within layouts/application
D, [2022-04-28T16:52:21.377391 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   ResponseTemplate Load (0.5ms)  SELECT "response_templates".* FROM "response_templates" WHERE "response_templates"."user_id" = $1  [["user_id", 1]]
D, [2022-04-28T16:52:21.379467 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/_response_templates.html.erb (Duration: 3.7ms | Allocations: 1088)
D, [2022-04-28T16:52:21.382174 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Role Load (0.7ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.383477 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Flipper::Adapters::ActiveRecord::Gate Load (0.4ms)  SELECT "flipper_gates".* FROM "flipper_gates" WHERE "flipper_gates"."feature_key" = $1  [["feature_key", "[FILTERED]"]]
D, [2022-04-28T16:52:21.387765 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/_publishing_from_rss.html.erb (Duration: 7.9ms | Allocations: 2997)
D, [2022-04-28T16:52:21.389564 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   CACHE Role Load (0.6ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.391304 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/_web_monetization.html.erb (Duration: 3.1ms | Allocations: 1076)
D, [2022-04-28T16:52:21.392573 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/_integrations_github_repositories.html.erb (Duration: 0.9ms | Allocations: 315)
D, [2022-04-28T16:52:21.393019 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/_extensions.html.erb (Duration: 17.5ms | Allocations: 5997)
I, [2022-04-28T16:52:21.393469 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered users/edit.html.erb within layouts/application (Duration: 44.0ms | Allocations: 13323)
D, [2022-04-28T16:52:21.395086 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered layouts/_styles.html.erb (Duration: 0.9ms | Allocations: 349)
I, [2022-04-28T16:52:21.411748 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c]   Rendered layout layouts/application.html.erb (Duration: 62.4ms | Allocations: 18689)
I, [2022-04-28T16:52:21.412660 #27]  INFO -- : [95bdb3f864dad71cca259ed82238a28c] Completed 200 OK in 89ms (Views: 61.4ms | ActiveRecord: 5.1ms | Allocations: 23356)
D, [2022-04-28T16:52:21.417877 #27] DEBUG -- : [95bdb3f864dad71cca259ed82238a28c]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.653719 #24]  INFO -- : [485e3fe39b0f61bf8e7fb877fcfc2364] Started GET "/notifications/counts" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.658364 #24] DEBUG -- : [485e3fe39b0f61bf8e7fb877fcfc2364]    (0.9ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.664205 #24]  INFO -- : [485e3fe39b0f61bf8e7fb877fcfc2364] Processing by Notifications::CountsController#index as */*
I, [2022-04-28T16:52:21.664357 #24]  INFO -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   Parameters: {"locale"=>nil}
D, [2022-04-28T16:52:21.666884 #24] DEBUG -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   User Load (0.7ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.675192 #24] DEBUG -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   Notification Count (0.7ms)  SELECT COUNT(*) FROM "notifications" WHERE "notifications"."user_id" = $1 AND "notifications"."read" = $2  [["user_id", 1], ["read", false]]
D, [2022-04-28T16:52:21.676201 #24] DEBUG -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   Rendering text template
I, [2022-04-28T16:52:21.676492 #24]  INFO -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   Rendered text template (Duration: 0.1ms | Allocations: 33)
I, [2022-04-28T16:52:21.677100 #24]  INFO -- : [485e3fe39b0f61bf8e7fb877fcfc2364] Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 1.4ms | Allocations: 2524)
D, [2022-04-28T16:52:21.679449 #24] DEBUG -- : [485e3fe39b0f61bf8e7fb877fcfc2364]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.709963 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0] Started GET "/dashboard?i=i" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.714214 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]    (0.8ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.719560 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0] Processing by DashboardsController#show as */*
I, [2022-04-28T16:52:21.719760 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Parameters: {"i"=>"i", "locale"=>nil}
D, [2022-04-28T16:52:21.722092 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   User Load (0.7ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.731348 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   OrganizationMembership Pluck (0.6ms)  SELECT "organization_memberships"."organization_id" FROM "organization_memberships" WHERE "organization_memberships"."user_id" = $1 AND "organization_memberships"."type_of_user" = $2  [["user_id", 1], ["type_of_user", "admin"]]
D, [2022-04-28T16:52:21.736147 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Article Exists? (1.0ms)  SELECT 1 AS one FROM "articles" WHERE "articles"."user_id" = $1 AND "articles"."published" = $2 AND (published_at <= '2022-04-28 16:52:21.734050') LIMIT $3  [["user_id", 1], ["published", true], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.743585 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Article Load (6.0ms)  SELECT "articles".* FROM "articles" WHERE "articles"."user_id" = $1  [["user_id", 1]]
D, [2022-04-28T16:52:21.752382 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Article Load (5.6ms)  SELECT "articles".* FROM "articles" WHERE "articles"."user_id" = $1 ORDER BY "articles"."created_at" DESC  [["user_id", 1]]
D, [2022-04-28T16:52:21.755975 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Collection Load (0.6ms)  SELECT "collections".* FROM "collections" WHERE "collections"."id" = $1  [["id", 2]]
D, [2022-04-28T16:52:21.758993 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Collection Count (0.7ms)  SELECT COUNT(DISTINCT "collections"."id") FROM "collections" INNER JOIN "articles" ON "articles"."collection_id" = "collections"."id" WHERE "collections"."user_id" = $1  [["user_id", 1]]
D, [2022-04-28T16:52:21.759930 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendering layout layouts/application.html.erb
D, [2022-04-28T16:52:21.760055 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendering dashboards/show.html.erb within layouts/application
D, [2022-04-28T16:52:21.763737 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Follow Count (0.7ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."followable_id" = $1 AND "follows"."followable_type" = $2 AND "follows"."blocked" = $3  [["followable_id", 1], ["followable_type", "User"], ["blocked", false]]
D, [2022-04-28T16:52:21.765994 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Follow Count (0.5ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."follower_id" = $1 AND "follows"."follower_type" = $2 AND "follows"."blocked" = $3 AND "follows"."followable_type" = $4  [["follower_id", 1], ["follower_type", "User"], ["blocked", false], ["followable_type", "Organization"]]
D, [2022-04-28T16:52:21.767720 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Follow Count (0.6ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."follower_id" = $1 AND "follows"."follower_type" = $2 AND "follows"."blocked" = $3 AND "follows"."followable_type" = $4  [["follower_id", 1], ["follower_type", "User"], ["blocked", false], ["followable_type", "Podcast"]]
D, [2022-04-28T16:52:21.768705 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_actions_mobile.html.erb (Duration: 6.9ms | Allocations: 2024)
D, [2022-04-28T16:52:21.770158 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Flipper::Adapters::ActiveRecord::Gate Load (0.4ms)  SELECT "flipper_gates".* FROM "flipper_gates" WHERE "flipper_gates"."feature_key" = $1  [["feature_key", "[FILTERED]"]]
D, [2022-04-28T16:52:21.770844 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_analytics.html.erb (Duration: 1.8ms | Allocations: 577)
D, [2022-04-28T16:52:21.772655 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Article Exists? (0.6ms)  SELECT 1 AS one FROM "articles" WHERE "articles"."user_id" = $1 AND "articles"."published" = $2 AND (published_at <= '2022-04-28 16:52:21.771517') LIMIT $3  [["user_id", 1], ["published", true], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.774026 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   CACHE Follow Count (0.1ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."followable_id" = $1 AND "follows"."followable_type" = $2 AND "follows"."blocked" = $3  [["followable_id", 1], ["followable_type", "User"], ["blocked", false]]
D, [2022-04-28T16:52:21.775592 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   CACHE Follow Count (0.1ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."follower_id" = $1 AND "follows"."follower_type" = $2 AND "follows"."blocked" = $3 AND "follows"."followable_type" = $4  [["follower_id", 1], ["follower_type", "User"], ["blocked", false], ["followable_type", "Organization"]]
I, [2022-04-28T16:52:21.688228 #27]  INFO -- : [c1700eb8eacb9022321516722f89e701] Started GET "/async_info/base_data" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.691632 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]    (0.7ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.695785 #27]  INFO -- : [c1700eb8eacb9022321516722f89e701] Processing by AsyncInfoController#base_data as JSON
I, [2022-04-28T16:52:21.695857 #27]  INFO -- : [c1700eb8eacb9022321516722f89e701]   Parameters: {"locale"=>nil}
D, [2022-04-28T16:52:21.697834 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.705343 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Broadcast Load (0.8ms)  SELECT "broadcasts".* FROM "broadcasts" WHERE "broadcasts"."type_of" = $1 AND "broadcasts"."active" = $2 ORDER BY "broadcasts"."id" ASC LIMIT $3  [["type_of", "Announcement"], ["active", true], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.714119 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Users::Setting Load (0.6ms)  SELECT "users_settings".* FROM "users_settings" WHERE "users_settings"."user_id" = $1 LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.720399 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Role Count (1.0ms)  SELECT COUNT(*) FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)) OR ((roles.name = 'super_admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.722300 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Role Load (0.7ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.723665 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Flipper::Adapters::ActiveRecord::Gate Load (0.4ms)  SELECT "flipper_gates".* FROM "flipper_gates" WHERE "flipper_gates"."feature_key" = $1  [["feature_key", "[FILTERED]"]]
D, [2022-04-28T16:52:21.729296 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   Role Load (1.0ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'creator') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
I, [2022-04-28T16:52:21.731110 #27]  INFO -- : [c1700eb8eacb9022321516722f89e701] Completed 200 OK in 35ms (Views: 0.8ms | ActiveRecord: 5.0ms | Allocations: 12220)
D, [2022-04-28T16:52:21.733778 #27] DEBUG -- : [c1700eb8eacb9022321516722f89e701]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.789529 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa] Started GET "/notifications?i=i" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.793405 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]    (0.8ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.796560 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa] Processing by NotificationsController#index as */*
I, [2022-04-28T16:52:21.797075 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Parameters: {"i"=>"i", "locale"=>nil}
D, [2022-04-28T16:52:21.798605 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.803548 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Notification Load (0.6ms)  SELECT "notifications".* FROM "notifications" WHERE "notifications"."user_id" = $1 ORDER BY "notifications"."notified_at" DESC LIMIT $2  [["user_id", 1], ["LIMIT", 8]]
D, [2022-04-28T16:52:21.805777 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Reaction Load (0.5ms)  SELECT "reactions".* FROM "reactions" WHERE "reactions"."user_id" = $1 ORDER BY "reactions"."id" DESC LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.807480 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Comment Load (0.5ms)  SELECT "comments".* FROM "comments" WHERE "comments"."user_id" = $1 ORDER BY "comments"."id" DESC LIMIT $2  [["user_id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.809672 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   OrganizationMembership Pluck (0.5ms)  SELECT "organization_memberships"."organization_id" FROM "organization_memberships" WHERE "organization_memberships"."user_id" = $1 AND "organization_memberships"."type_of_user" IN ($2, $3)  [["user_id", 1], ["type_of_user", "admin"], ["type_of_user", "member"]]
D, [2022-04-28T16:52:21.811137 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendering layout layouts/application.html.erb
D, [2022-04-28T16:52:21.811249 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendering notifications/index.html.erb within layouts/application
D, [2022-04-28T16:52:21.815863 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_nav_menu.html.erb (Duration: 1.0ms | Allocations: 480)
D, [2022-04-28T16:52:21.821259 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/shared/_comment_box.html.erb (Duration: 2.1ms | Allocations: 469) [cache hit]
D, [2022-04-28T16:52:21.821735 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_comment.html.erb (Duration: 5.0ms | Allocations: 1281) [cache hit]
D, [2022-04-28T16:52:21.829762 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_single_reaction.html.erb (Duration: 6.6ms | Allocations: 1954) [cache hit]
D, [2022-04-28T16:52:21.830166 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_reaction.html.erb (Duration: 7.5ms | Allocations: 2191)
D, [2022-04-28T16:52:21.830610 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_article.html.erb (Duration: 8.2ms | Allocations: 2349)
D, [2022-04-28T16:52:21.831076 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/_notifications_list.html.erb (Duration: 14.5ms | Allocations: 3948)
D, [2022-04-28T16:52:21.831831 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered articles/_fitvids.html.erb (Duration: 0.2ms | Allocations: 37)
I, [2022-04-28T16:52:21.833144 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered notifications/index.html.erb within layouts/application (Duration: 21.8ms | Allocations: 6443)
I, [2022-04-28T16:52:21.833843 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   Rendered layout layouts/application.html.erb (Duration: 22.6ms | Allocations: 6618)
I, [2022-04-28T16:52:21.834621 #27]  INFO -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa] Completed 200 OK in 37ms (Views: 23.6ms | ActiveRecord: 2.6ms | Allocations: 11068)
D, [2022-04-28T16:52:21.777090 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   CACHE Follow Count (0.1ms)  SELECT COUNT(*) FROM "follows" WHERE "follows"."follower_id" = $1 AND "follows"."follower_type" = $2 AND "follows"."blocked" = $3 AND "follows"."followable_type" = $4  [["follower_id", 1], ["follower_type", "User"], ["blocked", false], ["followable_type", "Podcast"]]
D, [2022-04-28T16:52:21.778905 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Article Exists? (0.5ms)  SELECT 1 AS one FROM "articles" WHERE "articles"."user_id" = $1 AND "articles"."published" = $2 AND (published_at <= '2022-04-28 16:52:21.777907') LIMIT $3  [["user_id", 1], ["published", true], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.779435 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_actions.html.erb (Duration: 8.2ms | Allocations: 2908)
D, [2022-04-28T16:52:21.796274 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 12.3ms | Allocations: 5903)
D, [2022-04-28T16:52:21.806392 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 9.5ms | Allocations: 5830)
D, [2022-04-28T16:52:21.816614 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 9.9ms | Allocations: 5859)
D, [2022-04-28T16:52:21.831892 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 14.9ms | Allocations: 5828)
D, [2022-04-28T16:52:21.848463 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 16.0ms | Allocations: 5832)
D, [2022-04-28T16:52:21.839312 #27] DEBUG -- : [b82b5aa0d57d8e6204b6d22fd6eb37aa]   CACHE User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.868275 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 19.0ms | Allocations: 5831)
D, [2022-04-28T16:52:21.889489 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 20.5ms | Allocations: 5832)
D, [2022-04-28T16:52:21.911303 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 21.0ms | Allocations: 5831)
D, [2022-04-28T16:52:21.919882 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 7.8ms | Allocations: 1859)
D, [2022-04-28T16:52:21.942859 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 22.1ms | Allocations: 5831)
I, [2022-04-28T16:52:21.950618 #27]  INFO -- : [f57e1bb6af3d32929bd72cb77e77e5f8] Started GET "/github_repos" for 174.51.172.239 at 2022-04-28 16:52:21 +0000
D, [2022-04-28T16:52:21.956840 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]    (1.2ms)  SELECT "flipper_features"."key" AS feature_key, "flipper_gates"."key", "flipper_gates"."value" FROM "flipper_features" LEFT OUTER JOIN "flipper_gates" ON "flipper_features"."key" = "flipper_gates"."feature_key"
I, [2022-04-28T16:52:21.959850 #27]  INFO -- : [f57e1bb6af3d32929bd72cb77e77e5f8] Processing by GithubReposController#index as JSON
I, [2022-04-28T16:52:21.959907 #27]  INFO -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Parameters: {"locale"=>nil}
D, [2022-04-28T16:52:21.960600 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/_dashboard_article_row.html.erb (Duration: 17.0ms | Allocations: 5841)
D, [2022-04-28T16:52:21.961467 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2022-04-28T16:52:21.961577 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered dashboards/show.html.erb within layouts/application (Duration: 201.4ms | Allocations: 68653)
I, [2022-04-28T16:52:21.962341 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0]   Rendered layout layouts/application.html.erb (Duration: 202.3ms | Allocations: 68829)
I, [2022-04-28T16:52:21.963048 #24]  INFO -- : [57b42e132b41f5adeb4044eba4e3dbb0] Completed 200 OK in 243ms (Views: 199.6ms | ActiveRecord: 18.6ms | Allocations: 77041)
D, [2022-04-28T16:52:21.966673 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Role Load (0.7ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'suspended') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 1]]
D, [2022-04-28T16:52:21.967579 #24] DEBUG -- : [57b42e132b41f5adeb4044eba4e3dbb0]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.970199 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Identity Exists? (0.5ms)  SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND "identities"."provider" IN ($2, $3, $4, $5) AND "identities"."provider" = $6 LIMIT $7  [["user_id", 1], ["provider", "facebook"], ["provider", "github"], ["provider", "google_oauth2"], ["provider", "twitter"], ["provider", "github"], ["LIMIT", 1]]
D, [2022-04-28T16:52:21.971821 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   GithubRepo Load (0.5ms)  SELECT DISTINCT "github_repos".* FROM "github_repos" WHERE "github_repos"."user_id" = $1 AND "github_repos"."featured" = $2  [["user_id", 1], ["featured", true]]
D, [2022-04-28T16:52:21.973556 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Identity Load (0.4ms)  SELECT "identities"."token" FROM "identities" WHERE "identities"."user_id" = $1 AND "identities"."provider" = $2 LIMIT $3  [["user_id", 1], ["provider", "github"], ["LIMIT", 1]]
D, [2022-04-28T16:52:24.495065 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Rendering github_repos/index.json.jbuilder
I, [2022-04-28T16:52:24.501494 #27]  INFO -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   Rendered github_repos/index.json.jbuilder (Duration: 6.2ms | Allocations: 5585)
I, [2022-04-28T16:52:24.502287 #27]  INFO -- : [f57e1bb6af3d32929bd72cb77e77e5f8] Completed 200 OK in 2542ms (Views: 7.4ms | ActiveRecord: 2.5ms | Allocations: 394453)
D, [2022-04-28T16:52:24.505457 #27] DEBUG -- : [f57e1bb6af3d32929bd72cb77e77e5f8]   CACHE User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
Enter fullscreen mode Exit fullscreen mode

Top comments (13)

Collapse
 
pandeybk profile image
Balkrishna Pandey

@ellativity, I just figure it out answer to all my problem, which include stats update, mailchimp subscription, draft imports etc, I haven't include sidekiq cron jobs. I just ran this command manually from one of the forem container and started fixing the issue. bundle exec sidekiq -c 2

Collapse
 
ellativity profile image
Ella (she/her/elle)

And this solved all your problems, @pandeybk? 🀯

Collapse
 
pandeybk profile image
Balkrishna Pandey

yes all I posted here so far.

Collapse
 
ellativity profile image
Ella (she/her/elle)

Thanks for asking these questions @pandeybk! I really appreciate the way you're splitting them into separate posts, as that makes it easier for people to find them in the search later on!

Collapse
 
ellativity profile image
Ella (she/her/elle)

Just to confirm, you've checked your personal dashboard and your posts haven't imported there as drafts?

Collapse
 
pandeybk profile image
Balkrishna Pandey

Yes, I did; in fact, the same RSS feed URL works with dev.to. I tried with wordpress feed url (works in dev.to but not on goglides.dev). It's something on my hosted forum. I tried enabling the debug log but got no results. Is there any log file I can check?

Collapse
 
ellativity profile image
Ella (she/her/elle)

Hmmm πŸ€”What is your self-host configuration? Which process did you follow to get your Forem installed?

Have you run

sudo foremctl deploy

to ensure your Forem version is the latest version?

Thread Thread
 
pandeybk profile image
Balkrishna Pandey

I am using Kubernetes. The version I am using isquay.io/forem/forem@sha256:bdaae5653917441c0aad80717ca52396622dda98f1a1ac277d8adf16bd267f76, this is the latest update I upgraded yesterday (was seeing issue with previous version as well)quay.io/forem/forem@sha256:0c00c2cc12b19f689d7b7f7e0d54fbaf7298ad55373c5f5692590128c4dfb09a. My only concerns is non of the component throwing any error :). If you look at the logs, everything looks good. I think we are suppressing logs which is making it harder to debug.

Thread Thread
 
pandeybk profile image
Balkrishna Pandey

I wonder if it's something to do with nginx ingress controller proxy settings. In a selfhosted repo we are using nginx and traefik.(github.com/forem/selfhost/blob/mai...). In my deployment I am only using nginx ingress controller. I wonder if its proxy settings causing problem. Ideally it shouldn't, but hard to tell.

Thread Thread
 
pandeybk profile image
Balkrishna Pandey

In the description above, I've included a debug log; do you think someone from the development teams could have a look at it? Any direction will be helpful.

Thread Thread
 
pandeybk profile image
Balkrishna Pandey

This is a log when I press "Fetch Feed now" button.

Collapse
 
ellativity profile image
Ella (she/her/elle)

So here is my configuration for my selfhosted forum. Feed url is valid.

Are you seeing an error message saying "Feed url is invalid" or any other error message?

Collapse
 
pandeybk profile image
Balkrishna Pandey

I am not.. feed url is valid