You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get errors when I look at the list of subscribers (on mobile,from moshidon)
07:44:43.310 ERR fedify·federation·http: 'GET' '/api/v1/accounts/relationships?id%5B%5D=9n098n9gm2wr05gm&id%5B%5D=9n098suytosmpmru&id%5B%5D=9n0dynrof9iptq7t&id%5B%5D=9n097rr2gb1nigmt&id%5B%5D=9n098rx5f6iuoyah&id%5B%5D=9n09fzfridi7wujz&id%5B%5D=9n09868pcofl2zmh&id%5B%5D=9n098bkegon0gbtk&id%5B%5D=9n097zfllrn1rx5z&id%5B%5D=9n0982zflj3g8x1w&id%5B%5D=9o40oce4wepo9mg7&id%5B%5D=9n098jdhgcmx2dqo&id%5B%5D=9n0982k5y3wz68sm&id%5B%5D=9wqwc6crzktw1z16&id%5B%5D=9ob49k3htabbsfdr&id%5B%5D=9n092xwprw35t6nm&id%5B%5D=9n092f92zv0lhxkw&id%5B%5D=9n098r4ehubjobso&id%5B%5D=9n098e38bavmhpxu&id%5B%5D=9ps4czcqzqip7hre&id%5B%5D=9qr4ihoel1b5oyj9&id%5B%5D=9n098s7on23kts68&id%5B%5D=9n2usgz7akasctbd&id%5B%5D=9n098120wy5uzya1&id%5B%5D=9n098ezuzln71czp&id%5B%5D=9n48pqz0yhas0f28&id%5B%5D=9r0xn1fymnwen0hi&id%5B%5D=9x0yjfpupadzxa5m&id%5B%5D=9n0g1rihvrkwxtr2&id%5B%5D=9n098hktjyolqukr&id%5B%5D=9n097xjyqkzameij&id%5B%5D=9n097zrvvh7h8u1d&id%5B%5D=9n0906nzpm9sidjl&id%5B%5D=9n098avun7102mqk&id%5B%5D=9ngf23s9irjsnn4k&id%5B%5D=9n0984o0qaz83eu8&id%5B%5D=9n098580xrqzqv2c&id%5B%5D=9n098cjmytpjc18g&id%5B%5D=9oxyd36oluitv47b&id%5B%5D=9n098byzxtwj3hsc&id%5B%5D=9n8h3d2dhg46cc5u&id%5B%5D=9niixpe5sichjdyk&id%5B%5D=9n0e5fhafay2oyt4&id%5B%5D=9wpfwgnpk5zq4iee&id%5B%5D=9n097we6rsgptuw3&id%5B%5D=9x1c3s6ux1c2gp8o&id%5B%5D=9n098nyhwdqybdsw&id%5B%5D=9n0987x4pl3x2ato&id%5B%5D=9n097yoszl9gu9mf&id%5B%5D=9n0987nkyume0i78&id%5B%5D=9o4joythj1bshi4p&id%5B%5D=9nhg9rmhu7mnuwle&id%5B%5D=9u5kizpmmnvxlonx&id%5B%5D=9n098jtcuan1978z&id%5B%5D=9n0940wep09ce8jj&id%5B%5D=9n098xsoh6ig7tce&id%5B%5D=9n098hxbp4gve632&id%5B%5D=9n093ldqq5ecahql&id%5B%5D=9n098sivtom732ui&id%5B%5D=9n098i5kcvb5ntor&id%5B%5D=9n09899ez4hpd4sk&id%5B%5D=9nn42foba7p5bpv4&id%5B%5D=9n098j2yelb8n3fk&id%5B%5D=9zk0uoprrsbsimpm&id%5B%5D=9rkav3adbtd2fqd3&id%5B%5D=9n0983fqcopuidly&id%5B%5D=9n2u0kw6yv51ilzj&id%5B%5D=9n0nv75mo3fimatr&id%5B%5D=9n8ruusgoqecwivq&id%5B%5D=9n098dmtzt4njdbk&id%5B%5D=9n097yejc020jclp&id%5B%5D=9uve6x3txxjckp6r&id%5B%5D=9qxcjnmmy2f7gval&id%5B%5D=9n0985k0ciec07lq&id%5B%5D=9ysfavrjwou4yjlu&id%5B%5D=9n098pyadvrsll3b&id%5B%5D=9rwfdtw3wyzqiybj&id%5B%5D=9o7i4bl3ndody1vd&id%5B%5D=9z8lh0h6jd6nn51t': 500
783 | query.execute()
784 | }
785 |
786 | function ErrorResponse(x) {
787 | query && (query.cursorFn || query.describeFirst) && write(Sync)
788 | const error = Errors.postgres(parseError(x))
^
PostgresError: invalid input syntax for type uuid: "9n097tv9ylpi3e1j"
code: "22P02"
at ErrorResponse (/home/freebox/hollo/node_modules/postgres/src/connection.js:788:26)
at handle (/home/freebox/hollo/node_modules/postgres/src/connection.js:744:36)
at data (/home/freebox/hollo/node_modules/postgres/src/connection.js:478:9)
at emit (node:events:56:48)
at addChunk (node:stream:1731:22)
at readableAddChunk (node:stream:1686:30)
at data (node:net:51:9)
or
PostgresError: duplicate key value violates unique constraint "mentions_post_id_account_id_pk"
code: "23505"
at ErrorResponse (/home/freebox/hollo/node_modules/postgres/src/connection.js:788:26)
at handle (/home/freebox/hollo/node_modules/postgres/src/connection.js:744:36)
at data (/home/freebox/hollo/node_modules/postgres/src/connection.js:478:9)
at emit (node:events:56:48)
at addChunk (node:stream:1731:22)
at readableAddChunk (node:stream:1686:30)
at data (node:net:51:9)
The text was updated successfully, but these errors were encountered:
I get errors when I look at the list of subscribers (on mobile,from moshidon)
or
The text was updated successfully, but these errors were encountered: