You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a problem that occurs on two different layers. First, it is because Hubzilla uses an incorrect syntax of the Link header in the HTTP response of the actor object:
If you look closely, you will see that the type parameter value of the link https://hub.utsukta.org/channel/sk contains a quotation mark but has not been escaped. This header should be fixed as follows:
Secondly, when Fedify encounters a Link header with incorrect syntax, it fails the lookup process entirely. This is not technically a bug, but it is not a robust behavior.
I will report the first issue to the Hubzilla project, and for the second issue, I will fix Fedify and release a new version, and then Hollo will be able to use the new version of Fedify.
Both in the admin federation page and in clients' search bar, retrieving posts from Hubzilla such as https://hub.utsukta.org/item/368dc0ca-da0a-4d16-99bd-cc1047d8ecd0 fails. Fedify lookup works though.
The text was updated successfully, but these errors were encountered: