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
When I try to add an account on a list, there is an error : "Network error: temporary redirect". I'm using a GoToSocial instance and adding to list is possible from others clients like Tusky.
I suspect this is because an extra / in the request URL (see the logs later). And indeed, when I curl the URL, it redirects (301) to the same URL without the /. So I think Tuba should either support 301 redirections or call the URL without trailing /.
Steps To Reproduce
Go to the page of the account you want to add to a list.
On the "three dots" menu on the right of the window bar, select List.
Click on the "+" in front of the list you want the account to be added.
#760 will fix the urls, though I'm unsure about the redirects. Libsoup is supposed to handle it and I can only opt out, I'll see if I can manage to make a minimal reproducer and report it upstream
Describe the bug
When I try to add an account on a list, there is an error : "Network error: temporary redirect". I'm using a GoToSocial instance and adding to list is possible from others clients like Tusky.
I suspect this is because an extra
/
in the request URL (see the logs later). And indeed, when I curl the URL, it redirects (301) to the same URL without the/
. So I think Tuba should either support 301 redirections or call the URL without trailing/
.Steps To Reproduce
Logs and/or Screenshots
Instance Backend
GoToSocial
Operating System
Ubuntu
Package
Flatpak
Troubleshooting information
os: GNOME 45 (Flatpak runtime)
prefix: /app
flatpak: true
version: 0.6.2 (production)
gtk: 4.12.4 (4.12.4)
libadwaita: 1.4.2 (1.4.2)
libsoup: 3.4.4 (3.4.4)
libgtksourceview: 5.10.0 (5.10.0)
Additional Context
No response
The text was updated successfully, but these errors were encountered: