-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
streaming endpoint URL not at the main domain #176
Comments
This solves the problem for me.
|
alexbakker
added a commit
to alexbakker/go-mastodon
that referenced
this issue
Mar 11, 2023
Apparently we shouldn't make assumptions about the streaming endpoint. See: mastodon/mastodon#23383 (comment) Also related: mattn#176
mattn
pushed a commit
that referenced
this issue
Oct 24, 2024
Apparently we shouldn't make assumptions about the streaming endpoint. See: mastodon/mastodon#23383 (comment) Also related: #176
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The streaming endpoint URL may not be located at the main domain. For instance mastodon.social has it's streaming endpoint at streaming.mastodon.social.
streaming.go currently expects the endpoint to be at the main domain. The actual URL should probably be fetched in StreamingUser() and handed over to streaming() in full. Both methods would need to be touched. Do you want me to apply the change?
The text was updated successfully, but these errors were encountered: