Dan Lenski
Dan Lenski
You should add `-vv --dump` to get more detailed information about what `vpn-slice` is doing right before this crash occurs. I can't tell from your description whether the crash occurs...
> after all the hostnames are resolved, there is short amount of time where nothing else happens (I assume that is when the timeout loop would start?) _Nothing_ else happens?...
> VIP Access can now generate a QR code to migrate tokens. > > It's in this format: I can't tell from what you've provided. What do those first two...
> Maybe the first argument could be mapped into a `secret=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA` query-string parameter but I'm not sure how... This first element can't contain more than ~41 bits of randomness (8...
I've used this with #9 and #11.
Hmmm, does it no longer allow you to upload _any_ gzip-compressed file? - Strava's official docs show [.{tcx,gpx.fit}.gz as supported options](https://developers.strava.com/docs/uploads/#how-to-upload-an-activity) as allowed - So does the Python `stravalib` module...
Thanks, fixed this in e539415, but also see d1907a0.
The results can be easily deduplicated by piping through `sort` and `uniq`. For example: ``` ./cpuid-dump | sort -sk6 -sk3 -sk1 | uniq -s4 cpu0: CPUID 00000000: 00000023-756E6547-6C65746E-49656E69 [GenuineIntel] …...