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
Describe the bug
Connection lost but plugin does not communicate this to Galaxy.
Expected behavior
Either do not lost connection (reassign _simpleauth cookie when SetCookie in header ??)
or just raised Connection Lost properly.
Currently there is 302 to login page, not 403 or similar as was assumed in the code.
Possible solution
Maybe we should base on hbflush SetCookie header that stores have error reason (need to use redirect=False) or just assume when there is 302 (but the first seems more valid)
Describe the bug
Connection lost but plugin does not communicate this to Galaxy.
Expected behavior
Either do not lost connection (reassign
_simpleauth
cookie when SetCookie in header ??)or just raised Connection Lost properly.
Currently there is 302 to login page, not 403 or similar as was assumed in the code.
Possible solution
Maybe we should base on
hbflush
SetCookie header that stores have error reason (need to useredirect=False
) or just assume when there is 302 (but the first seems more valid)Provide logs
-> from
get_owned_games
The text was updated successfully, but these errors were encountered: