blacktop
blacktop
IF that also fails then I think Apple doesn't like that other workstation's IP 😬
> This results in an error: > > ``` > ⨯ invalid argument "10d" for "-l, --lifetime" flag: time: unknown unit "d" in duration "10d" > ``` dang :( I...
> I used `87600h` instead. Then I tried using the newly created jwt token, but got: > > ``` > ⨯ 401 Unauthorized: NOT_AUTHORIZED: Authentication credentials are missing or invalid....
from that link that Apple sent you in the error: `Tokens that expire more than 20 minutes into the future`
Reading the Apple docs they say to use short term JWTs which is what I was originally doing, but think I was making tokens that lasted too long so now...
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests/
Did you start on the machine that doesn't work? How much time passed between trying on different machines?
that is very strange indeed. I'm not sure what else to try. those `ipsw appstore` commands are just using stdlib HTTP commands, to talk to a RESTful API, and crypto...
if you generate a JWT on a machine that works and then use that JWT on the machine that does NOT work, does that work? `ipsw appstore token --lifetime 20m`...
ya the 20mins isn't very usable at all, but it does prove that the token generated on one machine works on another. So the only thing I could imagine is...