Miles Greenwark
Miles Greenwark
@LeonBlade this will create the header from the XNB data
Will keep an eye on the issues page, always feels good to help others out.
Haha I haven't looked at this in so long it seems like Snapchat has removed the desktop/web version of Snap Map. The API is still doing its thing though. I...
I've done some manual testing and this lgtm. I'm a bit sick of the `print`s all over the place. I think it's time to add a proper logger and some...
@nrgetik it's been a hot minute since I looked at this code so I might refactor the tool and think about your original issue.
Check out #13 to track these changes. Will probably be merged later today or tomorrow :)
That's a great idea @nrgetik. Yeah open another issue and I'll get around to it hopefully this weekend.
Yeah, that's what I'm more interested in. I'm hesitant to start bundling custom CA certs. We might just need to turn off SSL verification.
It looks like this issue has gone beyond just SSL verification: ```sh $ curl https://ms.sc-jpl.com -k -v * Trying 35.186.202.220:443... * Connected to ms.sc-jpl.com (35.186.202.220) port 443 (#0) * ALPN,...
```sh $ openssl s_client -connect ms.sc-jpl.com:443 -showcerts CONNECTED(00000003) 80AB854CE47E0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:316: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read...