u/Ill_Associate_4881

invalid-response when doing remote-auth with hcaptcha

Im working on a small C# discord client library to automate some things and was wondering if it is at all possible to get a user token via the regular discord remote auth (QR code) flow.
Im not interested in solving the captcha automatically.

Currently, i get a ticket via wss://remote-auth-gateway.discord.gg/?v=2, then exchange the ticket for a user token via https://discord.com/api/v9/users/@me/remote-auth/login. If that fails, because Discord requires a captcha challenge and captcha-required is set on the response, i spin up a Webview2 to show the captcha and get the captcha key.
I navigate the webview to discord.com/login and intercept load requests to serve just the captcha. When i get the captcha key and try to exchange for a user token again, it always fails with invalid-request. I made sure that the auth http requests have the same headers set as the official client, including X-Fingerprint, X-Captcha-Key, etc.

 <script>
    function onLoad() {
        hcaptcha.render('captcha-container', {
            sitekey: '{{{_req.SiteKey}}}',
            rqdata: '{{{_req.Rqdata}}}',
            theme: 'dark',
            callback: function(token) {
                window.chrome.webview.postMessage(JSON.stringify({
                    type: 'captcha_key',
                    captcha_key: token
                }));
            }
        });
    }
</script>
<script src="https://js.hcaptcha.com/1/api.js?onload=onLoad&render=explicit" async defer></script>
reddit.com
u/Ill_Associate_4881 — 12 days ago

IE600 sound dropping out/MMCX connector broken on right earpiece

https://preview.redd.it/nwgkab6x6w2h1.jpg?width=1653&format=pjpg&auto=webp&s=3b844e9110cd16bae0e85ba958c0dafd04c82212

I noticed a few days ago that the sound on the right earpiece keeps dropping out.
Found this psa from sennheiser which suggested to remove the tooth lock washer from the connector. Unfortunately, that didn't help (it only broke the washer).
Upon closer inspection, i found that seemingly part of the female part of the connector on the earpiece broke off (see image)?
I haven't really used them much or often disconnected the cable often, so im pretty disappointed that they already broke. Unfortunately already out of warranty though.
Any ideas how to "fix" this or get them repaired/replaced anyway?

reddit.com
u/Ill_Associate_4881 — 1 month ago