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

[bug] Having issues federating with other instances. #1912

Closed
halphalp opened this issue Jun 20, 2023 · 11 comments
Closed

[bug] Having issues federating with other instances. #1912

halphalp opened this issue Jun 20, 2023 · 11 comments
Labels
bug Something isn't working

Comments

@halphalp
Copy link

halphalp commented Jun 20, 2023

Describe the bug with a clear and concise description of what the bug is.

I was recently able to get GoToSocial up and running via Docker and everything seems to initially be working well using Caddy for a reverse proxy.

I'm able to post and have even had accounts on other instances follow me, but I cannot figure out how to follow or add other instances to my account/timeline (I'm running GTS as a single-user instance for just myself so I don't have to moderate other accounts).

One of the specific issues I'm experiencing is when I search for other accounts or instances on Lemmy/Mastodon, they appear with 0 toots, followers, and following, and following them doesn't seem to have an effect. I've tried this on various web and mobile clients, all with the same result.

I'm using the standard reverse proxy example for Caddy provided in the documentation. My config settings are largely unchanged aside from the few fields towards the top of the file that are specific to my instance (domain, host, etc.).

What's your GoToSocial Version?

v0.9.0 (Latest Docker tag)

GoToSocial Arch

Docker

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Anything else we need to know?

No response

@halphalp halphalp added the bug Something isn't working label Jun 20, 2023
@tsmethurst
Copy link
Contributor

following them doesn't seem to have an effect

Do you mean your follow gets stuck on 'follow requested'? Or something else?

It's normal that when you're on a new instance, it takes a while for your timelines to populate. Your instance won't go and fetch someone's posts, it waits for them to deliver them to you. So you should get new posts from people you follow, but old posts you'll have to dereference manually by copying the URLs for them and searching for them from your instance.

That said, we do have an issue open for fetching someone's posts from their outbox -- #266 -- but it's not implemented just yet.

@halphalp
Copy link
Author

Thanks for the insight. My follow gets stuck on 'follow requested' - I requested to follow a handful of sites a few days ago and all are still on 'follow requested'.

I'm happy to wait to see if things start coming together. However, is there a default amount of days where I should assume something is wrong with my setup if none of my follow requests go through?

@tsmethurst
Copy link
Contributor

Hmmm if none of the follow requests go through that does indeed suggest something is wrong with your setup. You're not reusing a domain you'd already used before for a different fedi software, are you? Do you see anything interesting in the logs for your instance when you send a follow request? Could you try unfollowing and refollowing one of the accounts that's stuck on follow requested?

@sandboxgangster
Copy link

sandboxgangster commented Jun 20, 2023

I also have the problem with instances that are not yet federated, for me it helps to unfollow, wait a bit and follow again, then it usually works after 1-2x

@gw31415
Copy link

gw31415 commented Jul 3, 2023

I have the same issue. I failed to follow users and still on 'follow requested'.

@gw31415
Copy link

gw31415 commented Jul 4, 2023

I have the same issue. I failed to follow users and still on 'follow requested'.

I've solved the problem.
I configured Nginx to redirect htttp to https and now I can follow federated users.

@Mushus
Copy link
Contributor

Mushus commented Jul 4, 2023

related? misskey-dev/misskey#9435
signToActivityPubGet

@gw31415
Copy link

gw31415 commented Jul 5, 2023

Oh, I've realized that I still haven't been able to successfully follow from Misskey and vice versa.

Update: Follow requests to Misskey accounts success in beta version: 0.10.0-rc1 git-2a99df0.

@natsukagami
Copy link
Contributor

natsukagami commented Jul 8, 2023

For Misskey.io specifically (not misskey.design nor misskey.art) I think they don't enable authenticated fetch on the instance.
Trying to ask them about it but never got a response :(
They seem to have enabled it now.

@tsmethurst
Copy link
Contributor

@halphalp is this still an issue for you?

@tsmethurst
Copy link
Contributor

^^ Closed because I can't really replicate this without more info etc. But feel free to open again if you're still having problems and we can try and figure it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants