-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
GNU Social user cannot follow mastodon users (500 error) #4254
Comments
However, I can get correct response with Net::HTTP.
So...maybe a bug on HTTP.rb? |
As for the second thing there, you maybe also want to use HTTPS here:
Kinda strange to use HTTP over port 443. (and also not secure) This could also be an/the issue or the log is incorrect… |
That's just the log syntax. HTTP is the name of protocol, TLS or not. |
gnusocial.de always returns This issue was fixed in that C library in April (nodejs/http-parser#363), but http_parser.rb still uses very old commit. Well, I've filed an issue on http.rb (httprb/http#422). |
To give some more input, this is my http2 config (Debian Jessie/Apache):
After I deactivated it and deactivated the http2 apache module remote following is working again. |
When I go to https://mastodon.social/users/tchncs/remote_follow as a GNU Social user (
rugk [at] gnusocial.de
) and enter the name/server there, I just get a 500 error.On https://social.tchncs.de/users/beli3ver/remote_follow I do the same and get a different error. I get a 500 error too, but a different error message.
Note that I can follow both accounts when I use a GNUSocial-internal search for the users, and click on GNUSocial-internal follow button.
The toots are missing, but that's another issue. (edit: opened at #4256)
master
(If you're a user, don't worry about this).Ref. for German-speaking users here is the previous discussion: https://gnusocial.de/notice/10717763
The text was updated successfully, but these errors were encountered: