[bug] Odd non-validation of user's link #497

Open
opened 2023-03-10 03:08:19 +00:00 by kinetix · 4 comments

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?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup From source ### Extra details Gentoo ### Version develop, 153539a246db7377d6af6bc8b5a7a4b4b9a3cdcd ### 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? - [x] I have double-checked and have not found this issue mentioned anywhere.
kinetix added the
bug
label 2023-03-10 03:08:19 +00:00

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 vague

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 https://akkoma.dev/AkkomaGang/akkoma/commit/b2112302ce49a4bdf0d0a0779854cd9f1a838ff3 so it's not quite as vague
Author

Interesting, thanks. Have updated my instance, will ask the user to try again, I guess? I'm not sure how the verification gets re-triggered.

Interesting, 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

it gets triggered on profile save, so yes that would be the thing to do
Author

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?

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?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#497
No description provided.