Split of from #3318878: Mastodon-like: Act on 'Move' activities

Sending out new messages: Outbox general exception to @inbox for 18705: cURL error 28: Connection timed out after 10000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

Things to work here:

  • Fix that empty @inbox to begin with, also set the time to run configurable (it's now only 15 seconds).
  • a 404 and 410 should result in setting the status of follower tot 0

Note: run time will be changed when the whole processing things are refactored to processors.

 [error]  Outbox general exception to @inbox for 19602: Actor fetching failed 
 [error]  Outbox general exception to @inbox for 19602: Client error: `GET https://domain.redacted/user` resulted in a `410 Gone` response:
{"error":"Gone"}
 
 [error]  Outbox general exception to @inbox for 19602: Client error: `GET https://domain.redacted/user` resulted in a `410 Gone` response:
{"error":"Gone"}
 
 [error]  Outbox general exception to @inbox for 19602: Client error: `GET https://domain.redacted/user` resulted in a `404 Not Found` response:
<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<link rel="profile" hr (truncated...)

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

swentel created an issue. See original summary.

swentel’s picture

Issue summary: View changes
swentel’s picture

Issue summary: View changes
swentel’s picture

Issue summary: View changes
swentel’s picture

Title: Handle timeout/404 errors on outbox requests. » Handle 404 & 410 errors on outbox requests

swentel’s picture

Issue summary: View changes
swentel’s picture

Issue summary: View changes

  • swentel committed f3dabae7 on 1.0.x
    Issue #3319078: Handle 404 & 410 errors on outbox requests
    
swentel’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

swentel’s picture

Status: Fixed » Closed (fixed)