-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
[bug] twblue and possibly software based around mastodon.pi doesn't work #2845
Comments
We can probably just stub out this endpoint for now to return an empty array. This should alleviate the issue until we actually implement that endpoint properly. |
similar errors happen with tweesecake, the only difference is that it's trying to access other endpoints, such as conversations, which also return that error, causing the statuses in the timeline to be just blank strings, even though their number is indeed displayed correctly, as in, there is an equal amount of blank spots as there should be toots. This possibly affects anything which uses mastodon.py, but the person I'm talking to only tryed to use those two clients. |
Alright, got it. Tbh if a client errors getting something, it should probably try to handle the error gracefully. But we'll do what we can from this side. |
I've now stubbed out the mutes and conversations endpoints. When I'm on my windows partition i'll install twblue and check whether it works now. |
Confirmed fixed on latest snapshot/main now :) |
Describe the bug with a clear and concise description of what the bug is.
I am not on windows, but I know afew people who want to use those clients, because they are more accessible for blind users.
There's one which is open source, it's called twblue, but another which is mostly used by windows users is called tweesecake, both of them use mastodon.py, but fixing one is probably fixing the other. None of them work, no posts are shown in one, and the other is actually crashing
What's your GoToSocial Version?
latest
GoToSocial Arch
x86_64 docker
What happened?
twblue, for example, just crashes, with this exception printed in its logs:
What you expected to happen?
the functionality of the client, as much as it is, should work
How to reproduce it?
Anything else we need to know?
when that request is performed, I get the following related log line in the server, which corelates with the exception backtrace in the log:
The text was updated successfully, but these errors were encountered: