[bug] Akkoma getting OOM killed #736

Closed
opened 2024-04-05 14:37:48 +00:00 by Mynacol · 9 comments

Your setup

From source

Extra details

NixOS 23.11

Version

3.12.1 (originally 3.10.4)

PostgreSQL version

16.2

What were you trying to do?

For the 3rd time in the last 2-3 months akkoma was getting OOM killed (each while I was asleep). Hours before getting killed, the system started to require more and more memory (from normally 2GB to about 13GB of the available 16GB before getting OOM killed). I have no definite proof akkoma was the memory hog, but all three times akkoma was selected by the oomd.

What did you expect to happen?

Akkoma having a somewhat stable memory footprint.

What actually happened?

Akkoma amasses a seemingly unstoppable memory footprint after a trigger event (or so it seems). The sharp edge in the graph is exactly between 17:02 and 17:03. The logs after this point seem normal up until the oom killer kicks in.

Logs

Apr 01 17:01:21 akkoma[2675140]: request_id=F8I2otKQ3iMGjuwADLCh [error] Could not fetch user https://mastodon.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://mastodon.social/users/*redacted*", 410}}}
Apr 01 17:03:16 postgres[2996846]: [2996846] ERROR:  duplicate key value violates unique constraint "objects_unique_apid_index"
Apr 01 17:03:16 postgres[2996846]: [2996846] DETAIL:  Key ((data ->> 'id'::text))=(https://mastodon.social/users/lisamelton/statuses/112197041349103569) already exists.
Apr 01 17:03:16 postgres[2996846]: [2996846] STATEMENT:  INSERT INTO "objects" ("data","inserted_at","updated_at") VALUES ($1,$2,$3) RETURNING "id"
Apr 01 17:03:16 akkoma[2675140]: [error] {:error, {:persist, {:error, #Ecto.Changeset<action: :insert, changes: %{data: %{"actor" => "https://mastodon.social/users/lisamelton", "announcement_count" => 0, "announcements" => [], "attachment" => [], "attributedTo" => "https://mastodon.social/users/lisamelton", "bcc" => [], "bto" => [], "cc" => ["https://chaos.social/users/rjayasinghe", "https://mastodon.gamedev.place/users/grumpygamer", "https://mastodon.social/users/Gargron", "https://mastodon.social/users/lisamelton/followers", "https://oisaur.com/users/renchap"], "content" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@rjayasinghe\" class=\"u-url mention\">@<span>rjayasinghe</span></a></span> Exactly! It&#39;s another reason that I love Mastodon and the Fediverse. 💖</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://oisaur.com/@renchap\" class=\"u-url mention\">@<span>renchap</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Gargron\" class=\"u-url mention\">@<span>Gargron</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@grumpygamer\" class=\"u-url mention\">@<span>grumpygamer</span></a></span></p>", "contentMap" => %{"en" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@rjayasinghe\" class=\"u-url mention\">@<span>rjayasinghe</span></a></span> Exactly! It&#39;s another reason that I love Mastodon and the Fediverse. 💖</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://oisaur.com/@renchap\" class=\"u-url mention\">@<span>renchap</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Gargron\" class=\"u-url mention\">@<span>Gargron</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@grumpygamer\" class=\"u-url mention\">@<span>grumpygamer</span></a></span></p>"}, "context" => "tag:mastodon.social,2024-04-01:objectId=676394297:objectType=Conversation", "emoji" => %{}, "id" => "https://mastodon.social/users/lisamelton/statuses/112197041349103569", "inReplyTo" => "https://chaos.social/users/rjayasinghe/statuses/112197035470513639", "like_count" => 0, "likes" => [], "published" => "2024-04-01T17:03:07Z", "replies" => [], "replies_count" => 0, "sensitive" => false, "tag" => [%{"href" => "https://chaos.social/users/rjayasinghe", "name" => "@rjayasinghe@chaos.social", "type" => "Mention"}, %{"href" => "https://oisaur.com/users/renchap", "name" => "@renchap@oisaur.com", "type" => "Mention"}, %{"href" => "https://mastodon.social/users/Gargron", "name" => "@Gargron", "type" => "Mention"}, %{"href" => "https://mastodon.gamedev.place/users/grumpygamer", "name" => "@grumpygamer@mastodon.gamedev.place", "type" => "Mention"}], "to" => ["https://www.w3.org/ns/activitystreams#Public"], "type" => "Note", "url" => "https://mastodon.social/@lisamelton/112197041349103569"}}, errors: [ap_id: {"has already been taken", [constraint: :unique, constraint_name: "objects_unique_apid_index"]}], data: #Pleroma.Object<>, valid?: false>}}}
Apr 01 17:03:32 akkoma[2675140]: request_id=F8I2vzwHmay26kYADLQB [error] Could not decode featured collection at fetch https://mastodon.social/users/*redacted*/collections/featured, {:error, {"Object has been deleted", "https://mastodon.social/users/*redacted*/collections/featured", 410}}
Apr 01 17:03:47 akkoma[2675140]: request_id=F8I2xNrLnFF5PrAADLRh [error] Could not fetch user https://cupoftea.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://cupoftea.social/users/*redacted*", 410}}}
Apr 01 17:03:47 akkoma[2675140]: request_id=F8I2xNrLnFF5PrAADLRh [error] Could not fetch user https://cupoftea.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://cupoftea.social/users/*redacted*", 410}}}
Apr 01 17:03:53 postgres[2200]: [2200] LOG:  checkpoint starting: time
Apr 01 17:04:18 akkoma[2675140]: [error] Error while fetching https://bsd.network/users/*redacted*/statuses/*redacted*: {:error, "timeout"}
Apr 01 17:04:18 akkoma[2675140]: [warn] Couldn't fetch reply@"https://bsd.network/users/*redacted*/statuses/*redacted*", error: nil
Apr 01 17:04:26 akkoma[2675140]: [info] Updating metadata for bears.town
Apr 01 17:04:30 akkoma[2675140]: [info] Updating metadata for fearness.org
Apr 01 17:04:31 akkoma[2675140]: [info] Postgrex.Protocol (#PID<0.3942.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.22233.10> exited
Apr 01 17:04:32 postgres[2978467]: [2978467] LOG:  could not send data to client: Broken pipe
Apr 01 17:04:32 postgres[2978467]: [2978467] ERROR:  canceling statement due to user request
Apr 01 17:04:32 postgres[2978467]: [2978467] FATAL:  connection to client lost
Apr 01 17:04:40 akkoma[2675140]: [warn] Timeout while fetching rich media for *redacted*

Severity

I cannot use it as easily as I'd like

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup From source ### Extra details NixOS 23.11 ### Version 3.12.1 (originally 3.10.4) ### PostgreSQL version 16.2 ### What were you trying to do? For the 3rd time in the last 2-3 months akkoma was getting OOM killed (each while I was asleep). Hours before getting killed, the system started to require more and more memory (from normally 2GB to about 13GB of the available 16GB before getting OOM killed). I have no definite proof akkoma was the memory hog, but all three times akkoma was selected by the oomd. ### What did you expect to happen? Akkoma having a somewhat stable memory footprint. ### What actually happened? Akkoma amasses a seemingly unstoppable memory footprint after a trigger event (or so it seems). The sharp edge in the graph is exactly between 17:02 and 17:03. The logs after this point seem normal up until the oom killer kicks in. ### Logs ```shell Apr 01 17:01:21 akkoma[2675140]: request_id=F8I2otKQ3iMGjuwADLCh [error] Could not fetch user https://mastodon.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://mastodon.social/users/*redacted*", 410}}} Apr 01 17:03:16 postgres[2996846]: [2996846] ERROR: duplicate key value violates unique constraint "objects_unique_apid_index" Apr 01 17:03:16 postgres[2996846]: [2996846] DETAIL: Key ((data ->> 'id'::text))=(https://mastodon.social/users/lisamelton/statuses/112197041349103569) already exists. Apr 01 17:03:16 postgres[2996846]: [2996846] STATEMENT: INSERT INTO "objects" ("data","inserted_at","updated_at") VALUES ($1,$2,$3) RETURNING "id" Apr 01 17:03:16 akkoma[2675140]: [error] {:error, {:persist, {:error, #Ecto.Changeset<action: :insert, changes: %{data: %{"actor" => "https://mastodon.social/users/lisamelton", "announcement_count" => 0, "announcements" => [], "attachment" => [], "attributedTo" => "https://mastodon.social/users/lisamelton", "bcc" => [], "bto" => [], "cc" => ["https://chaos.social/users/rjayasinghe", "https://mastodon.gamedev.place/users/grumpygamer", "https://mastodon.social/users/Gargron", "https://mastodon.social/users/lisamelton/followers", "https://oisaur.com/users/renchap"], "content" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@rjayasinghe\" class=\"u-url mention\">@<span>rjayasinghe</span></a></span> Exactly! It&#39;s another reason that I love Mastodon and the Fediverse. 💖</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://oisaur.com/@renchap\" class=\"u-url mention\">@<span>renchap</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Gargron\" class=\"u-url mention\">@<span>Gargron</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@grumpygamer\" class=\"u-url mention\">@<span>grumpygamer</span></a></span></p>", "contentMap" => %{"en" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@rjayasinghe\" class=\"u-url mention\">@<span>rjayasinghe</span></a></span> Exactly! It&#39;s another reason that I love Mastodon and the Fediverse. 💖</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://oisaur.com/@renchap\" class=\"u-url mention\">@<span>renchap</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Gargron\" class=\"u-url mention\">@<span>Gargron</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@grumpygamer\" class=\"u-url mention\">@<span>grumpygamer</span></a></span></p>"}, "context" => "tag:mastodon.social,2024-04-01:objectId=676394297:objectType=Conversation", "emoji" => %{}, "id" => "https://mastodon.social/users/lisamelton/statuses/112197041349103569", "inReplyTo" => "https://chaos.social/users/rjayasinghe/statuses/112197035470513639", "like_count" => 0, "likes" => [], "published" => "2024-04-01T17:03:07Z", "replies" => [], "replies_count" => 0, "sensitive" => false, "tag" => [%{"href" => "https://chaos.social/users/rjayasinghe", "name" => "@rjayasinghe@chaos.social", "type" => "Mention"}, %{"href" => "https://oisaur.com/users/renchap", "name" => "@renchap@oisaur.com", "type" => "Mention"}, %{"href" => "https://mastodon.social/users/Gargron", "name" => "@Gargron", "type" => "Mention"}, %{"href" => "https://mastodon.gamedev.place/users/grumpygamer", "name" => "@grumpygamer@mastodon.gamedev.place", "type" => "Mention"}], "to" => ["https://www.w3.org/ns/activitystreams#Public"], "type" => "Note", "url" => "https://mastodon.social/@lisamelton/112197041349103569"}}, errors: [ap_id: {"has already been taken", [constraint: :unique, constraint_name: "objects_unique_apid_index"]}], data: #Pleroma.Object<>, valid?: false>}}} Apr 01 17:03:32 akkoma[2675140]: request_id=F8I2vzwHmay26kYADLQB [error] Could not decode featured collection at fetch https://mastodon.social/users/*redacted*/collections/featured, {:error, {"Object has been deleted", "https://mastodon.social/users/*redacted*/collections/featured", 410}} Apr 01 17:03:47 akkoma[2675140]: request_id=F8I2xNrLnFF5PrAADLRh [error] Could not fetch user https://cupoftea.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://cupoftea.social/users/*redacted*", 410}}} Apr 01 17:03:47 akkoma[2675140]: request_id=F8I2xNrLnFF5PrAADLRh [error] Could not fetch user https://cupoftea.social/users/*redacted*, {nil, {:error, {"Object has been deleted", "https://cupoftea.social/users/*redacted*", 410}}} Apr 01 17:03:53 postgres[2200]: [2200] LOG: checkpoint starting: time Apr 01 17:04:18 akkoma[2675140]: [error] Error while fetching https://bsd.network/users/*redacted*/statuses/*redacted*: {:error, "timeout"} Apr 01 17:04:18 akkoma[2675140]: [warn] Couldn't fetch reply@"https://bsd.network/users/*redacted*/statuses/*redacted*", error: nil Apr 01 17:04:26 akkoma[2675140]: [info] Updating metadata for bears.town Apr 01 17:04:30 akkoma[2675140]: [info] Updating metadata for fearness.org Apr 01 17:04:31 akkoma[2675140]: [info] Postgrex.Protocol (#PID<0.3942.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.22233.10> exited Apr 01 17:04:32 postgres[2978467]: [2978467] LOG: could not send data to client: Broken pipe Apr 01 17:04:32 postgres[2978467]: [2978467] ERROR: canceling statement due to user request Apr 01 17:04:32 postgres[2978467]: [2978467] FATAL: connection to client lost Apr 01 17:04:40 akkoma[2675140]: [warn] Timeout while fetching rich media for *redacted* ``` ### Severity I cannot use it as easily as I'd like ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
Mynacol added the
bug
label 2024-04-05 14:37:48 +00:00
Member

Version
3.10.4

This is 8 months out of date and crucially is missing critical security fixes. Please read 3.12’s upgrade instructions carefully and then upgrade as soon as you can.

(If the problem is resolved by the upgrade, please close the issue)
If the issue persist on 3.12, please check the live dashboard for more information once mem usage has already risen a fair bit. While logged ina as an admin, you can access the live dashboard under /phoenix/live_dashboard. The “Home”, “Processes” (sort by memory usage) and “Ecto Stats” tabs are probably particularly helpful. Post gain with this info attached
Your log excerpt doesn’t seem too unusual

> **Version** > 3.10.4 This is 8 months out of date and crucially is missing critical security fixes. Please read [3.12’s upgrade instructions](https://meta.akkoma.dev/t/akkoma-stable-2024-03-securer-i-barely-know-her/681) carefully and then upgrade as soon as you can. (If the problem is resolved by the upgrade, please close the issue) If the issue persist on 3.12, please check the live dashboard for more information once mem usage has already risen a fair bit. While logged ina as an admin, you can access the live dashboard under `/phoenix/live_dashboard`. The “Home”, “Processes” *(sort by memory usage)* and “Ecto Stats” tabs are probably particularly helpful. Post gain with this info attached Your log excerpt doesn’t seem too unusual
Contributor

I have also seen this on GenServer Social, but I am never around when it starts so I am not sure what triggers it yet, I figured it was just a "me issue" so never prioritized digging in.

It starts about once a month since was originally deployed(2022), and continues to happen on version 3,12.

There is no one process consuming memory, instead the process count in live dashboard grows rapidly until it runs out of memory. On a 16gb RAM server, this takes about 1 day. (the app usually hovers around 1,6gb memory usage)

The last time it happened it seemed like :ssl_gen_statem.init/1 was the process getting replicated. I'm not sure if it's a retry in a pool gone rogue or what.

I'll attach to the running instance and try to get better data the next time it happens.

I have also seen this on GenServer Social, but I am never around when it starts so I am not sure what triggers it yet, I figured it was just a "me issue" so never prioritized digging in. It starts about once a month since was originally deployed(2022), and continues to happen on version 3,12. There is no one process consuming memory, instead the process count in live dashboard grows rapidly until it runs out of memory. On a 16gb RAM server, this takes about 1 day. (the app usually hovers around 1,6gb memory usage) The last time it happened it seemed like `:ssl_gen_statem.init/1` was the process getting replicated. I'm not sure if it's a retry in a pool gone rogue or what. I'll attach to the running instance and try to get better data the next time it happens.
Author

I finally updated to akkoma 3.12.1. The live dashboard is accessible and ready whenever this bug might manifest again.
I also created a grafana alert to hopefully notify me on high memory usage to look into it when it happens.

Unfortunately, this issue occurs about once a month, it's hard to determine whether it was fixed through the update or hasn't occurred again. But @paulyd reported the issue persists on 3.12. Let's wait for more data.

I finally updated to akkoma 3.12.1. The live dashboard is accessible and ready whenever this bug might manifest again. I also created a grafana alert to hopefully notify me on high memory usage to look into it when it happens. Unfortunately, this issue occurs about once a month, it's hard to determine whether it was fixed through the update or hasn't occurred again. But @paulyd reported the issue persists on 3.12. Let's wait for more data.
Contributor

seems like this tends to occur when akkoma is unable to fetch a post, see also AkkomaGang/akkoma#787

seems like this tends to occur when akkoma is unable to fetch a post, see also AkkomaGang/akkoma#787
Contributor

#762 (merged in 76ded10a70) does fix it for when the other server responds with a 429, but I think there should be a global backoff for any sort of fetch that could fail so that it doesn't end up clogging up the queue and eating up memory

#762 (merged in 76ded10a709859ce661867bf28d778fb7f3a2a21) does fix it for when the other server responds with a 429, but I think there should be a global backoff for any sort of fetch that could fail so that it doesn't end up clogging up the queue and eating up memory

i found out what it is! it was a relic from old, OLD, OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOLD pleroma wherein some post fetches would use an ad-hoc Task which can infinitely recurse

PR raised, that should be fixed soon

i found out what it is! it was a relic from old, OLD, OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOLD pleroma wherein some post fetches would use an ad-hoc `Task` which can infinitely recurse PR raised, that should be fixed soon
Author

Very cool, thanks for digging into it! I'm closing this issue in belief that the problem is fixed now, but people can reopen (or comment on) it if issues still arise again.

Very cool, thanks for digging into it! I'm closing this issue in belief that the problem is fixed now, but people can reopen (or comment on) it if issues still arise again.
Author

It seems this issue persists... My Akkoma is currently sucking up all memory and fully utilizing one cpu core with the same symptoms as before. This is with Akkoma 3.13.2 (on NixOS 24.05), which should incude the fix in #762.

I looked into the admin phoenix webpage, but none of the points stand out with weird memory usage. Some quick screenshots in the attachment.
EDIT: Excerpt of the log during this time frame:

Jul 19 12:57:33 akkoma[3889]: [info] Updating metadata for macrofurs.social
Jul 19 12:57:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 12:57:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 12:57:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 12:57:33 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 12:57:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 12:57:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 12:57:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 12:57:33 akkoma[3889]: [warn] Rich media error for https://azure.status.microsoft/en-gb/status: :body_too_large
Jul 19 12:58:02 akkoma[3889]: request_id=F-OenaldBNykjrAAFRVh [error] Could not decode featured collection at fetch https://medibubble.org/users/schnitzelbrot/collections/featured, {:error, :forbidden}
Jul 19 12:58:12 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 12:58:12 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 12:58:12 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 12:58:12 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 12:58:12 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 12:58:12 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 12:58:12 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 12:58:12 akkoma[3889]: [warn] Can't find LRDD template in "https://enblog.eischmann.cz/.well-known/host-meta": {:ok, %Tesla.Env{method: :get, url: "https://enblog.eischmann.cz/.well-known/host-meta", query: [], headers: [{"date", "Fri, 19 Jul 2024 12:58:12 GMT"}, {"server", "Apache/2.4.61 (Fedora Linux) OpenSSL/3.2.1"}, {"x-powered-by", "PHP/8.3.8"}, {"expires", "Wed, 11 Jan 1984 05:00:00 GMT"}, {"cache-control", "no-cache, must-revalidate, max-age=0"}, {"link", "<https://enblog.eischmann.cz/wp-json/>; rel=\"https://api.w.org/\""}, {"strict-transport-security", "max-age=15552000; includeSubDomains; preload"}, {"transfer-encoding", "chunked"}, {"content-type", "text/html; charset=UTF-8"}], body: "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<meta name='robots' content='max-image-preview:large' />\n<title>Page not found &#8211; Brno Hat</title>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brno Hat &raquo; Feed\" href=\"https://enblog.eischmann.cz/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brno Hat &raquo; Comments Feed\" href=\"https://enblog.eischmann.cz/comments/feed/\" />\n<link rel=\"me\" href=\"https://social.vivaldi.net/@sesivany\">\n<script>\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/enblog.eischmann.cz\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.6\"}};\n/*! This file is auto-generated */\n!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case\"flag\":return n(e,\"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f\",\"\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f\")?!1:!n(e,\"\\ud83c\\uddfa\\ud83c\\uddf3\",\"\\ud83c\\uddfa\\u200b\\ud83c\\uddf3\")&&!n(e,\"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f\",\"\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f\");case\"emoji\":return!n(e,\"\\ud83d\\udc26\\u200d\\u2b1b\",\"\\ud83d\\udc26\\u200b\\u2b1b\")}return!1}function f(e,t,n){var r=\"undefined\"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement(\"canvas\"),a=r.getContext(\"2d\",{willReadFrequently:!0}),o=(a.textBaseline=\"top\",a.font=\"600 32px Arial\",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement(\"script\");t.src=e,t.defer=!0,i.head.appendChild(t)}\"undefined\"!=typeof Promise&&(o=\"wpEmojiSettingsSupports\",s=[\"flag\",\"emoji\"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener(\"DOMContentLoaded\",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(\"object\"==typeof e&&\"number\"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&\"object\"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(\"undefined\"!=typeof Worker&&\"undefined\"!=typeof OffscreenCanvas&&\"undefined\"!=typeof URL&&URL.createObjectURL&&\"undefined\"!=typeof Blob)try{var e=\"postMessage(\"+f.toString()+\"(\"+[JSON.stringify(s),u.toString(),p.toString()].join(\",\")+\"));\",r=new Blob([e],{type:\"text/javascript\"}),a=new Worker(URL.createObjectURL(r),{name:\"wpTestEmojiSupports\"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],\"flag\"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);\n</script>\n<style id='wp-block-paragraph-inline-css'>\n.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:" <> ..., status: 404, opts: [adapter: [receive_timeout: 15000, pool_timeout: 5000, name: MyFinch]], __module__: Tesla, __client__: %Tesla.Client{fun: nil, pre: [{Tesla.Middleware.FollowRedirects, :call, [[]]}, {Tesla.Middleware.Telemetry, :call, [[]]}], post: [], adapter: nil}}}
Jul 19 12:58:13 akkoma[3889]: [info] Updating metadata for enblog.eischmann.cz
Jul 19 12:59:17 akkoma[3889]: [error] Object rejected while fetching https://infosec.exchange/users/jerry/statuses/112813274288211693 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://infosec.exchange/users/jerry", cc: ["https://cyberplace.social/users/GossiTheDog", "https://infosec.exchange/users/p4gs", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:infosec.exchange,2024-07-19:objectId=177240227:objectType=Conversation", object: "https://infosec.exchange/users/jerry/statuses/112813274288211693", to: ["https://infosec.exchange/users/jerry/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 12:59:17 akkoma[3889]: request_id=F-OeryC7TZDYC4kAFRih [error] Could not decode featured collection at fetch https://medibubble.org/users/Pflegelehrer/collections/featured, {:error, :forbidden}
Jul 19 12:59:18 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813274264639359 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://blob.love/users/nora", "https://peoplemaking.games/users/clayote", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:blob.love,2024-07-17:objectId=253979:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813274264639359", to: ["https://hachyderm.io/users/dalias/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:00:38 akkoma[3889]: request_id=F-Oewe29y3ZCe7sAB-vi [error] Could not decode featured collection at fetch https://medibubble.org/users/Anniceta/collections/featured, {:error, :forbidden}
Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not decode user at fetch https://mastodon.bida.im/users/belindastronachon12, :not_found
Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not fetch user https://mastodon.bida.im/users/belindastronachon12, {nil, {:error, :not_found}}
Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not decode user at fetch https://mastodon.bida.im/users/belindastronachon12, :not_found
Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not fetch user https://mastodon.bida.im/users/belindastronachon12, {nil, {:error, :not_found}}
Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not decode user at fetch https://mastodon.bida.im/users/abcrefinery54, :not_found
Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not fetch user https://mastodon.bida.im/users/abcrefinery54, {nil, {:error, :not_found}}
Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not decode user at fetch https://mastodon.bida.im/users/abcrefinery54, :not_found
Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not fetch user https://mastodon.bida.im/users/abcrefinery54, {nil, {:error, :not_found}}
Jul 19 13:01:39 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813109185236718 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813109185236718", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:01:40 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813131448424945 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813131448424945", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:01:40 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813139707035295 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813139707035295", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:01:41 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813160009636397 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://www.w3.org/ns/activitystreams#Public"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813160009636397", to: ["https://glammr.us/users/platypus/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:01:50 akkoma[3889]: request_id=F-Oe0sEOrwGbmc0AFRxB [error] Could not decode featured collection at fetch https://medibubble.org/users/juws/collections/featured, {:error, :forbidden}
Jul 19 13:03:06 akkoma[3889]: request_id=F-Oe5Fx0I_tykzIAFR5h [error] Could not decode featured collection at fetch https://medibubble.org/users/ina/collections/featured, {:error, :forbidden}
Jul 19 13:03:56 akkoma[3889]: [info] Updating metadata for plud.re
Jul 19 13:04:15 akkoma[3889]: [info] Updating metadata for top-netz.de
Jul 19 13:04:20 akkoma[3889]: request_id=F-Oe9XjG-kZHS2wAB-zi [error] Could not decode featured collection at fetch https://medibubble.org/users/RaupeNRW/collections/featured, {:error, :forbidden}
Jul 19 13:04:58 akkoma[3889]: [error] Object rejected while fetching https://xn--8r9a.com/users/north/statuses/112813292899591743 {:fetch, {:error, :timeout}}
Jul 19 13:05:08 akkoma[3889]: [info] Updating metadata for appdot.net
Jul 19 13:05:32 akkoma[3889]: request_id=F-OfBlXOYcGkg84AFSHB [error] Could not decode featured collection at fetch https://medibubble.org/users/geigenmarie/collections/featured, {:error, :forbidden}
Jul 19 13:06:46 akkoma[3889]: request_id=F-OfF7EgwZl1tQkAFSOB [error] Could not decode featured collection at fetch https://medibubble.org/users/Heut_nimma/collections/featured, {:error, :forbidden}
Jul 19 13:07:26 akkoma[3889]: [info] Updating metadata for misskey.io
Jul 19 13:07:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 13:07:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 13:07:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 13:07:33 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 13:07:33 akkoma[3889]: [warn] Timeout while fetching rich media for https://yawaspi.com/alcoholandogre-girls/index.html
Jul 19 13:07:33 akkoma[3889]: [warn] Rich media error for https://yawaspi.com/alcoholandogre-girls/index.html: :timeout
Jul 19 13:07:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 13:07:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 13:07:33 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 13:07:33 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 13:07:33 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 13:08:04 akkoma[3889]: request_id=F-OfKeH7vMG9eMAAB-_C [error] Could not decode featured collection at fetch https://medibubble.org/users/yetanothereye/collections/featured, {:error, :forbidden}
Jul 19 13:08:38 akkoma[3889]: [error] Object rejected while fetching https://infosec.exchange/users/jerry/statuses/112813311070160978 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://infosec.exchange/users/jerry", cc: ["https://infosec.exchange/users/jerry/followers", "https://zirk.us/users/APBBlue"], context: "tag:infosec.exchange,2024-07-19:objectId=177244910:objectType=Conversation", object: "https://infosec.exchange/users/jerry/statuses/112813311070160978", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:09:23 akkoma[3889]: request_id=F-OfPD0qijE9W54AFSnB [error] Could not decode featured collection at fetch https://medibubble.org/users/TiniEm/collections/featured, {:error, :forbidden}
Jul 19 13:09:35 akkoma[3889]: [info] Updating metadata for mastodon.nu
Jul 19 13:09:35 akkoma[3889]: [info] Updating metadata for mastodonsweden.se
Jul 19 13:09:35 akkoma[3889]: [error] Object rejected while fetching https://mastodon.nu/users/henriksundstrom/statuses/112813159006124779 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://mastodon.nu/users/henriksundstrom", cc: ["https://mastodon.nu/users/henriksundstrom/followers", "https://mastodonsweden.se/users/meraord"], context: "tag:mastodon.nu,2024-07-19:objectId=75564933:objectType=Conversation", object: "https://mastodon.nu/users/henriksundstrom/statuses/112813159006124779", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:09:35 akkoma[3889]: [error] Object rejected while fetching https://telegrafverket.cc/users/linus/statuses/112813314581415323 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://telegrafverket.cc/users/linus", cc: ["https://mastodon.nu/users/henriksundstrom", "https://telegrafverket.cc/users/linus/followers"], context: "tag:mastodon.nu,2024-07-19:objectId=75564933:objectType=Conversation", object: "https://telegrafverket.cc/users/linus/statuses/112813314581415323", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:10:42 akkoma[3889]: request_id=F-OfTqzfbYKHyowAFSxB [error] Could not decode featured collection at fetch https://medibubble.org/users/MKGFRZ/collections/featured, {:error, :forbidden}
Jul 19 13:12:03 akkoma[3889]: request_id=F-OfYWzQlAJNJNEAFS4h [error] Could not decode featured collection at fetch https://medibubble.org/users/Dr_Einerst/collections/featured, {:error, :forbidden}
Jul 19 13:13:12 akkoma[3889]: [info] Updating metadata for fd00.space
Jul 19 13:13:19 akkoma[3889]: request_id=F-OfcxvSJCK1OJMAFTDB [error] Could not decode featured collection at fetch https://medibubble.org/users/hepmed/collections/featured, {:error, :forbidden}
Jul 19 13:13:51 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813331464207087 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://chaos.social/users/F30", "https://hachyderm.io/users/dalias/followers", "https://mastodon.social/users/hanno"], context: "tag:mastodon.social,2024-07-19:objectId=755581656:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813331464207087", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:14:10 akkoma[3889]: [info] Updating metadata for berlin.social
Jul 19 13:14:11 akkoma[3889]: [error] Object rejected while fetching https://todon.eu/users/ljrk/statuses/112813332368999088 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://todon.eu/users/ljrk", cc: ["https://berlin.social/users/ainmosni", "https://todon.eu/users/ljrk/followers"], context: "tag:berlin.social,2024-07-19:objectId=43904326:objectType=Conversation", object: "https://todon.eu/users/ljrk/statuses/112813332368999088", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:14:33 akkoma[3889]: request_id=F-OfhErofkAQmP8ABLmk [error] Could not decode featured collection at fetch https://medibubble.org/users/Remmidemmi/collections/featured, {:error, :forbidden}
Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not decode user at fetch https://ieji.de/users/jasonhanoldchicago4, :not_found
Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not fetch user https://ieji.de/users/jasonhanoldchicago4, {nil, {:error, :not_found}}
Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not decode user at fetch https://ieji.de/users/jasonhanoldchicago4, :not_found
Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not fetch user https://ieji.de/users/jasonhanoldchicago4, {nil, {:error, :not_found}}
Jul 19 13:14:39 akkoma[3889]: [info] Postgrex.Protocol (#PID<0.3965.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.14650.19> exited
Jul 19 13:14:40 akkoma[3889]: [error] Object rejected while fetching https://blobfox.coffee/users/Ember/statuses/110411752991686128 {:fetch, {:error, :not_found}}
Jul 19 13:14:58 akkoma[3889]: [info] Updating metadata for blobfox.coffee
Jul 19 13:14:58 akkoma[3889]: [error] {:error, {:persist, {:error, #Ecto.Changeset<action: :insert, changes: %{data: %{"actor" => "https://wybt.net/users/tfiebig", "announcement_count" => 0, "announcements" => [], "attachment" => [], "attributedTo" => "https://wybt.net/users/tfiebig", "bcc" => [], "bto" => [], "cc" => ["https://blobfox.coffee/users/Ember", "https://www.w3.org/ns/activitystreams#Public"], "content" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://blobfox.coffee/@Ember\" class=\"u-url mention\">@<span>Ember</span></a></span> Hrm... i hear multiple points in that, and the second one is actually somewhat interesting; Could you clarify what you mean?</p><p>re: exporting: The idea would be more to give individuals control over their short links; i.e., you&#39;d have the links on your own domain, and if you export it you get everything to move it &#39;as is&#39; wherever else you want it. Of course, it would still contribute to the degredation if a person decides to no longer continue using their domain for that.</p><p>re: archive: ...</p>", "contentMap" => %{"en" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://blobfox.coffee/@Ember\" class=\"u-url mention\">@<span>Ember</span></a></span> Hrm... i hear multiple points in that, and the second one is actually somewhat interesting; Could you clarify what you mean?</p><p>re: exporting: The idea would be more to give individuals control over their short links; i.e., you&#39;d have the links on your own domain, and if you export it you get everything to move it &#39;as is&#39; wherever else you want it. Of course, it would still contribute to the degredation if a person decides to no longer continue using their domain for that.</p><p>re: archive: ...</p>"}, "context" => "tag:social.growyourown.services,2024-07-13:objectId=241095:objectType=Conversation", "emoji" => %{}, "id" => "https://wybt.net/users/tfiebig/statuses/112813333756565500", "inReplyTo" => "https://blobfox.coffee/users/Ember/statuses/112813319443296556", "like_count" => 0, "likes" => [], "published" => "2024-07-19T13:14:23Z", "replies" => [], "replies_count" => 0, "sensitive" => false, "tag" => [%{"href" => "https://blobfox.coffee/users/Ember", "name" => "@Ember@blobfox.coffee", "type" => "Mention"}], "to" => ["https://wybt.net/users/tfiebig/followers"], "type" => "Note", "url" => "https://wybt.net/@tfiebig/112813333756565500"}}, errors: [ap_id: {"has already been taken", [constraint: :unique, constraint_name: "objects_unique_apid_index"]}], data: #Pleroma.Object<>, valid?: false>}}}
Jul 19 13:15:20 akkoma[3889]: [error] Object rejected while fetching https://cyberplace.social/users/GossiTheDog/statuses/112812867682174656 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://cyberplace.social/users/GossiTheDog", cc: ["https://cyberplace.social/users/GossiTheDog/followers"], context: "tag:cyberplace.social,2024-07-19:objectId=30491398:objectType=Conversation", object: "https://cyberplace.social/users/GossiTheDog/statuses/112812867682174656", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:15:20 akkoma[3889]: [error] Object rejected while fetching https://cyberplace.social/users/GossiTheDog/statuses/112813193684835965 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://cyberplace.social/users/GossiTheDog", cc: ["https://cyberplace.social/users/GossiTheDog/followers"], context: "tag:cyberplace.social,2024-07-19:objectId=30491398:objectType=Conversation", object: "https://cyberplace.social/users/GossiTheDog/statuses/112813193684835965", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:15:33 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813338136850152 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://social.treehouse.systems/users/dysfun", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:hachyderm.io,2024-07-19:objectId=172628433:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813338136850152", to: ["https://hachyderm.io/users/dalias/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}}
Jul 19 13:15:44 akkoma[3889]: request_id=F-OflOuMB--2Z90AFTZh [error] Could not decode featured collection at fetch https://medibubble.org/users/mimika/collections/featured, {:error, :forbidden}
Jul 19 13:15:46 akkoma[3889]: [warn] Timeout while fetching rich media for https://web.archive.org/web/20080618164355/http://identi.ca/notice/1
Jul 19 13:15:46 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 13:15:46 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 13:15:46 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 13:15:46 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 13:15:46 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead
Jul 19 13:15:46 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1
Jul 19 13:15:46 pleroma[3889]:   (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2
Jul 19 13:15:46 pleroma[3889]:   (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4
Jul 19 13:15:46 pleroma[3889]:   (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4
Jul 19 13:15:46 akkoma[3889]: [warn] Rich media error for https://web.archive.org/web/20080618164355/http://identi.ca/notice/1: :timeout
Jul 19 13:16:07 akkoma[3889]: [info] Updating metadata for mastodon.publicinterest.town

It seems this issue persists... My Akkoma is currently sucking up all memory and fully utilizing one cpu core with the same symptoms as before. This is with Akkoma 3.13.2 (on NixOS 24.05), which should incude the fix in https://akkoma.dev/AkkomaGang/akkoma/pulls/762. I looked into the admin phoenix webpage, but none of the points stand out with weird memory usage. Some quick screenshots in the attachment. EDIT: Excerpt of the log during this time frame: ``` Jul 19 12:57:33 akkoma[3889]: [info] Updating metadata for macrofurs.social Jul 19 12:57:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 12:57:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 12:57:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 12:57:33 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 12:57:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 12:57:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 12:57:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 12:57:33 akkoma[3889]: [warn] Rich media error for https://azure.status.microsoft/en-gb/status: :body_too_large Jul 19 12:58:02 akkoma[3889]: request_id=F-OenaldBNykjrAAFRVh [error] Could not decode featured collection at fetch https://medibubble.org/users/schnitzelbrot/collections/featured, {:error, :forbidden} Jul 19 12:58:12 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 12:58:12 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 12:58:12 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 12:58:12 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 12:58:12 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 12:58:12 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 12:58:12 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 12:58:12 akkoma[3889]: [warn] Can't find LRDD template in "https://enblog.eischmann.cz/.well-known/host-meta": {:ok, %Tesla.Env{method: :get, url: "https://enblog.eischmann.cz/.well-known/host-meta", query: [], headers: [{"date", "Fri, 19 Jul 2024 12:58:12 GMT"}, {"server", "Apache/2.4.61 (Fedora Linux) OpenSSL/3.2.1"}, {"x-powered-by", "PHP/8.3.8"}, {"expires", "Wed, 11 Jan 1984 05:00:00 GMT"}, {"cache-control", "no-cache, must-revalidate, max-age=0"}, {"link", "<https://enblog.eischmann.cz/wp-json/>; rel=\"https://api.w.org/\""}, {"strict-transport-security", "max-age=15552000; includeSubDomains; preload"}, {"transfer-encoding", "chunked"}, {"content-type", "text/html; charset=UTF-8"}], body: "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<meta name='robots' content='max-image-preview:large' />\n<title>Page not found &#8211; Brno Hat</title>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brno Hat &raquo; Feed\" href=\"https://enblog.eischmann.cz/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brno Hat &raquo; Comments Feed\" href=\"https://enblog.eischmann.cz/comments/feed/\" />\n<link rel=\"me\" href=\"https://social.vivaldi.net/@sesivany\">\n<script>\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/enblog.eischmann.cz\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.6\"}};\n/*! This file is auto-generated */\n!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case\"flag\":return n(e,\"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f\",\"\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f\")?!1:!n(e,\"\\ud83c\\uddfa\\ud83c\\uddf3\",\"\\ud83c\\uddfa\\u200b\\ud83c\\uddf3\")&&!n(e,\"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f\",\"\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f\");case\"emoji\":return!n(e,\"\\ud83d\\udc26\\u200d\\u2b1b\",\"\\ud83d\\udc26\\u200b\\u2b1b\")}return!1}function f(e,t,n){var r=\"undefined\"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement(\"canvas\"),a=r.getContext(\"2d\",{willReadFrequently:!0}),o=(a.textBaseline=\"top\",a.font=\"600 32px Arial\",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement(\"script\");t.src=e,t.defer=!0,i.head.appendChild(t)}\"undefined\"!=typeof Promise&&(o=\"wpEmojiSettingsSupports\",s=[\"flag\",\"emoji\"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener(\"DOMContentLoaded\",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(\"object\"==typeof e&&\"number\"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&\"object\"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(\"undefined\"!=typeof Worker&&\"undefined\"!=typeof OffscreenCanvas&&\"undefined\"!=typeof URL&&URL.createObjectURL&&\"undefined\"!=typeof Blob)try{var e=\"postMessage(\"+f.toString()+\"(\"+[JSON.stringify(s),u.toString(),p.toString()].join(\",\")+\"));\",r=new Blob([e],{type:\"text/javascript\"}),a=new Worker(URL.createObjectURL(r),{name:\"wpTestEmojiSupports\"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],\"flag\"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);\n</script>\n<style id='wp-block-paragraph-inline-css'>\n.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:" <> ..., status: 404, opts: [adapter: [receive_timeout: 15000, pool_timeout: 5000, name: MyFinch]], __module__: Tesla, __client__: %Tesla.Client{fun: nil, pre: [{Tesla.Middleware.FollowRedirects, :call, [[]]}, {Tesla.Middleware.Telemetry, :call, [[]]}], post: [], adapter: nil}}} Jul 19 12:58:13 akkoma[3889]: [info] Updating metadata for enblog.eischmann.cz Jul 19 12:59:17 akkoma[3889]: [error] Object rejected while fetching https://infosec.exchange/users/jerry/statuses/112813274288211693 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://infosec.exchange/users/jerry", cc: ["https://cyberplace.social/users/GossiTheDog", "https://infosec.exchange/users/p4gs", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:infosec.exchange,2024-07-19:objectId=177240227:objectType=Conversation", object: "https://infosec.exchange/users/jerry/statuses/112813274288211693", to: ["https://infosec.exchange/users/jerry/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 12:59:17 akkoma[3889]: request_id=F-OeryC7TZDYC4kAFRih [error] Could not decode featured collection at fetch https://medibubble.org/users/Pflegelehrer/collections/featured, {:error, :forbidden} Jul 19 12:59:18 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813274264639359 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://blob.love/users/nora", "https://peoplemaking.games/users/clayote", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:blob.love,2024-07-17:objectId=253979:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813274264639359", to: ["https://hachyderm.io/users/dalias/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:00:38 akkoma[3889]: request_id=F-Oewe29y3ZCe7sAB-vi [error] Could not decode featured collection at fetch https://medibubble.org/users/Anniceta/collections/featured, {:error, :forbidden} Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not decode user at fetch https://mastodon.bida.im/users/belindastronachon12, :not_found Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not fetch user https://mastodon.bida.im/users/belindastronachon12, {nil, {:error, :not_found}} Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not decode user at fetch https://mastodon.bida.im/users/belindastronachon12, :not_found Jul 19 13:00:48 akkoma[3889]: request_id=F-OexEleBUaWQNYAFRqh [error] Could not fetch user https://mastodon.bida.im/users/belindastronachon12, {nil, {:error, :not_found}} Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not decode user at fetch https://mastodon.bida.im/users/abcrefinery54, :not_found Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not fetch user https://mastodon.bida.im/users/abcrefinery54, {nil, {:error, :not_found}} Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not decode user at fetch https://mastodon.bida.im/users/abcrefinery54, :not_found Jul 19 13:01:26 akkoma[3889]: request_id=F-OezSWCCqobO4sAFRvB [error] Could not fetch user https://mastodon.bida.im/users/abcrefinery54, {nil, {:error, :not_found}} Jul 19 13:01:39 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813109185236718 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813109185236718", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:01:40 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813131448424945 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813131448424945", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:01:40 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813139707035295 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://glammr.us/users/platypus/followers"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813139707035295", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:01:41 akkoma[3889]: [error] Object rejected while fetching https://glammr.us/users/platypus/statuses/112813160009636397 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://glammr.us/users/platypus", cc: ["https://www.w3.org/ns/activitystreams#Public"], context: "tag:glammr.us,2024-07-19:objectId=29696741:objectType=Conversation", object: "https://glammr.us/users/platypus/statuses/112813160009636397", to: ["https://glammr.us/users/platypus/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:01:50 akkoma[3889]: request_id=F-Oe0sEOrwGbmc0AFRxB [error] Could not decode featured collection at fetch https://medibubble.org/users/juws/collections/featured, {:error, :forbidden} Jul 19 13:03:06 akkoma[3889]: request_id=F-Oe5Fx0I_tykzIAFR5h [error] Could not decode featured collection at fetch https://medibubble.org/users/ina/collections/featured, {:error, :forbidden} Jul 19 13:03:56 akkoma[3889]: [info] Updating metadata for plud.re Jul 19 13:04:15 akkoma[3889]: [info] Updating metadata for top-netz.de Jul 19 13:04:20 akkoma[3889]: request_id=F-Oe9XjG-kZHS2wAB-zi [error] Could not decode featured collection at fetch https://medibubble.org/users/RaupeNRW/collections/featured, {:error, :forbidden} Jul 19 13:04:58 akkoma[3889]: [error] Object rejected while fetching https://xn--8r9a.com/users/north/statuses/112813292899591743 {:fetch, {:error, :timeout}} Jul 19 13:05:08 akkoma[3889]: [info] Updating metadata for appdot.net Jul 19 13:05:32 akkoma[3889]: request_id=F-OfBlXOYcGkg84AFSHB [error] Could not decode featured collection at fetch https://medibubble.org/users/geigenmarie/collections/featured, {:error, :forbidden} Jul 19 13:06:46 akkoma[3889]: request_id=F-OfF7EgwZl1tQkAFSOB [error] Could not decode featured collection at fetch https://medibubble.org/users/Heut_nimma/collections/featured, {:error, :forbidden} Jul 19 13:07:26 akkoma[3889]: [info] Updating metadata for misskey.io Jul 19 13:07:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 13:07:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 13:07:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 13:07:33 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 13:07:33 akkoma[3889]: [warn] Timeout while fetching rich media for https://yawaspi.com/alcoholandogre-girls/index.html Jul 19 13:07:33 akkoma[3889]: [warn] Rich media error for https://yawaspi.com/alcoholandogre-girls/index.html: :timeout Jul 19 13:07:33 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 13:07:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 13:07:33 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 13:07:33 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 13:07:33 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 13:08:04 akkoma[3889]: request_id=F-OfKeH7vMG9eMAAB-_C [error] Could not decode featured collection at fetch https://medibubble.org/users/yetanothereye/collections/featured, {:error, :forbidden} Jul 19 13:08:38 akkoma[3889]: [error] Object rejected while fetching https://infosec.exchange/users/jerry/statuses/112813311070160978 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://infosec.exchange/users/jerry", cc: ["https://infosec.exchange/users/jerry/followers", "https://zirk.us/users/APBBlue"], context: "tag:infosec.exchange,2024-07-19:objectId=177244910:objectType=Conversation", object: "https://infosec.exchange/users/jerry/statuses/112813311070160978", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:09:23 akkoma[3889]: request_id=F-OfPD0qijE9W54AFSnB [error] Could not decode featured collection at fetch https://medibubble.org/users/TiniEm/collections/featured, {:error, :forbidden} Jul 19 13:09:35 akkoma[3889]: [info] Updating metadata for mastodon.nu Jul 19 13:09:35 akkoma[3889]: [info] Updating metadata for mastodonsweden.se Jul 19 13:09:35 akkoma[3889]: [error] Object rejected while fetching https://mastodon.nu/users/henriksundstrom/statuses/112813159006124779 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://mastodon.nu/users/henriksundstrom", cc: ["https://mastodon.nu/users/henriksundstrom/followers", "https://mastodonsweden.se/users/meraord"], context: "tag:mastodon.nu,2024-07-19:objectId=75564933:objectType=Conversation", object: "https://mastodon.nu/users/henriksundstrom/statuses/112813159006124779", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:09:35 akkoma[3889]: [error] Object rejected while fetching https://telegrafverket.cc/users/linus/statuses/112813314581415323 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://telegrafverket.cc/users/linus", cc: ["https://mastodon.nu/users/henriksundstrom", "https://telegrafverket.cc/users/linus/followers"], context: "tag:mastodon.nu,2024-07-19:objectId=75564933:objectType=Conversation", object: "https://telegrafverket.cc/users/linus/statuses/112813314581415323", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:10:42 akkoma[3889]: request_id=F-OfTqzfbYKHyowAFSxB [error] Could not decode featured collection at fetch https://medibubble.org/users/MKGFRZ/collections/featured, {:error, :forbidden} Jul 19 13:12:03 akkoma[3889]: request_id=F-OfYWzQlAJNJNEAFS4h [error] Could not decode featured collection at fetch https://medibubble.org/users/Dr_Einerst/collections/featured, {:error, :forbidden} Jul 19 13:13:12 akkoma[3889]: [info] Updating metadata for fd00.space Jul 19 13:13:19 akkoma[3889]: request_id=F-OfcxvSJCK1OJMAFTDB [error] Could not decode featured collection at fetch https://medibubble.org/users/hepmed/collections/featured, {:error, :forbidden} Jul 19 13:13:51 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813331464207087 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://chaos.social/users/F30", "https://hachyderm.io/users/dalias/followers", "https://mastodon.social/users/hanno"], context: "tag:mastodon.social,2024-07-19:objectId=755581656:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813331464207087", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:14:10 akkoma[3889]: [info] Updating metadata for berlin.social Jul 19 13:14:11 akkoma[3889]: [error] Object rejected while fetching https://todon.eu/users/ljrk/statuses/112813332368999088 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://todon.eu/users/ljrk", cc: ["https://berlin.social/users/ainmosni", "https://todon.eu/users/ljrk/followers"], context: "tag:berlin.social,2024-07-19:objectId=43904326:objectType=Conversation", object: "https://todon.eu/users/ljrk/statuses/112813332368999088", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:14:33 akkoma[3889]: request_id=F-OfhErofkAQmP8ABLmk [error] Could not decode featured collection at fetch https://medibubble.org/users/Remmidemmi/collections/featured, {:error, :forbidden} Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not decode user at fetch https://ieji.de/users/jasonhanoldchicago4, :not_found Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not fetch user https://ieji.de/users/jasonhanoldchicago4, {nil, {:error, :not_found}} Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not decode user at fetch https://ieji.de/users/jasonhanoldchicago4, :not_found Jul 19 13:14:39 akkoma[3889]: request_id=F-OfhKsoJbQoGWEAFTNB [error] Could not fetch user https://ieji.de/users/jasonhanoldchicago4, {nil, {:error, :not_found}} Jul 19 13:14:39 akkoma[3889]: [info] Postgrex.Protocol (#PID<0.3965.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.14650.19> exited Jul 19 13:14:40 akkoma[3889]: [error] Object rejected while fetching https://blobfox.coffee/users/Ember/statuses/110411752991686128 {:fetch, {:error, :not_found}} Jul 19 13:14:58 akkoma[3889]: [info] Updating metadata for blobfox.coffee Jul 19 13:14:58 akkoma[3889]: [error] {:error, {:persist, {:error, #Ecto.Changeset<action: :insert, changes: %{data: %{"actor" => "https://wybt.net/users/tfiebig", "announcement_count" => 0, "announcements" => [], "attachment" => [], "attributedTo" => "https://wybt.net/users/tfiebig", "bcc" => [], "bto" => [], "cc" => ["https://blobfox.coffee/users/Ember", "https://www.w3.org/ns/activitystreams#Public"], "content" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://blobfox.coffee/@Ember\" class=\"u-url mention\">@<span>Ember</span></a></span> Hrm... i hear multiple points in that, and the second one is actually somewhat interesting; Could you clarify what you mean?</p><p>re: exporting: The idea would be more to give individuals control over their short links; i.e., you&#39;d have the links on your own domain, and if you export it you get everything to move it &#39;as is&#39; wherever else you want it. Of course, it would still contribute to the degredation if a person decides to no longer continue using their domain for that.</p><p>re: archive: ...</p>", "contentMap" => %{"en" => "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://blobfox.coffee/@Ember\" class=\"u-url mention\">@<span>Ember</span></a></span> Hrm... i hear multiple points in that, and the second one is actually somewhat interesting; Could you clarify what you mean?</p><p>re: exporting: The idea would be more to give individuals control over their short links; i.e., you&#39;d have the links on your own domain, and if you export it you get everything to move it &#39;as is&#39; wherever else you want it. Of course, it would still contribute to the degredation if a person decides to no longer continue using their domain for that.</p><p>re: archive: ...</p>"}, "context" => "tag:social.growyourown.services,2024-07-13:objectId=241095:objectType=Conversation", "emoji" => %{}, "id" => "https://wybt.net/users/tfiebig/statuses/112813333756565500", "inReplyTo" => "https://blobfox.coffee/users/Ember/statuses/112813319443296556", "like_count" => 0, "likes" => [], "published" => "2024-07-19T13:14:23Z", "replies" => [], "replies_count" => 0, "sensitive" => false, "tag" => [%{"href" => "https://blobfox.coffee/users/Ember", "name" => "@Ember@blobfox.coffee", "type" => "Mention"}], "to" => ["https://wybt.net/users/tfiebig/followers"], "type" => "Note", "url" => "https://wybt.net/@tfiebig/112813333756565500"}}, errors: [ap_id: {"has already been taken", [constraint: :unique, constraint_name: "objects_unique_apid_index"]}], data: #Pleroma.Object<>, valid?: false>}}} Jul 19 13:15:20 akkoma[3889]: [error] Object rejected while fetching https://cyberplace.social/users/GossiTheDog/statuses/112812867682174656 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://cyberplace.social/users/GossiTheDog", cc: ["https://cyberplace.social/users/GossiTheDog/followers"], context: "tag:cyberplace.social,2024-07-19:objectId=30491398:objectType=Conversation", object: "https://cyberplace.social/users/GossiTheDog/statuses/112812867682174656", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:15:20 akkoma[3889]: [error] Object rejected while fetching https://cyberplace.social/users/GossiTheDog/statuses/112813193684835965 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://cyberplace.social/users/GossiTheDog", cc: ["https://cyberplace.social/users/GossiTheDog/followers"], context: "tag:cyberplace.social,2024-07-19:objectId=30491398:objectType=Conversation", object: "https://cyberplace.social/users/GossiTheDog/statuses/112813193684835965", to: ["https://www.w3.org/ns/activitystreams#Public"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:15:33 akkoma[3889]: [error] Object rejected while fetching https://hachyderm.io/users/dalias/statuses/112813338136850152 {:transmogrifier, {:error, {:validate, {:error, #Ecto.Changeset<action: :insert, changes: %{actor: "https://hachyderm.io/users/dalias", cc: ["https://social.treehouse.systems/users/dysfun", "https://www.w3.org/ns/activitystreams#Public"], context: "tag:hachyderm.io,2024-07-19:objectId=172628433:objectType=Conversation", object: "https://hachyderm.io/users/dalias/statuses/112813338136850152", to: ["https://hachyderm.io/users/dalias/followers"], type: "Create"}, errors: [object: {"The object to create already exists", []}], data: #Pleroma.Web.ActivityPub.ObjectValidators.CreateGenericValidator<>, valid?: false>}}}} Jul 19 13:15:44 akkoma[3889]: request_id=F-OflOuMB--2Z90AFTZh [error] Could not decode featured collection at fetch https://medibubble.org/users/mimika/collections/featured, {:error, :forbidden} Jul 19 13:15:46 akkoma[3889]: [warn] Timeout while fetching rich media for https://web.archive.org/web/20080618164355/http://identi.ca/notice/1 Jul 19 13:15:46 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 13:15:46 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 13:15:46 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 13:15:46 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 13:15:46 pleroma[3889]: warning: the log level :warn is deprecated, use :warning instead Jul 19 13:15:46 pleroma[3889]: (logger 1.16.3) lib/logger.ex:1168: Logger.elixir_level_to_erlang_level/1 Jul 19 13:15:46 pleroma[3889]: (logger 1.16.3) lib/logger.ex:627: Logger.compare_levels/2 Jul 19 13:15:46 pleroma[3889]: (ex_syslogger 2.0.0) lib/ex_syslogger.ex:215: ExSyslogger.handle_event/2 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:802: :gen_event.server_update/4 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:784: :gen_event.server_notify/4 Jul 19 13:15:46 pleroma[3889]: (stdlib 4.3.1.4) gen_event.erl:786: :gen_event.server_notify/4 Jul 19 13:15:46 akkoma[3889]: [warn] Rich media error for https://web.archive.org/web/20080618164355/http://identi.ca/notice/1: :timeout Jul 19 13:16:07 akkoma[3889]: [info] Updating metadata for mastodon.publicinterest.town ```
Mynacol reopened this issue 2024-07-19 14:14:30 +00:00

there hasn't been a release with the fix included

there hasn't been a release with the fix included
Sign in to join this conversation.
No milestone
No project
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#736
No description provided.