Dale Price

Results 35 comments of Dale Price

IIRC how I encountered this before, more specifically, was: 1. Open a “blank” websocket connection to `wss://[domain]/api/v1/streaming`, specifying the access token in the `Sec-WebSocket-Protocol` header (this is also undocumented I...

The third thing, specifically an API version number to compare against `api_versions[mastodon]` in `Instance`. I was under the impression that after that was added in 4.3, any future changes would...

As a client dev, I was really hoping `api_versions` could be a way for different Mastodon-API-compatible server software to programmatically declare which Mastodon API features they support, as opposed to...

@Tunous sounds good to me 👍

The client library I’m using (TootSDK) added a fix for handling these errors a while back in TootSDK/TootSDK#307 but it’s still an undocumented behavior of the streaming API. The endpoint...