toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.
GNU Affero General Public License v3.0
370 stars 21 forks source link

Missing OrderedCollection Model #39

Closed vrthra closed 1 year ago

vrthra commented 2 years ago

I am getting a large number of these kinds of errors on the console. I can't pinpoint the functionality affected. Logging it here in case it is useful

2022-11-14T10:49:40.734183Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1", {"manuallyApprovesFollowers" => "as:manuallyApprovesFollowers", "toot" => "http://joinmastodon.org/ns#", "featured" => {"@id" => "toot:featured", "@type" => "@id"}, "featuredTags" => {"@id" => "toot:featuredTags", "@type" => "@id"}, "alsoKnownAs" => {"@id" => "as:alsoKnownAs", "@type" => "@id"}, "movedTo" => {"@id" => "as:movedTo", "@type" => "@id"}, "schema" => "http://schema.org#", "PropertyValue" => "schema:PropertyValue", "value" => "schema:value", "discoverable" => "toot:discoverable", "Device" => "toot:Device", "Ed25519Signature" => "toot:Ed25519Signature", "Ed25519Key" => "toot:Ed25519Key", "Curve25519Key" => "toot:Curve25519Key", "EncryptedMessage" => "toot:EncryptedMessage", "publicKeyBase64" => "toot:publicKeyBase64", "deviceId" => "toot:deviceId", "claim" => {"@type" => "@id", "@id" => "toot:claim"}, "fingerprintKey" => {"@type" => "@id", "@id" => "toot:fingerprintKey"}, "identityKey" => {"@type" => "@id", "@id" => "toot:identityKey"}, "devices" => {"@type" => "@id", "@id" => "toot:devices"}, "messageFranking" => "toot:messageFranking", "messageType" => "toot:messageType", "cipherText" => "toot:cipherText", "suspended" => "toot:suspended", "focalPoint" => {"@container" => "@list", "@id" => "toot:focalPoint"}}], "id" => "https://mastodon.world/users/blackenedgreen", "type" => "Person", "following" => "https://mastodon.world/users/blackenedgreen/following", "followers" => "https://mastodon.world/users/blackenedgreen/followers", "inbox" => "https://mastodon.world/users/blackenedgreen/inbox", "outbox" => "https://mastodon.world/users/blackenedgreen/outbox", "featured" => "https://mastodon.world/users/blackenedgreen/collections/featured", "featuredTags" => "https://mastodon.world/users/blackenedgreen/collections/tags", "preferredUsername" => "blackenedgreen", "name" => "Black Teapot", "summary" => "<p>Tofu smuggler</p>", "url" => "https://mastodon.world/@blackenedgreen", "manuallyApprovesFollowers" => false, "discoverable" => false, "published" => "2022-11-07T00:00:00Z", "devices" => "https://mastodon.world/users/blackenedgreen/collections/devices", "publicKey" => {"id" => "https://mastodon.world/users/blackenedgreen#main-key", "owner" => "https://mastodon.world/users/blackenedgreen", "publicKeyPem" => "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6H4YJc8vcg8mq6kMiwcv\npkOfjnY6AYmK6gLMC8oLjtk7xWzl4rdafIfgvZPFfC06yymCWn3LTDj+pQvuhzre\nOw8Smsg6aUknPM6sLlxWcUe25M8xtxRVgXxe4z/ILA9CJ21DgxF/uOzs+ABR5wWo\n6DUeMB+V+eSbnTtUhpzOJ/dg+/TSw3ZqZseZ0SGtnLFTCNO5LKOSY0vc5WVq07fa\nf63n72MeJxmpzNTDWfvp1WeMdqqaOaOY+HffAAZJ37RmqjGZjFZQip43UHDxiPSA\nBddOPUSPMoOsViPRn8ae9Q+kDhBwage8lND7Sc0rJlIxMh74piyj1Xxz08rSFe+N\nGQIDAQAB\n-----END PUBLIC KEY-----\n"}, "tag" => [], "attachment" => [], "endpoints" => {"sharedInbox" => "https://mastodon.world/inbox"}, "icon" => {"type" => "Image", "mediaType" => "image/jpeg", "url" => "https://s3.eu-central-2.wasabisys.com/mastodonworld/accounts/avatars/109/303/943/993/138/600/original/b7848f56dd17b567.jpg"}, "image" => {"type" => "Image", "mediaType" => "image/jpeg", "url" => "https://s3.eu-central-2.wasabisys.com/mastodonworld/accounts/headers/109/303/943/993/138/600/original/874f884f0b1ceba5.jpg"}}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
  from /build/src/models/activity_pub.cr:10:5 in 'from_json_ld'
  from /build/src/models/activity_pub/activity.cr:78:11 in 'map:default'
  from /build/src/models/activity_pub.cr:10:5 in 'from_json_ld:default'
  from /build/src/models/activity_pub/activity.cr:11:5 in 'from_json_ld'
  from /build/src/controllers/inboxes.cr:22:5 in '->'
  from /usr/share/crystal/src/primitives.cr:266:3 in '->'
  from /usr/share/crystal/src/primitives.cr:266:3 in 'process_request'
  from /build/lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/src/handlers/canonical.cr:15:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/src/framework/rewrite.cr:8:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/src/framework/method.cr:21:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/src/framework/csrf.cr:49:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/src/framework/auth.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/lib/kemal/src/kemal/static_file_handler.cr:11:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/lib/kemal/src/kemal/log_handler.cr:8:37 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /build/lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:515:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:266:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???
toddsundsted commented 2 years ago

@vrthra this is easy enough to fix. OrderedCollection is a type of collection, and ktistec just needs a class for it. i'd love to know who's sending it so i can investigate—my concern is that someone is sending a collection (maybe a list) as the object of an activity, or similar.

vrthra commented 2 years ago

How do I get you what you need? My network has grown a bit, so it is no longer easy to see the relation between an event and a console log.

toddsundsted commented 2 years ago

@vrthra is there an INFO line in your log with "OrderedCollection" in it? something other than that stack trace? those are output when receiving or processing ActivityPub documents. i'm guessing someone or something you are following is sending these.

vrthra commented 2 years ago

Looking in my log for OrderedCollection, I have a whole bunch of these

$ cat log | grep OrderedCollection
2022-11-18T04:21:33.367593Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/neilhimself/followers", "type" => "OrderedCollection", "totalItems" => 82999, "first" => "https://mastodon.s
ocial/users/neilhimself/followers?page=1"}
2022-11-18T04:22:26.053906Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/neilhimself/followers", "type" => "OrderedCollection", "totalItems" => 83042, "first" => "https://mastodon.s
ocial/users/neilhimself/followers?page=1"}
2022-11-18T04:23:07.493919Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/neilhimself/followers", "type" => "OrderedCollection", "totalItems" => 83042, "first" => "https://mastodon.s
ocial/users/neilhimself/followers?page=1"}
2022-11-18T04:23:41.727404Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/neilhimself/followers", "type" => "OrderedCollection", "totalItems" => 83042, "first" => "https://mastodon.s
ocial/users/neilhimself/followers?page=1"}
2022-11-18T04:25:46.364201Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/neilhimself/followers", "type" => "OrderedCollection", "totalItems" => 83075, "first" => "https://mastodon.s
ocial/users/neilhimself/followers?page=1"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:43.700131Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:44.527610Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:45.321755Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:46.128592Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:46.934169Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:44:53.867779Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:46:33.861443Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T04:48:44.888664Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63755ca45cbf88bcb309689c", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63755ca45cbf88bcb309689c/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63755ca45cbf88bcb309689c/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 105}, "published" => "2022-11-16T21:56:52.467Z", "shares" => {"id" => "https://a.gup.pe/s/63
755ca45cbf88bcb309689c/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63755ca45cbf88bcb309689c/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T05:03:14.126239Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T05:26:06.221835Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/6375655d85f22018f96fdaf0", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/6375655d85f22018f96fdaf0/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/6375655d85f22018f96fdaf0/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 106}, "published" => "2022-11-16T22:34:05.384Z", "shares" => {"id" => "https://a.gup.pe/s/63
75655d85f22018f96fdaf0/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/6375655d85f22018f96fdaf0/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
2022-11-18T05:52:28.413240Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mathstodon.xyz/users/ccanonne/followers", "type" => "OrderedCollection", "totalItems" => 639, "first" => "https://mathstodon.xyz/u
sers/ccanonne/followers?page=1"}
2022-11-18T06:55:17.899116Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.online/users/chrshmmmr/followers", "type" => "OrderedCollection", "totalItems" => 74, "first" => "https://mastodon.online
/users/chrshmmmr/followers?page=1"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T07:48:07.926105Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/637586b05d61e571fe2784a2", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/637586b05d61e571fe2784a2/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/637586b05d61e571fe2784a2/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 107}, "published" => "2022-11-17T00:56:16.277Z", "shares" => {"id" => "https://a.gup.pe/s/63
7586b05d61e571fe2784a2/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/637586b05d61e571fe2784a2/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T07:49:54.114128Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63770dbaaed98266f6460545", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 112}, "published" => "2022-11-18T04:44:42.463Z", "shares" => {"id" => "https://a.gup.pe/s/63
770dbaaed98266f6460545/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63770dbaaed98266f6460545/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
2022-11-18T07:49:58.282128Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://infosec.exchange/users/snail/followers", "type" => "OrderedCollection", "totalItems" => 63, "first" => "https://infosec.exchange/u
sers/snail/followers?page=1"}
2022-11-18T07:52:49.954807Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://infosec.exchange/users/snail/followers", "type" => "OrderedCollection", "totalItems" => 63, "first" => "https://infosec.exchange/u
sers/snail/followers?page=1"}
2022-11-18T07:56:40.833712Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.online/users/chrshmmmr/followers", "type" => "OrderedCollection", "totalItems" => 75, "first" => "https://mastodon.online
/users/chrshmmmr/followers?page=1"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-18T08:01:29.874907Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/637589d285f22018f96fdbc3", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/637589d285f22018f96fdbc3/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/637589d285f22018f96fdbc3/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 108}, "published" => "2022-11-17T01:09:38.236Z", "shares" => {"id" => "https://a.gup.pe/s/63
7589d285f22018f96fdbc3/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/637589d285f22018f96fdbc3/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
2022-11-18T08:22:19.476027Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.social/users/m33x/followers", "type" => "OrderedCollection", "totalItems" => 264, "first" => "https://mastodon.social/use
rs/m33x/followers?page=1"}
2022-11-18T08:24:09.719133Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://fediscience.org/users/xLeitix/followers", "type" => "OrderedCollection", "totalItems" => 106, "first" => "https://fediscience.org/
users/xLeitix/followers?page=1"}
2022-11-18T08:25:56.178644Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://fediscience.org/users/xLeitix/followers", "type" => "OrderedCollection", "totalItems" => 106, "first" => "https://fediscience.org/
users/xLeitix/followers?page=1"}
2022-11-18T08:59:36.719556Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://fediscience.org/users/avandeursen/followers", "type" => "OrderedCollection", "totalItems" => 116, "first" => "https://fediscience.
org/users/avandeursen/followers?page=1"}
2022-11-18T08:59:41.200453Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe
/u/seresearchers/followers?page=true", "totalItems" => 112}
2022-11-18T08:59:51.308002Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63774984d9412b7625501b56", "type" => "Announce", "actor" => "https://a.gup.pe/u/seres
earchers", "cc" => "https://fediscience.org/users/avandeursen", "likes" => {"id" => "https://a.gup.pe/s/63774984d9412b7625501b56/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63774984d9412b7625501b56/likes?page=true"
, "totalItems" => 0}, "object" => "https://fediscience.org/users/avandeursen/statuses/109363984795012183", "published" => "2022-11-18T08:59:48.421Z", "shares" => {"id" => "https://a.gup.pe/s/63774984d9412b7625501b56/shares", "type" => "Orde
redCollection", "first" => "https://a.gup.pe/s/63774984d9412b7625501b56/shares?page=true", "totalItems" => 0}, "to" => ["https://a.gup.pe/u/seresearchers/followers", "as:Public"]}
2022-11-18T08:59:53.655673Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe
/u/seresearchers/followers?page=true", "totalItems" => 112}
2022-11-18T09:00:14.862688Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/6377499caed98266f64606c9", "type" => "Announce", "actor" => "https://a.gup.pe/u/seres
earchers", "cc" => "https://fediscience.org/users/avandeursen", "likes" => {"id" => "https://a.gup.pe/s/6377499caed98266f64606c9/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/6377499caed98266f64606c9/likes?page=true"
, "totalItems" => 0}, "object" => "https://fediscience.org/users/avandeursen/statuses/109363984795012183", "published" => "2022-11-18T09:00:12.833Z", "shares" => {"id" => "https://a.gup.pe/s/6377499caed98266f64606c9/shares", "type" => "Orde
redCollection", "first" => "https://a.gup.pe/s/6377499caed98266f64606c9/shares?page=true", "totalItems" => 0}, "to" => ["https://a.gup.pe/u/seresearchers/followers", "as:Public"]}
2022-11-18T09:00:15.798382Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe
/u/seresearchers/followers?page=true", "totalItems" => 112}
2022-11-18T09:51:22.705521Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mathstodon.xyz/users/peterrowlett/followers", "type" => "OrderedCollection", "totalItems" => 853, "first" => "https://mathstodon.x
yz/users/peterrowlett/followers?page=1"}
2022-11-18T10:19:10.218854Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mathstodon.xyz/users/peterrowlett/followers", "type" => "OrderedCollection", "totalItems" => 853, "first" => "https://mathstodon.x
yz/users/peterrowlett/followers?page=1"}
2022-11-18T10:21:55.183685Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://masto.pt/users/justinesherry/followers", "type" => "OrderedCollection", "totalItems" => 493, "first" => "https://masto.pt/users/ju
stinesherry/followers?page=1"}
2022-11-18T10:24:37.206892Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mathstodon.xyz/users/peterrowlett/followers", "type" => "OrderedCollection", "totalItems" => 853, "first" => "https://mathstodon.x
yz/users/peterrowlett/followers?page=1"}
2022-11-20T01:14:28.410682Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://octodon.social/users/grahamc/followers", "type" => "OrderedCollection", "totalItems" => 865, "first" => "https://octodon.social/us
ers/grahamc/followers?page=1"}
2022-11-20T01:17:05.149921Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://octodon.social/users/grahamc/followers", "type" => "OrderedCollection", "totalItems" => 865, "first" => "https://octodon.social/us
ers/grahamc/followers?page=1"}
2022-11-20T02:02:12.326957Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://indieweb.social/users/mariapopova/followers", "type" => "OrderedCollection", "totalItems" => 3313, "first" => "https://indieweb.so
cial/users/mariapopova/followers?page=1"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:46.519553Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:47.346274Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:48.142831Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:48.969975Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:49.778542Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:06:56.520717Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:08:36.742180Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
Exception: Not Implemented: https://www.w3.org/ns/activitystreams#OrderedCollection (NotImplementedError)
2022-11-20T02:25:16.781159Z   INFO - {"@context" => ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"], "id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674", "type" => "Update", "actor" => "https://a.gup.pe/u/seresea
rchers", "likes" => {"id" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/likes?page=true", "totalItems" => 0}, "object" => {"id" => "https://a.g
up.pe/u/seresearchers/followers", "type" => "OrderedCollection", "first" => "https://a.gup.pe/u/seresearchers/followers?page=true", "totalItems" => 115}, "published" => "2022-11-20T02:06:45.024Z", "shares" => {"id" => "https://a.gup.pe/s/63
798bb5a1a7adb6699d3674/shares", "type" => "OrderedCollection", "first" => "https://a.gup.pe/s/63798bb5a1a7adb6699d3674/shares?page=true", "totalItems" => 0}, "to" => "https://a.gup.pe/u/seresearchers/followers"}
2022-11-20T02:27:37.371768Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://mastodon.lol/users/stonearch/followers", "type" => "OrderedCollection", "totalItems" => 62, "first" => "https://mastodon.lol/users
/stonearch/followers?page=1"}
2022-11-20T02:33:35.963911Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://indieweb.social/users/mariapopova/followers", "type" => "OrderedCollection", "totalItems" => 3333, "first" => "https://indieweb.so
cial/users/mariapopova/followers?page=1"}
2022-11-20T02:54:47.045482Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://fosstodon.org/users/blueberry/followers", "type" => "OrderedCollection", "totalItems" => 1326}
2022-11-20T02:56:34.225601Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://fosstodon.org/users/blueberry/followers", "type" => "OrderedCollection", "totalItems" => 1327}
2022-11-20T02:58:19.362366Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://indieweb.social/users/mariapopova/followers", "type" => "OrderedCollection", "totalItems" => 3365, "first" => "https://indieweb.so
cial/users/mariapopova/followers?page=1"}
2022-11-20T03:19:50.597566Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://lebrady.net/users/clegoues/followers", "type" => "OrderedCollection", "totalItems" => 306, "first" => "https://lebrady.net/users/c
legoues/followers?page=1"}
2022-11-20T03:20:41.120450Z   INFO - {"@context" => "https://www.w3.org/ns/activitystreams", "id" => "https://lebrady.net/users/clegoues/followers", "type" => "OrderedCollection", "totalItems" => 306, "first" => "https://lebrady.net/users/c
legoues/followers?page=1"}
toddsundsted commented 1 year ago

OrderedCollection should not result in backtraces anymore, since https://github.com/toddsundsted/ktistec/commit/fb7c7ba1e6ddff725529d738d823206515fa15cc. it someone can confirm, i'll close this.