Ken Sanislo

Results 18 comments of Ken Sanislo

@Wolvan & @Rinnegatamante It looks like the 0 for the use proxy bool is hardcoded here at https://github.com/Rinnegatamante/lpp-3ds/blob/master/source/luaNetwork.cpp#L140 to false... You can probably just switch it to 1 and recompile...

I'm pretty sure that header comment is wrong then. Because this is what it really does in the ctrulib source: if(use_defaultproxy==0)return 0; ret = HTTPC_SetProxyDefault(context->servhandle, context->httphandle);

The legacy API gives a filtered view of the latest unique titleid found from the original URL path. It's not a complete list so much as a backwards compatible list...

@FateForWindows Can you check if this is still a problem? I've removed the entry that I suspect was the conflict, but I don't have an easy way to find the...

Yeah, the cert check is actually disabled... I've mentioned this to him already, but the author has a problem with the cert he's using on the freeshop.pw site that causes...

@rbott I've rebased my branch. Let me know if you need anything else, thanks!

@iustin The problem is that hbal won't correct data when loading it from a dump. Please keep in mind that I'm not particularly knowledgeable in Haskell, and it has been...

@saschalucas In my environment, I'm getting seemingly random timeouts at 5 seconds with QMP on migrations, but not when collecting info for `gnt-instance list`. In my case, my masters are...

@saschalucas I'm running Debian buster on all nodes. I've removed (commented out) the direct QMP call you specified, and set my timeout back to the default 5 seconds to match...

@dannyman You're definitely looking at the same flaw I am... bumping the timeout from 5 to 15 seconds seem to be a viable workaround for my environment, but it sounds...