Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misskey is unable to federate with GotoSocial at all #9435

Closed
jkumeboshi opened this issue Dec 30, 2022 · 3 comments
Closed

Misskey is unable to federate with GotoSocial at all #9435

jkumeboshi opened this issue Dec 30, 2022 · 3 comments
Labels
⚠️bug? This might be a bug 🌌Federation The Federation/ActivityPub feature packages/backend Server side specific issue/PR

Comments

@jkumeboshi
Copy link

💡 Summary

Misskey is unable to federate with GotoSocial at all, can't read remote user info or access any remote post.

🥰 Expected Behavior

Misskey should be able to interrogate remote user information or to read a remote post.

As an example, you can check @gotosocial@gts.superseriousbusiness.org user

🤬 Actual Behavior

When I try to get user information, such as for user @gotosocial@gts.superseriousbusiness.org, I get a generic error in the UI and I can read following in the log:

web_1    | DONE 1       [remote resolve-user]   return new remote user: gotosocial@gts.superseriousbusiness.org
web_1    | WARN 1       [api]   failed to resolve remote user: StatusError: 401 Unauthorized

If I try to access a remote content, such as
https://gts.superseriousbusiness.org/@gotosocial/statuses/01GMT9YX9BJGGHJ0B2X16K3E53

I get Following error:

web_1    | ERR  1       [api]   Internal error occurred in ap/show: 401 Unauthorized

📝 Steps to Reproduce

look for an user id:

  1. in the search box enter @gotosocial@gts.superseriousbusiness.org
  2. you get generic error in the UI
  3. you will find the error in the log

access remot econtent:

  1. in the search box enter https://gts.superseriousbusiness.org/@gotosocial/statuses/01GMT9YX9BJGGHJ0B2X16K3E53
  2. you get generic error in the UI
  3. you will find the error in the log

📌 Environment

Misskey version: 12.119.2
Your OS: Windows 11
Your browser: Firefox 108.0.1 (64 bit)

@jkumeboshi jkumeboshi added the ⚠️bug? This might be a bug label Dec 30, 2022
@rinsuki
Copy link
Contributor

rinsuki commented Dec 30, 2022

can you try with enable signToActivityPubGet in config/*.yml?

@jkumeboshi
Copy link
Author

@rinsuki GREAT! It works perfectly now!
I think that should be noted somewhere, since this issue is going to be closed...

Well, at least to keep track of that until in future signToActivityPubGet would be set default to true

@rinsuki
Copy link
Contributor

rinsuki commented Dec 30, 2022

in next version, it will be enabled by default 3402131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug 🌌Federation The Federation/ActivityPub feature packages/backend Server side specific issue/PR
Projects
None yet
Development

No branches or pull requests

3 participants