-
-
Notifications
You must be signed in to change notification settings - Fork 589
timeline doesn't update anymore #3186
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
Comments
I am also experiencing this on canary, both on main.elk.zone and on Elk self-hosted instances running on canary version with any browser I try. The stable instance does not even let me authenticate with my current Mastodon server. |
For me the error says And even when logged out, there's this error on the browser Console:
The error is always the same, appearing ad infinitum, the only thing that changes is of course the instance URL when logged in. Mastodon webUI works normally without any similar errors. The same thing is true for Pinafore/Semaphore/Enafore, no errors about Phanpy shows similar errors, but there's some fallback route that makes the timeline stream normally. |
I'm having the same issue, like @cadusilva described, also on LibreWolf (138.0.1-2, Ubuntu 24.04). In my case, I can't even login to my instance: as soon as I go thru OAuth, when it comes back to main.elk.zone, there's a "TypeError: NetworkError when attempting to fetch resource." where the timeline should be and the login didn't really work. On the browser console a lot of these errors appear: When I check if cross-site cookies are enabled between elk.zone and my instance on LibreWolf, they are. Then I decided to try on Firefox: everything works normally. So I'm guessing it might be a LibreWolf issue. Oh, and the exact same things happen with Phanpy (cheeaun/phanpy#1153). |
I'm running from https://main.elk.zone/ with the latest commit bfd05f7
The home timeline is not updating automatically anymore. I have to reload the page to get the latest posts. Anyone else seeing this?
In the network tab I see a websocket to /api/v1/streaming with this message
and there's also a 404 error message for /api/v1/push/subscription
The text was updated successfully, but these errors were encountered: