| *** n2klb_ is now known as n2klb | 01: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 |
| mal | Keto: ^ | 16:17 |
| nephros_ | hmm probably a bug in the app. | 16:27 |
| nephros_ | request.setAttribute(QNetworkRequest::RedirectPolicyAttribute, true); | 16:27 |
| nephros_ | ^^^ seems wrong | 16: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" 302 | 17:25 |
| nephros_ | which is a https->http switch and that causes the failure. | 17:26 |
| mal | nephros_: which url are you trying to open in the request? | 17:37 |
| Keto | nothing 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/7c5e45da | 18:04 |
| Keto | ok, with Accept: application/xml header https://build.sailfishos.org/ does redirect to http://../about | 18:52 |
| Keto | so, that might be a misconfiguration or a bug somewhere | 18:52 |
| nephros_ | Ah nice find. | 18:54 |
| Keto | not 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 |
| Keto | Those redirect situations are possibly a bit broken in our old version of obs | 19: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 |
| Keto | ok, then /about probably does not work as that does not care about the authentication | 19:35 |
| nephros_ | Well- auth doesn't work yet, but I got this: | 20:52 |
| nephros_ | https://ibb.co/SD48C65M | 20:53 |
| nephros_ | :) | 20:53 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!