Comment 11 for bug 318112

Revision history for this message
Francis J. Lacoste (flacoste) wrote :

Markus,

So this is something happening in the new code. But the source of the error is now different. It seems that you are making two requests with the same Nonce/Timestamp, this is an actual violation of the spec. (The previous error was that a nonce was reused with a different timestamp - which is now allowed)

So either you are very (un)lucky or there is something fishy going on. I see from your stack trace that you are running in a multi-thread environment. Could you try setting httplib2.debuglevel to 1 and see what and how requests are made when this is happening.

Is it happening as often as previously?

Thanks for your information.