Actor Verification Result
Result for Actor Personas
A description of these actor personas can be found here.
| Name | GET Actor | POST Inbox |
|---|---|---|
Alice
|
||
Bob
|
✔️ | ✔️ |
Claire
|
✔️ | ✔️ |
Dean
|
||
Emily
|
Cannot get actor | Cannot post to inbox |
Frank
|
Cannot get actor | Cannot post to inbox |
Processing log
{
"steps": [
"Got Actor Uri @joe@toot.works",
"Need to resolve @joe@toot.works to actor object id",
"Not in account uri format",
"Resolving acct:joe@toot.works using webfinger",
"Resolved to https://toot.works/users/joe",
"Running verification for alice",
"Got inbox None",
"Running verification for bob",
"Got inbox https://toot.works/users/joe/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for claire",
"Got inbox https://toot.works/users/joe/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for dean",
"Got inbox None",
"Running verification for emily",
"Something went wrong",
"ClientResponseError(RequestInfo(url=URL('https://toot.works/users/joe'), method='GET', headers=, real_url=URL('https://toot.works/users/joe')), (), status=401, message='Unauthorized', headers=)",
"Running verification for frank",
"Something went wrong",
"ClientResponseError(RequestInfo(url=URL('https://toot.works/users/joe'), method='GET', headers=, real_url=URL('https://toot.works/users/joe')), (), status=401, message='Unauthorized', headers=)",
"Got preferredUsername joe",
"computed acct uri acct:joe@toot.works",
"Retrieved id https://toot.works/users/joe using webfinger",
"webfinger result matches expectations"
]
}