-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unable to follow @[email protected] user #191
Comments
@TomCasavant when I fetch https://tomcasavant.glitch.me/u/tom with AS2 conneg, it returns |
Awesome, thanks! Just from testing it quickly I seem to be getting some 500 errors from bridgy-fed but it's probably something I messed up, I'll look into it this weekend |
Welcome! And 500s are always the server's fault; even if you're doing something wrong, it should return 4xx etc. I'm working through lots of BF bugs right now, hopefully I'll fix yours soon. |
Useful, thanks @snarfed - I've patched user.js in my forked copy of Postmarks to set this content type correctly now. |
I was looking into this again this morning, @snarfed made the error log a little more specific: we were getting 'id (guid letters and numbers) is not owned by activitypub' the issue ended up being in the createFollowMessage id Line 147 in 58d1ca1
We should be passing along the full guid url like we are in our other messages: This fixed it https://fed.brid.gy/ap/@[email protected] Something went wrong and @[email protected] wasn't added to my list of followers though (we must have sent an accept message because bridgy-fed says it followed the account). So I haven't actually managed to test if posts are going through yet I was trying to trigger an unfollow so I could try getting bridgy-fed to follow the account again but I think something's broken with our 'Undo follow' setup, I can't seem to unfollow anyone (tried a couple of mastodon accounts), it removes it from our side but from mastodon's side it still says we're following them Still, that's a bit of progress |
Manually added bsky.brid.gy as a follower so it could send the create activity...and it worked! Edit: I think the failure to add the account to my list of followers might have been something I did while experimenting w/ it But the Unfollow issue is still there (though I see that was already marked as an issue #72 ) |
Working on a pull request for this fix, and that "failure to add the account to my list of followers might have been something I did" is actually because postmarks isn't seeing the Accept Follow anywhere so it doesn't get added to the list of followers- so I'll have to keep looking at that |
Figured it out, the express.json configuration didn't have |
Attempted to follow @[email protected] but it couldn't find the webfinger address for the exact same reasons as in #185
Made the suggested change to drop the '/' from the webfinger URL which allowed it to find the inbox
I removed the '.json' from the inbox because I was getting this error:
Which was successful, but then I received this error from the brid.gy server:
I'm not sure if it's something we're missing on our end to point it to the signature or if it's an issue with the brid.gy server (https://github.com/snarfed/bridgy-fed)
The text was updated successfully, but these errors were encountered: