Monday, 2026-06-08

*** n2klb_ is now known as n2klb01:37
nephros_rinigus: , piggz[m] I'm fine with script runner, totally. I would put config in ~/.config/qt6start/env instead of ~/.qt6start.env though.10:56
nephros_Maybe also source $launcher ~/.config/qt6start/launcher, so people can switch "launchers" if they want. With $launcher defaulting to 'exec'10:58
nephros_Does OBS have any redirects or other host changes configured that may cause Qt NerworkRequest to error with "Insecure Redirect"?16:08
nephros_like merproject aliases or so?16:08
nephros_I'm testing qactus, a OBS Gui, and it will not log in.16:10
malKeto: ^16:17
nephros_hmm probably a bug in the app.16:27
nephros_request.setAttribute(QNetworkRequest::RedirectPolicyAttribute, true);16:27
nephros_^^^ seems wrong16:28
nephros_meh bool is int so not wrong but unnecessary.16:57
nephros_Aha, I'm getting redirected to "http://build.17:25
nephros_sailfishos.org/about" 30217:25
nephros_which is a https->http switch and that causes the failure.17:26
malnephros_: which url are you trying to open in the request?17:37
Ketonothing should redirect from https to http...17:41
nephros_I'm trying to figure out the exact request URL. The only thing I set up/patched is https://build.silfishos.org/18:00
nephros_... without the typo! :)18:00
nephros_doing a debug build now and see If I can find the exact sequence.18:01
nephros_https://paste.debian.net/hidden/7c5e45da18:04
Ketook, with Accept: application/xml header https://build.sailfishos.org/ does redirect to http://../about18:52
Ketoso, that might be a misconfiguration or a bug somewhere18:52
nephros_Ah nice find.18:54
Ketonot sure what to do about that... I don't know what it's expecting from that request, but maybe it could call the https://.../about directly?19:24
KetoThose redirect situations are possibly a bit broken in our old version of obs19:26
nephros_Thanks looking into it! Still not quite sure how the login flow is, but I think it doesn't actually need the result, just a 200 reply for an authenticated request.19:32
Ketook, then /about probably does not work as that does not care about the authentication19:35
nephros_Well- auth doesn't work yet, but I got this:20:52
nephros_https://ibb.co/SD48C65M20:53
nephros_:)20:53

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!