[bug] Odd non-validation of user's link #497
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#497
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
From source
Extra details
Gentoo
Version
develop,
153539a246
PostgreSQL version
13
What were you trying to do?
User's link validation rel=me doesn't seem to be functioning or ... ? There's just no clarity as to what might be breaking.
There are a few log entries over the past day or so, of this type:
Mar 08 20:08:14 [mycrowd] request_id=F0qksZ4bwUxl6Y0IueeC [error] Could not check for rel=me, nil
User is at https://mycrowd.ca/aswath and the site that doesn't get a validation checkmark on in his profile is https://aswath.mocaedu.com/
I tried to replicate the problem myself, but each test I've done generates the validated checkmark.
What did you expect to happen?
No response
What actually happened?
No response
Logs
No response
Severity
I can manage
Have you searched for this issue?
that particular error could arise for a number of reasons, but in general it means that akkoma cannot parse the provided link - either due to an issue fetching the html, or an issue in parsing the html it recieved
i've added extra error information in
b2112302ce
so it's not quite as vagueInteresting, thanks. Have updated my instance, will ask the user to try again, I guess? I'm not sure how the verification gets re-triggered.
it gets triggered on profile save, so yes that would be the thing to do
Hmm, well, I'm relying on the user who says they've re-saved their profile, and there doesn't seem to be any log entry generated for them now. However, the didn't change anything so I wonder if that would prevent it from being checked again?