microsoft / PlanetaryComputer

Issues, discussions, and information about the Microsoft Planetary Computer
https://planetarycomputer.microsoft.com/
MIT License
185 stars 8 forks source link

Planetary Computer Hub error mounting volume, expired token #343

Closed Websy-A closed 6 months ago

Websy-A commented 6 months ago

Hello, I'm trying to spin up a CPU node and getting this 401 error:

-- RESPONSE 401: 401 Unauthorized ERROR CODE: ExpiredAuthenticationToken -------------------------------------------------------------------------------- { "error": { "code": "ExpiredAuthenticationToken", "message": "The access token expiry UTC time '5/13/2024 6:05:58 PM' is earlier than current UTC time '5/13/2024 8:21:34 PM'." } } ----------

A colleague is getting the same error. Is this something on the backend?

Thanks.

TomAugspurger commented 6 months ago

We saw that over the weekend (https://github.com/microsoft/PlanetaryComputer/discussions/342) but it was resolved earlier today. Apparently it's returned :/

Is this something on the backend?

Yes. I don't think there's anything you can do on your side.

Websy-A commented 6 months ago

Still happening for me right now though, so not resolved unfortunately.

TomAugspurger commented 6 months ago

I'm able to successfully start a notebook server now, so it seems to have resolved itself (at least for now). I'll close this to consolidate the discussion in https://github.com/microsoft/PlanetaryComputer/discussions/342. Post there if you spot this again.