You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running canary branch and since the latest upgrade the timeline isn't automatically updated anymore. The line 'Show x new items' doesn't appear anymore. Not in English nor in another language
The text was updated successfully, but these errors were encountered:
In my case, does this happens because wss://<GoToSocial instance>/api/v1/streaming returns an HTTP 401.
They seem to expect either the query parameter named access_token or the HTTP header Sec-Websocket-Protocol to contain the auth token, and neither is set.
If the browser is relevant in this case, I'm using Firefox.
--- Update 1 ---
After taking a closer look at the else block in the relevant GTS source code, they also seem to support the Authorization HTTP header with a Bearer <token>.
--- Update 2 ---
This seems to be a problem with the masto package since v6.10.2, which they fixed in v7.1.0. So the package can either be downgraded to v6.10.1 or upgraded to v7.1.0, but upgrading may cause problems because of the breaking changes.
I'm running canary branch and since the latest upgrade the timeline isn't automatically updated anymore. The line 'Show x new items' doesn't appear anymore. Not in English nor in another language
The text was updated successfully, but these errors were encountered: