Actor Verification Result

Options Selecting any of the options will cause only the selected options to be run.

🚨 Warnings 🚨

Result for Actor Personas

A description of these actor personas can be found here.

Name GET Actor POST Inbox
Alice
  • uses unsigned GET and POST requests
Bob
  • uses signed GET and POST requests
❌ Cannot get actor
  • signed requests should be able to retrieve the actor
❌ Cannot post to inbox
  • signed requests should be able to post to inbox
Claire
  • uses signed GET and POST requests
  • GET actor requires signed request
❌ Cannot get actor
  • if this fails and succeeds for Bob, check your key retrieval uses a signed request
❌ Cannot post to inbox
  • if this fails and succeeds for Bob, check your key retrieval uses a signed request
Dean
  • as Alice not resolved by webfinger
Emily
  • as Bob not resolved by webfinger
Cannot get actor Cannot post to inbox
Frank
  • as Claire not resolved by webfinger
Cannot get actor Cannot post to inbox

Processing log

{
  "steps": [
    "Got Actor Uri https://test.game.diluz.io/api/v1/crossroads/actors/755032cc-8df3-49cf-aa07-066b337c33d4",
    "Can fetch actor from https://test.game.diluz.io/api/v1/crossroads/actors/755032cc-8df3-49cf-aa07-066b337c33d4",
    "Running verification for alice",
    "Something went wrong when fetching actor",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))",
    "Running verification for bob",
    "Something went wrong",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))",
    "Running verification for claire",
    "Something went wrong",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))",
    "Running verification for dean",
    "Something went wrong when fetching actor",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))",
    "Running verification for emily",
    "Something went wrong",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))",
    "Running verification for frank",
    "Something went wrong",
    "ClientConnectorError(ConnectionKey(host='test.game.diluz.io', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, \"Connect call failed ('49.13.205.117', 443)\"))"
  ]
}