mbin icon indicating copy to clipboard operation
mbin copied to clipboard

Miscellaneous error/warning log items (follow-up)

Open melroy89 opened this issue 1 year ago • 4 comments

Describe the bug

I see a long list of errors and warnings in the prod log.

We really need to clean-up some of those and try to fix the PHP warning or PHP or Twig errors we see... This is a follow-up issue of: https://github.com/MbinOrg/mbin/issues/1119

On which Mbin instance did you find the bug? kbin.melroy.org

Which Mbin version was running on the instance? 1.7.1 & 1.7.2 & 1.7.3, .. 1.8.x, and newer

To Reproduce Steps to reproduce the behavior:

  1. Check-out the log: tail -f var/log/prod-xx-x-x-x.log
  2. And follow it for a while...

Expected behavior

Minimal amount of errors and warnings in the production log. Only some error messages make sense if there is a real error and we still want to keep reporting it to admin of the instance.

Let's just see how much we can resolve in the upcoming ~~1.7.3 milestone~~ 1.7.4 milestone..

List of issues


  • [ ] the 12th NotFoundHttpException App\Entity\Entry and App\Entity\Post object not found.. :
Full stack trace

[2024-09-12T20:35:38.330174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: ""App\Entity\Entry" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver"." at EntityValueResolver.php line 76 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): \"App\\Entity\\Entry\" object not found by \"Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver\". at /var/www/kbin.melroy.org/html/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:76)
[stacktrace]
#0 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php(37): Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver->resolve()
#1 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver.php(90): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver->resolve()
#2 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php(33): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver->getArguments()
#3 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(175): Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver->getArguments()
#4 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw()
#5 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Kernel.php(182): Symfony\\Component\\HttpKernel\\HttpKernel->handle()
#6 /var/www/kbin.melroy.org/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\\Component\\HttpKernel\\Kernel->handle()
#7 /var/www/kbin.melroy.org/html/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner->run()
#8 /var/www/kbin.melroy.org/html/public/index.php(7): require_once('...')
#9 {main}
"} []
[2024-09-12T20:35:55.620106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: ""App\Entity\Entry" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver"." at EntityValueResolver.php line 76 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): \"App\\Entity\\Entry\" object not found by \"Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver\". at /var/www/kbin.melroy.org/html/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:76)
[stacktrace]
#0 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php(37): Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver->resolve()
#1 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver.php(90): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver->resolve()
#2 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php(33): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver->getArguments()
#3 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(175): Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver->getArguments()
#4 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw()
#5 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Kernel.php(182): Symfony\\Component\\HttpKernel\\HttpKernel->handle()
#6 /var/www/kbin.melroy.org/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\\Component\\HttpKernel\\Kernel->handle()
#7 /var/www/kbin.melroy.org/html/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner->run()
#8 /var/www/kbin.melroy.org/html/public/index.php(7): require_once('...')
#9 {main}

And also seems to be related:

[2024-09-12T20:50:38.827422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: ""App\Entity\Post" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver"." at EntityValueResolver.php line 76 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): \"App\\Entity\\Post\" object not found by \"Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver\". at /var/www/kbin.melroy.org/html/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:76)
[stacktrace]
#0 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php(37): Symfony\\Bridge\\Doctrine\\ArgumentResolver\\EntityValueResolver->resolve()
#1 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/ArgumentResolver.php(90): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver->resolve()
#2 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php(33): Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver->getArguments()
#3 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(175): Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver->getArguments()
#4 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw()
#5 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Kernel.php(182): Symfony\\Component\\HttpKernel\\HttpKernel->handle()
#6 /var/www/kbin.melroy.org/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\\Component\\HttpKernel\\Kernel->handle()
#7 /var/www/kbin.melroy.org/html/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner->run()
#8 /var/www/kbin.melroy.org/html/public/index.php(7): require_once('...')
#9 {main}
"} []

  • [ ] 14th - NotFoundHttpException at EntryCommentRepository.php:
Full stack trace

[2024-09-12T20:46:45.049039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at EntryCommentRepository.php line 70 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0):  at /var/www/kbin.melroy.org/html/src/Repository/EntryCommentRepository.php:70)
[stacktrace]
#0 /var/www/kbin.melroy.org/html/src/Controller/Entry/Comment/EntryCommentFrontController.php(34): App\\Repository\\EntryCommentRepository->findByCriteria()
#1 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(183): App\\Controller\\Entry\\Comment\\EntryCommentFrontController->front()
#2 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw()
#3 /var/www/kbin.melroy.org/html/vendor/symfony/http-kernel/Kernel.php(182): Symfony\\Component\\HttpKernel\\HttpKernel->handle()
#4 /var/www/kbin.melroy.org/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\\Component\\HttpKernel\\Kernel->handle()
#5 /var/www/kbin.melroy.org/html/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner->run()
#6 /var/www/kbin.melroy.org/html/public/index.php(7): require_once('...')
#7 {main}
"} []

  • [ ] 17th - User already deleted errors.. Why is this an error? We could just check if the user is present or not, before trying to delete a user which isn't present anyways.
{"message":"Error thrown while handling message App\\Message\\DeleteUserMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\DeleteUserMessage\" failed: User already deleted\"","context":{"class":"App\\Message\\DeleteUserMessage","message_id":null,"retryCount":0,"error":"Handling \"App\\Message\\DeleteUserMessage\" failed: User already deleted","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\DeleteUserMessage\" failed: User already deleted","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"User already deleted","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/DeleteUserHandler.php:53"}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2024-09-13T12:57:13.578196+02:00","extra":{}}

  • [x] 18th - (running now on the latest main) I still see getActivityObject failed on a domain names that I blocked (because kbin.social is down, but I also blocked feddit.de). I despite I this domain name is part of the federation block list, it still give me 503 errors. PR: https://github.com/MbinOrg/mbin/pull/1254

  • [ ] 19th - The famous couldnt_find_person. Can we try to debug what this means? Solve the problem? Or handle the error better..?

{"message":"ApHttpClient:getActivityObject get fail: https://lemmy.ca/post/28871883, ex: App\\Exception\\InvalidApPostException: Invalid status code while getting: https://lemmy.ca/post/28871883 : 400, {\"error\":\"couldnt_find_person\"} - {\"error\":\"couldnt_find_person\"}","context":{"type":"ApHttpClient:getActivityObject","address":"https://lemmy.ca/post/28871883","e":"App\\Exception\\InvalidApPostException","msg":"Invalid status code while getting: https://lemmy.ca/post/28871883 : 400, {\"error\":\"couldnt_find_person\"}","content":"{\"error\":\"couldnt_find_person\"}"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2024-09-14T13:05:02.098634+02:00","extra":{}}

  • [ ] 20th - Invalid text representation invalid input syntax for type integer: \"{user_id}\":
{"message":"Uncaught PHP Exception Doctrine\\DBAL\\Exception\\DriverException: \"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"{user_id}\"\nCONTEXT:  unnamed portal parameter $1 = '...'\" at ExceptionConverter.php line 87","context":{"exception":{"class":"Doctrine\\DBAL\\Exception\\DriverException","message":"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"{user_id}\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":7,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87","previous":{"class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","message":"SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"{user_id}\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":7,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28","previous":{"class":"PDOException","message":"SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"{user_id}\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":22,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:130"}}}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2024-09-16T22:22:06.622198+02:00","extra":{}}

This error also can be seens if the email confirmation URL is wrong or wrongly interpreted by the client or whatever is wrong.. (using the verify/email/.. path):

{"message":"Uncaught PHP Exception Doctrine\\DBAL\\Exception\\DriverException: \"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"3D628316\"\nCONTEXT:  unnamed portal parameter $1 = '...'\" at ExceptionConverter.php line 87","context":{"exception":{"class":"Doctrine\\DBAL\\Exception\\DriverException","message":"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"3D628316\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":7,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87","previous":{"class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","message":"SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"3D628316\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":7,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28","previous":{"class":"PDOException","message":"SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"3D628316\"\nCONTEXT:  unnamed portal parameter $1 = '...'","code":22,"file":"/var/www/kbin.melroy.org/html/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:130"}}}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2024-09-19T17:08:55.106238+02:00","extra":{}}

The logs are missing a request URL (path) for sure, otherwise it's very hard to debug the above messages, without any clue which kind of request we are talking about. But for sure it could trigger this error above by the confirmation email link.


  • [ ] 21st - could not retrieve all the dependencies
{"message":"could not retrieve all the dependencies of https://lemmy.world/comment/12469030","context":{"o":"https://lemmy.world/comment/12469030"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2024-09-20T17:20:25.864264+02:00","extra":{}}

  • [ ] 22nd - Fetched remote object https://kbin.melroy.org/u/RmDebArk_5 which was deleted. Is this is error? Can we fix it in a better way? If not, why do we log it?
{"message":"ApHttpClient:post failed: https://sh.itjust.works/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}. Truncated content: {\"error\":\"unknown\",\"message\":\"Fetched remote object https://kbin.melroy.org/u/RmDebArk_5 which was deleted\"}","context":{"type":"ApHttpClient:post","address":"https://sh.itjust.works/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}","content":"{\"error\":\"unknown\",\"message\":\"Fetched remote object https://kbin.melroy.org/u/RmDebArk_5 which was deleted\"}"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2024-09-20T17:18:18.702108+02:00","extra":{}}

Related:

{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Sending for retry #3 using 4800000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":null,"retryCount":3,"delay":4800000,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://sh.itjust.works/inbox, status code: 400, request body: {\"@context\":\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/a89df69f-9296-4c6d-9f27-085ccfc90539\",\"type\":\"Delete\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"object\":\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/kbin.melroy.org\\/u\\/RmDebArk_5\\/followers\"],\"removeData\":true}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:410"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2024-09-20T17:18:18.704266+02:00","extra":{}}
  • [ ] 24th - Still seeing duplicate key value violates unique constraint issues:
2024-09-30 22:32:16.426 CEST [91229] kbin@kbin ERROR:  duplicate key value violates unique constraint "favourite_user_entry_unique_idx"
2024-09-30 22:32:16.426 CEST [91229] kbin@kbin DETAIL:  Key (entry_id, user_id)=(485746, 14727) already exists.
2024-09-30 22:32:16.426 CEST [91229] kbin@kbin STATEMENT:  INSERT INTO favourite (id, created_at, magazine_id, user_id, entry_id, favourite_type) VALUES ($1, $2, $3, $4, $5, $6)
2024-09-30 22:32:16.428 CEST [91230] kbin@kbin ERROR:  duplicate key value violates unique constraint "favourite_user_entry_unique_idx"
2024-09-30 22:32:16.428 CEST [91230] kbin@kbin DETAIL:  Key (entry_id, user_id)=(485746, 14727) already exists.
2024-09-30 22:32:16.428 CEST [91230] kbin@kbin STATEMENT:  INSERT INTO favourite (id, created_at, magazine_id, user_id, entry_id, favourite_type) VALUES ($1, $2, $3, $4, $5, $6)
2024-09-30 22:31:55.768 CEST [90763] kbin@kbin ERROR:  duplicate key value violates unique constraint "uniq_a99ce55f904f155e"
2024-09-30 22:31:55.768 CEST [90763] kbin@kbin DETAIL:  Key (ap_id)=(https://pol.social/users/aemstuz/statuses/113227586068832264) already exists.
2024-09-30 22:31:55.768 CEST [90763] kbin@kbin STATEMENT:  INSERT INTO post_comment (body, lang, favourite_count, last_active, ip, mentions, is_adult, update_mark, id, up_votes, down_votes, ap_like_count, ap_dislike_count, ap_share_count, visibility, ap_id, edited_at, created_at, user_id, post_id, magazine_id, parent_id, root_id, image_id) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24)
  • [ ] 25th - Doctrine/ORM issue with some field, triggering errors in the messenger job (RabbitMQ):
[{"exceptionClass":"Doctrine\\ORM\\ORMInvalidArgumentException","exceptionCode":0,"exceptionMessage":"A new entity was found through the relationship 'App\\Entity\\Activity#objectPostComment' that was not configured to cascade persist operations for entity: App\\Entity\\PostComment@47107. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example #[ORM\\ManyToOne(..., cascade: ['persist'])]. If you cannot find out which entity causes the problem implement 'App\\Entity\\PostComment#__toString()' to get a clue.","flattenException":null},{"exceptionClass":"Doctrine\\ORM\\ORMInvalidArgumentException","exceptionCode":0,"exceptionMessage":"A new entity was found through the relationship 'App\\Entity\\Activity#objectPostComment' that was not configured to cascade persist operations for entity: App\\Entity\\PostComment@341681. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example #[ORM\\ManyToOne(..., cascade: ['persist'])]. If you cannot find out which entity causes the problem implement 'App\\Entity\\PostComment#__toString()' to get a clue.","flattenException":null},{"exceptionClass":"Doctrine\\ORM\\ORMInvalidArgumentException","exceptionCode":0,"exceptionMessage":"A new entity was found through the relationship 'App\\Entity\\Activity#objectPostComment' that was not configured to cascade persist operations for entity: App\\Entity\\PostComment@6428. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example #[ORM\\ManyToOne(..., cascade: ['persist'])]. If you cannot find out which entity causes the problem implement 'App\\Entity\\PostComment#__toString()' to get a clue.","flattenException":null},{"exceptionClass":"Doctrine\\ORM\\ORMInvalidArgumentException","exceptionCode":0,"exceptionMessage":"A new entity was found through the relationship 'App\\Entity\\Activity#objectPostComment' that was not configured to cascade persist operations for entity: App\\Entity\\PostComment@7954. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example #[ORM\\ManyToOne(..., cascade: ['persist'])]. If you cannot find out which entity causes the problem implement 'App\\Entity\\PostComment#__toString()' to get a clue.","flattenException":null}]

melroy89 avatar Oct 08 '24 10:10 melroy89

  • [x] 25th - Even after PR #1254 is merged, I see other calls being made to banned instances (I created another follow-up PR: https://github.com/MbinOrg/mbin/pull/1258):
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Inbox\\LikeMessage. Sending for retry #2 using 3600000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Could not resolve host: feddit.de for \"https://feddit.de/comment/2830599\".\"","context":{"class":"App\\Message\\ActivityPub\\Inbox\\LikeMessage","message_id":4260089,"retryCount":2,"delay":3600000,"error":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Could not resolve host: feddit.de for \"https://feddit.de/comment/2830599\".","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Could not resolve host: feddit.de for \"https://feddit.de/comment/2830599\".","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\HttpClient\\Exception\\TransportException","message":"Could not resolve host: feddit.de for \"https://feddit.de/comment/2830599\".","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/http-client/Response/CommonResponseTrait.php:140"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2024-11-26T22:53:04.181115+01:00","extra":{}}
{"message":"ApHttpClient:getActorObject failed: https://lemmy.thesanewriter.com/u/TheSaneWriter, ex: Symfony\\Component\\HttpClient\\Exception\\TransportException: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".. Truncated content: there was an exception while getting the content, Symfony\\Component\\HttpClient\\Exception\\TransportException: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheS","context":{"type":"ApHttpClient:getActorObject","address":"https://lemmy.thesanewriter.com/u/TheSaneWriter","e":"Symfony\\Component\\HttpClient\\Exception\\TransportException","msg":"Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".","content":"there was an exception while getting the content, Symfony\\Component\\HttpClient\\Exception\\TransportException: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheS"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2024-11-26T22:56:03.539484+01:00","extra":{}}
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\UpdateActorMessage. Sending for retry #1 using 1800000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\UpdateActorMessage\" failed: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".\"","context":{"class":"App\\Message\\ActivityPub\\UpdateActorMessage","message_id":4260336,"retryCount":1,"delay":1800000,"error":"Handling \"App\\Message\\ActivityPub\\UpdateActorMessage\" failed: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\UpdateActorMessage\" failed: Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\HttpClient\\Exception\\TransportException","message":"Could not resolve host: lemmy.thesanewriter.com for \"https://lemmy.thesanewriter.com/u/TheSaneWriter\".","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/http-client/Response/CommonResponseTrait.php:140"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2024-11-26T23:18:20.304800+01:00","extra":{}}

melroy89 avatar Nov 28 '24 21:11 melroy89

Most of the issues are now solved I think. I still sometimes see couldnt_find_person and also a lot of couldnt_find_community errors!

couldnt_find_person examples:

{"message":"[ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://lemmy.world/post/38454371, ex: App\\Exception\\InvalidApPostException: Invalid status code while getting: https://lemmy.world/post/38454371, status code: 400. Truncated content: {\"error\":\"couldnt_find_person\"}. Truncated request body: No body provided","context":{"type":"ApHttpClient:getActivityObject","address":"https://lemmy.world/post/38454371","e":"App\\Exception\\InvalidApPostException","msg":"Invalid status code while getting: https://lemmy.world/post/38454371, status code: 400","content":"{\"error\":\"couldnt_find_person\"}","body":"No body provided"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:13:03.330880+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://lemmy.world/comment/20379694, ex: App\\Exception\\InvalidApPostException: Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400. Truncated content: {\"error\":\"couldnt_find_person\"}. Truncated request body: No body provided","context":{"type":"ApHttpClient:getActivityObject","address":"https://lemmy.world/comment/20379694","e":"App\\Exception\\InvalidApPostException","msg":"Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400","content":"{\"error\":\"couldnt_find_person\"}","body":"No body provided"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:06:26.739336+00:00","extra":{}}
16:06:26 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://lemmy.world/comment/20379694, ex: App\Exception\InvalidApPostException: Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400. Truncated content: {"error":"couldnt_find_person"}. Truncated request body: No body provided ["type" => "ApHttpClient:getActivityObject","address" => "https://lemmy.world/comment/20379694","e" => "App\Exception\InvalidApPostException","msg" => "Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400","content" => "{"error":"couldnt_find_person"}","body" => "No body provided"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Inbox\\LikeMessage. Sending for retry #4 using 19200000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400\"","context":{"class":"App\\Message\\ActivityPub\\Inbox\\LikeMessage","message_id":null,"retryCount":4,"delay":19200000,"error":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Invalid status code while getting: https://lemmy.world/comment/20379694, status code: 400","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:119"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2025-11-08T16:06:26.740637+00:00","extra":{}}

couldnt_find_community examples:

{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:06:29+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"couldnt_find_community"}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a6438-1828-7718-aa6b-cf8e9927112f","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://feddit.org/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://feddit.org/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a6438-1828-7718-aa6b-cf8e9927112f","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T06:27:16Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","published":"2025-11-07T06:27:16Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115506992673948487","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> The team in charge of Firefox Japanese localization quit en masse because a new AI bot imposed by Mozilla shredded years of work they did in hours. A cute mascot isn\u2019t going to save Mozilla from itself.<\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> The team in charge of Firefox Japanese localization quit en masse because a new AI bot imposed by Mozilla shredded years of work they did in hours. A cute mascot isn\u2019t going to save Mozilla from itself.<\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115506992673948487\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:06:29+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"couldnt_find_community"}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a6438-1828-7718-aa6b-cf8e9927112f","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":null,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://feddit.org/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a6438-1828-7718-aa6b-cf8e9927112f\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T06:27:16Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"published\":\"2025-11-07T06:27:16Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115506992673948487\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> The team in charge of Firefox Japanese localization quit en masse because a new AI bot imposed by Mozilla shredded years of work they did in hours. A cute mascot isn\\u2019t going to save Mozilla from itself.<\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> The team in charge of Firefox Japanese localization quit en masse because a new AI bot imposed by Mozilla shredded years of work they did in hours. A cute mascot isn\\u2019t going to save Mozilla from itself.<\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115506992673948487\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:06:29+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:06:29.473745+00:00","extra":{}}

melroy89 avatar Apr 17 '25 19:04 melroy89

Duplicate key violation errors in dislike (missing checks):

16:20:53 WARNING   [messenger] Error thrown while handling message App\Message\ActivityPub\Inbox\DislikeMessage. Sending for retry #1 using 300000 ms delay. Error: "Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\nDETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists." ["class" => "App\Message\ActivityPub\Inbox\DislikeMessage","message_id" => null,"retryCount" => 1,"delay" => 300000,"error" => """  Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\n  DETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists.  ""","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

==> messenger_07-stderr---supervisor-l34rptm2.log <==
16:20:53 WARNING   [messenger] Error thrown while handling message App\Message\ActivityPub\Inbox\DislikeMessage. Sending for retry #1 using 300000 ms delay. Error: "Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\nDETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists." ["class" => "App\Message\ActivityPub\Inbox\DislikeMessage","message_id" => null,"retryCount" => 1,"delay" => 300000,"error" => """  Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\n  DETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists.  ""","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

==> messenger_04-stderr---supervisor-k30h7j_v.log <==
16:20:53 WARNING   [messenger] Error thrown while handling message App\Message\ActivityPub\Inbox\DislikeMessage. Sending for retry #1 using 300000 ms delay. Error: "Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\nDETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists." ["class" => "App\Message\ActivityPub\Inbox\DislikeMessage","message_id" => null,"retryCount" => 1,"delay" => 300000,"error" => """  Handling "App\Message\ActivityPub\Inbox\DislikeMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "user_entry_vote_idx"\n  DETAIL:  Key (user_id, entry_id)=(256577, 1304258) already exists.  ""","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

Same kind of issue with CreateMessage:

16:29:21 WARNING   [messenger] Error thrown while handling message App\Message\ActivityPub\Inbox\CreateMessage. Sending for retry #1 using 300000 ms delay. Error: "Handling "App\Message\ActivityPub\Inbox\CreateMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "uniq_2b219d70904f155e"\nDETAIL:  Key (ap_id)=(https://lemmy.eco.br/post/18104121) already exists." ["class" => "App\Message\ActivityPub\Inbox\CreateMessage","message_id" => null,"retryCount" => 1,"delay" => 300000,"error" => """  Handling "App\Message\ActivityPub\Inbox\CreateMessage" failed: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "uniq_2b219d70904f155e"\n  DETAIL:  Key (ap_id)=(https://lemmy.eco.br/post/18104121) already exists.  ""","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

Invalid status codes on Like messages (too bad the error log is not fully shown in the logs):

{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Inbox\\LikeMessage. Sending for retry #3 using 4800000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400\"","context":{"class":"App\\Message\\ActivityPub\\Inbox\\LikeMessage","message_id":null,"retryCount":3,"delay":4800000,"error":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Inbox\\LikeMessage\" failed: Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:119"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2025-11-08T16:23:31.230392+00:00","extra":{}}
16:23:31 WARNING   [messenger] Error thrown while handling message App\Message\ActivityPub\Inbox\LikeMessage. Sending for retry #3 using 4800000 ms delay. Error: "Handling "App\Message\ActivityPub\Inbox\LikeMessage" failed: Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400" ["class" => "App\Message\ActivityPub\Inbox\LikeMessage","message_id" => null,"retryCount" => 3,"delay" => 4800000,"error" => "Handling "App\Message\ActivityPub\Inbox\LikeMessage" failed: Invalid status code while getting: https://lemmy.world/comment/20363965, status code: 400","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

DeliverMessage errors, 400 error message. Do we sent incorrect data to them?

{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7183184,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://spgrn.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644f-b084-7d6d-b81a-529b1ff56103\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\",\"published\":\"2025-11-07T06:45:40Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"published\":\"2025-11-07T06:45:40Z\",\"url\":\"https:\\/\\/mastodon.social\\/@WinNT4\\/115507065005974917\",\"attributedTo\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Thanks, Clippy and Bonzi Buddy need another friend<\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Thanks, Clippy and Bonzi Buddy need another friend<\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/statuses\\/115507065005974917\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/mastodon.social\\/users\\/WinNT4\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:32:15+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:32:17.072154+00:00","extra":{}}
16:32:17 CRITICAL  [messenger] Error thrown while handling message App\Message\ActivityPub\Outbox\DeliverMessage. Removing from transport after 0 retries. Error: "Handling "App\Message\ActivityPub\Outbox\DeliverMessage" failed: There is a problem with the request which will stay the same, so discarding" ["class" => "App\Message\ActivityPub\Outbox\DeliverMessage","message_id" => 7183184,"retryCount" => 0,"error" => "Handling "App\Message\ActivityPub\Outbox\DeliverMessage" failed: There is a problem with the request which will stay the same, so discarding","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]

But we have more 400 errors that we get back, likethis:

16:32:17 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://spgrn.com/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://spgrn.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644f-b084-7d6d-b81a-529b1ff56103","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/activity","type":"Create","actor":"https:\/\/mastodon.social\/users\/WinNT4","published":"2025-11-07T06:45:40Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","published":"2025-11-07T06:45:40Z","url":"https:\/\/mastodon.social\/@WinNT4\/115507065005974917","attributedTo":"https:\/\/mastodon.social\/users\/WinNT4","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Thanks, Clippy and Bonzi Buddy need another friend<\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Thanks, Clippy and Bonzi Buddy need another friend<\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies","items":[]}},"likes":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:32:15+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644f-b084-7d6d-b81a-529b1ff56103","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://spgrn.com/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://spgrn.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644f-b084-7d6d-b81a-529b1ff56103","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/activity","type":"Create","actor":"https:\/\/mastodon.social\/users\/WinNT4","published":"2025-11-07T06:45:40Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","published":"2025-11-07T06:45:40Z","url":"https:\/\/mastodon.social\/@WinNT4\/115507065005974917","attributedTo":"https:\/\/mastodon.social\/users\/WinNT4","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Thanks, Clippy and Bonzi Buddy need another friend<\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Thanks, Clippy and Bonzi Buddy need another friend<\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/replies","items":[]}},"likes":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/mastodon.social\/users\/WinNT4\/statuses\/115507065005974917\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/mastodon.social\/users\/WinNT4\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:32:15+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644f-b084-7d6d-b81a-529b1ff56103","type":"Announce","act"]

melroy89 avatar Nov 08 '25 16:11 melroy89

Invalid API response exception (App\\Exception\\InvalidApPostException):

{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://leaf.dance/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://leaf.dance/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://leaf.dance/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://leaf.dance/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.156509+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://leaf.dance/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://leaf.dance/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://leaf.dance/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://leaf.dance/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182972,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://leaf.dance/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.158967+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.dbzer0.com/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://lemmy.dbzer0.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://lemmy.dbzer0.com/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://lemmy.dbzer0.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.248716+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.dbzer0.com/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://lemmy.dbzer0.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://lemmy.dbzer0.com/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://lemmy.dbzer0.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182974,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://lemmy.dbzer0.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.251014+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.world/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://lemmy.world/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://lemmy.world/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://lemmy.world/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.342626+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.world/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://lemmy.world/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://lemmy.world/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://lemmy.world/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182975,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://lemmy.world/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.345352+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://mimiclem.me/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://mimiclem.me/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.541671+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://mimiclem.me/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://mimiclem.me/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://mimiclem.me/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://mimiclem.me/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://spgrn.com/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://spgrn.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://spgrn.com/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://spgrn.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.542965+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://spgrn.com/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://spgrn.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://spgrn.com/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://spgrn.com/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182977,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.544856+00:00","extra":{}}
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182978,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://spgrn.com/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.545482+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.nexus/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://lemmy.nexus/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://lemmy.nexus/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://lemmy.nexus/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:27:00.784219+00:00","extra":{}}
16:27:00 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://lemmy.nexus/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://lemmy.nexus/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://lemmy.nexus/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://lemmy.nexus/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/activity","type":"Create","actor":"https:\/\/famichiki.jp\/users\/RachelThornSub","published":"2025-11-07T22:56:24Z","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","published":"2025-11-07T22:56:24Z","url":"https:\/\/famichiki.jp\/@RachelThornSub\/115510882137562946","attributedTo":"https:\/\/famichiki.jp\/users\/RachelThornSub","to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115509219495321399","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","context":null,"content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> Yes, here\u2019s a link.<\/p><p><a href=\"https:\/\/mastodon.social\/@nixCraft\/115501880824995582\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https:\/\/<\/span><span class=\"ellipsis\">mastodon.social\/@nixCraft\/1155<\/span><span class=\"invisible\">01880824995582<\/span><\/a><\/p>"},"interactionPolicy":{"canQuote":{"automaticApproval":["https:\/\/www.w3.org\/ns\/activitystreams#Public"]}},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/replies","items":[]}},"likes":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/famichiki.jp\/users\/RachelThornSub\/statuses\/115510882137562946\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/famichiki.jp\/users\/RachelThornSub\/followers","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:26:58+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644a-d8f1-7598-9598-44c47e876f87","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7182976,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://lemmy.nexus/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644a-d8f1-7598-9598-44c47e876f87\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"published\":\"2025-11-07T22:56:24Z\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"published\":\"2025-11-07T22:56:24Z\",\"url\":\"https:\\/\\/famichiki.jp\\/@RachelThornSub\\/115510882137562946\",\"attributedTo\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\",\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115509219495321399\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"context\":null,\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> Yes, here\\u2019s a link.<\\/p><p><a href=\\\"https:\\/\\/mastodon.social\\/@nixCraft\\/115501880824995582\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener\\\" translate=\\\"no\\\"><span class=\\\"invisible\\\">https:\\/\\/<\\/span><span class=\\\"ellipsis\\\">mastodon.social\\/@nixCraft\\/1155<\\/span><span class=\\\"invisible\\\">01880824995582<\\/span><\\/a><\\/p>\"},\"interactionPolicy\":{\"canQuote\":{\"automaticApproval\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"]}},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/statuses\\/115510882137562946\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/famichiki.jp\\/users\\/RachelThornSub\\/followers\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:26:58+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:27:00.787021+00:00","extra":{}}

{"message":"[ApHttpClient::logRequestException] ApHttpClient:post failed: https://mimiclem.me/inbox, ex: App\\Exception\\InvalidApPostException: Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644b-d59c-72fa-8c6a-bab565b63f8d\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"published\":\"2025-11-07T09:06:35Z\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"published\":\"2025-11-07T09:06:35Z\",\"url\":\"https:\\/\\/techhub.social\\/@traecer\\/115507619150613335\",\"attributedTo\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\"},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:28:02+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}. Truncated content: {\"error\":\"unknown\",\"message\":\"\"}. Truncated request body: {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644b-d59c-72fa-8c6a-bab565b63f8d\",\"type\":\"Announce\",\"act","context":{"type":"ApHttpClient:post","address":"https://mimiclem.me/inbox","e":"App\\Exception\\InvalidApPostException","msg":"Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644b-d59c-72fa-8c6a-bab565b63f8d\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"published\":\"2025-11-07T09:06:35Z\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"published\":\"2025-11-07T09:06:35Z\",\"url\":\"https:\\/\\/techhub.social\\/@traecer\\/115507619150613335\",\"attributedTo\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\"},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:28:02+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","content":"{\"error\":\"unknown\",\"message\":\"\"}","body":"{\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644b-d59c-72fa-8c6a-bab565b63f8d\",\"type\":\"Announce\",\"act"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:28:04.770011+00:00","extra":{}}
16:28:04 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:post failed: https://mimiclem.me/inbox, ex: App\Exception\InvalidApPostException: Post failed: https://mimiclem.me/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644b-d59c-72fa-8c6a-bab565b63f8d","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/activity","type":"Create","actor":"https:\/\/techhub.social\/users\/traecer","published":"2025-11-07T09:06:35Z","to":["https:\/\/techhub.social\/users\/traecer\/followers"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","published":"2025-11-07T09:06:35Z","url":"https:\/\/techhub.social\/@traecer\/115507619150613335","attributedTo":"https:\/\/techhub.social\/users\/traecer","to":["https:\/\/techhub.social\/users\/traecer\/followers"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> rearranging deck chairs on the Titanic<\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> rearranging deck chairs on the Titanic<\/p>"},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies","items":[]}},"likes":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:28:02+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}. Truncated content: {"error":"unknown","message":""}. Truncated request body: {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644b-d59c-72fa-8c6a-bab565b63f8d","type":"Announce","act ["type" => "ApHttpClient:post","address" => "https://mimiclem.me/inbox","e" => "App\Exception\InvalidApPostException","msg" => "Post failed: https://mimiclem.me/inbox, status code: 400, {"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644b-d59c-72fa-8c6a-bab565b63f8d","type":"Announce","actor":"https:\/\/kbin.melroy.org\/m\/tech","object":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/activity","type":"Create","actor":"https:\/\/techhub.social\/users\/traecer","published":"2025-11-07T09:06:35Z","to":["https:\/\/techhub.social\/users\/traecer\/followers"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"object":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335","type":"Note","summary":null,"inReplyTo":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","published":"2025-11-07T09:06:35Z","url":"https:\/\/techhub.social\/@traecer\/115507619150613335","attributedTo":"https:\/\/techhub.social\/users\/traecer","to":["https:\/\/techhub.social\/users\/traecer\/followers"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"sensitive":false,"atomUri":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335","inReplyToAtomUri":"https:\/\/floss.social\/users\/omgubuntu\/statuses\/115506403900741514","conversation":"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation","content":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> rearranging deck chairs on the Titanic<\/p>","contentMap":{"en":"<p><span class=\"h-card\" translate=\"no\"><a href=\"https:\/\/floss.social\/@omgubuntu\" class=\"u-url mention\">@<span>omgubuntu<\/span><\/a><\/span> rearranging deck chairs on the Titanic<\/p>"},"attachment":[],"tag":[{"type":"Mention","href":"https:\/\/floss.social\/users\/omgubuntu","name":"@[email protected]"}],"replies":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies","type":"Collection","first":{"type":"CollectionPage","next":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies?only_other_accounts=true&page=true","partOf":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/replies","items":[]}},"likes":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/likes","type":"Collection","totalItems":0},"shares":{"id":"https:\/\/techhub.social\/users\/traecer\/statuses\/115507619150613335\/shares","type":"Collection","totalItems":0}}},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":["https:\/\/www.w3.org\/ns\/activitystreams#Public","https:\/\/floss.social\/users\/omgubuntu"],"published":"2025-11-08T16:28:02+00:00","audience":"https:\/\/kbin.melroy.org\/m\/tech"}","content" => "{"error":"unknown","message":""}","body" => "{"@context":["https:\/\/www.w3.org\/ns\/activitystreams","https:\/\/kbin.melroy.org\/contexts"],"id":"https:\/\/kbin.melroy.org\/f\/object\/019a644b-d59c-72fa-8c6a-bab565b63f8d","type":"Announce","act"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Outbox\\DeliverMessage. Removing from transport after 0 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding\"","context":{"class":"App\\Message\\ActivityPub\\Outbox\\DeliverMessage","message_id":7183009,"retryCount":0,"error":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Outbox\\DeliverMessage\" failed: There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException","message":"There is a problem with the request which will stay the same, so discarding","code":0,"file":"/var/www/kbin.melroy.org/html/src/MessageHandler/ActivityPub/Outbox/DeliverHandler.php:73","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Post failed: https://mimiclem.me/inbox, status code: 400, {\"@context\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams\",\"https:\\/\\/kbin.melroy.org\\/contexts\"],\"id\":\"https:\\/\\/kbin.melroy.org\\/f\\/object\\/019a644b-d59c-72fa-8c6a-bab565b63f8d\",\"type\":\"Announce\",\"actor\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\",\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/activity\",\"type\":\"Create\",\"actor\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"published\":\"2025-11-07T09:06:35Z\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"object\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"type\":\"Note\",\"summary\":null,\"inReplyTo\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"published\":\"2025-11-07T09:06:35Z\",\"url\":\"https:\\/\\/techhub.social\\/@traecer\\/115507619150613335\",\"attributedTo\":\"https:\\/\\/techhub.social\\/users\\/traecer\",\"to\":[\"https:\\/\\/techhub.social\\/users\\/traecer\\/followers\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"sensitive\":false,\"atomUri\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\",\"inReplyToAtomUri\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\\/statuses\\/115506403900741514\",\"conversation\":\"tag:floss.social,2025-11-07:objectId=101607956:objectType=Conversation\",\"content\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\",\"contentMap\":{\"en\":\"<p><span class=\\\"h-card\\\" translate=\\\"no\\\"><a href=\\\"https:\\/\\/floss.social\\/@omgubuntu\\\" class=\\\"u-url mention\\\">@<span>omgubuntu<\\/span><\\/a><\\/span> rearranging deck chairs on the Titanic<\\/p>\"},\"attachment\":[],\"tag\":[{\"type\":\"Mention\",\"href\":\"https:\\/\\/floss.social\\/users\\/omgubuntu\",\"name\":\"@[email protected]\"}],\"replies\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"type\":\"Collection\",\"first\":{\"type\":\"CollectionPage\",\"next\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies?only_other_accounts=true&page=true\",\"partOf\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/replies\",\"items\":[]}},\"likes\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/likes\",\"type\":\"Collection\",\"totalItems\":0},\"shares\":{\"id\":\"https:\\/\\/techhub.social\\/users\\/traecer\\/statuses\\/115507619150613335\\/shares\",\"type\":\"Collection\",\"totalItems\":0}}},\"to\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\"],\"cc\":[\"https:\\/\\/www.w3.org\\/ns\\/activitystreams#Public\",\"https:\\/\\/floss.social\\/users\\/omgubuntu\"],\"published\":\"2025-11-08T16:28:02+00:00\",\"audience\":\"https:\\/\\/kbin.melroy.org\\/m\\/tech\"}","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:447"}}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:28:04.772225+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://aussie.zone/comment/19748540, ex: App\\Exception\\InvalidApPostException: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403. Truncated content: <!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta nam. Truncated request body: No body provided","context":{"type":"ApHttpClient:getActivityObject","address":"https://aussie.zone/comment/19748540","e":"App\\Exception\\InvalidApPostException","msg":"Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","content":"<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta nam","body":"No body provided"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:28:31.550923+00:00","extra":{}}
16:28:31 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://aussie.zone/comment/19748540, ex: App\Exception\InvalidApPostException: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403. Truncated content: <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta nam. Truncated request body: No body provided ["type" => "ApHttpClient:getActivityObject","address" => "https://aussie.zone/comment/19748540","e" => "App\Exception\InvalidApPostException","msg" => "Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","content" => "<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta nam","body" => "No body provided"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage. Removing from transport after 5 retries. Error: \"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403\"","context":{"class":"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage","message_id":null,"retryCount":5,"error":"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:119"}}},"level":500,"level_name":"CRITICAL","channel":"messenger","datetime":"2025-11-08T16:28:31.552287+00:00","extra":{}}
{"message":"[ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://aussie.zone/comment/19748540, ex: App\\Exception\\InvalidApPostException: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403. Truncated content: <!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta nam. Truncated request body: No body provided","context":{"type":"ApHttpClient:getActivityObject","address":"https://aussie.zone/comment/19748540","e":"App\\Exception\\InvalidApPostException","msg":"Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","content":"<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta nam","body":"No body provided"},"level":400,"level_name":"ERROR","channel":"app","datetime":"2025-11-08T16:28:31.620907+00:00","extra":{}}
16:28:31 ERROR     [app] [ApHttpClient::logRequestException] ApHttpClient:getActivityObject failed: https://aussie.zone/comment/19748540, ex: App\Exception\InvalidApPostException: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403. Truncated content: <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta nam. Truncated request body: No body provided ["type" => "ApHttpClient:getActivityObject","address" => "https://aussie.zone/comment/19748540","e" => "App\Exception\InvalidApPostException","msg" => "Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","content" => "<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta nam","body" => "No body provided"]
{"message":"Error thrown while handling message App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage. Sending for retry #1 using 1800000 ms delay. Error: \"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403\"","context":{"class":"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage","message_id":7183013,"retryCount":1,"delay":1800000,"error":"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","exception":{"class":"Symfony\\Component\\Messenger\\Exception\\HandlerFailedException","message":"Handling \"App\\Message\\ActivityPub\\Inbox\\ChainActivityMessage\" failed: Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","code":0,"file":"/var/www/kbin.melroy.org/html/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php:124","previous":{"class":"App\\Exception\\InvalidApPostException","message":"Invalid status code while getting: https://aussie.zone/comment/19748540, status code: 403","code":0,"file":"/var/www/kbin.melroy.org/html/src/Service/ActivityPub/ApHttpClient.php:119"}}},"level":300,"level_name":"WARNING","channel":"messenger","datetime":"2025-11-08T16:28:31.622864+00:00","extra":{}}

melroy89 avatar Nov 08 '25 16:11 melroy89