-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous error/warning log items (follow-up) #1175
Labels
Milestone
Comments
14 tasks
{"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":{}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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: #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
To Reproduce
Steps to reproduce the behavior:
tail -f var/log/prod-xx-x-x-x.log
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 milestone1.7.4 milestone..List of issues
Full stack trace
And also seems to be related:
Full stack trace
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: Check for banned instances + improved logging #1254
19th - The famous couldnt_find_person. Can we try to debug what this means? Solve the problem? Or handle the error better..?
invalid input syntax for type integer: \"{user_id}\"
: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):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.
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?Related:
The text was updated successfully, but these errors were encountered: