Comment 4 for bug 319710

Revision history for this message
Brad Crittenden (bac) wrote :

The initial report noted that the error occurred in a long-running script. Just now I ran a script that only made three requests to the API and I got a 401 while attempting to fetch a public project. So it appears the nonce space is being filled based on the access token associated with a user's credentials and cumulative for the life of those credentials, which increases the chance of collision and failure over time.