Ilia Baryshnikov

Results 24 comments of Ilia Baryshnikov

It usually happens after running tests for my job. I'll try to narrow it down, but I cannot share the exact setup

Do you have debuginfod url for it? I could get a stacktrace from the coredump

yes, it's `6.8.5-arch1-1`, installed from here https://archlinux.org/packages/extra/x86_64/shadowsocks-rust/ server config: ```json { "server": "::", "server_port": 443, "method": "aes-256-gcm", "password": "redacted", "plugin_opts": "mode=quic;host=github.com", "plugin_args": [ "--verbose" ], "plugin_mode": "tcp_and_udp", "timeout": 7200 }...

I think twitch migrated to graphql Have to use `https://gql.twitch.tv/gql` with ```json {"operationName":"PlaybackAccessToken","variables":{"isLive":false,"login":"","isVod":true,"vodID":"2049044918","playerType":"channel_home_carousel"},"extensions":{"persistedQuery":{"version":1,"sha256Hash":"3093517e37e4f4cb48906155bcd894150aef92617939236d2508f3375ab732ce"}}} ``` to get access_token