https://sourceforge.net/p/adobetickets/tickets/12/
The offending 500 error seems to be related to a stacktrace which ends with this:
Module pymongo.connection:540 in __check_response_to_last_error << if "code" in error and error["code"] in [11000, 11001]: raise DuplicateKeyError(error["err"]) else: raise OperationFailure(error["err"]) >> raise DuplicateKeyError(error["err"]) DuplicateKeyError: E11001 duplicate key on update
In the next push we have some additional debugging info that will help us to see what exactly is happening on these pages.
The push has gone out, the next check is to try to get adobe to re-try something that failed before so that we can see an error log.
Log in to post a comment.
The offending 500 error seems to be related to a stacktrace which ends with this:
In the next push we have some additional debugging info that will help us to see what exactly is happening on these pages.
The push has gone out, the next check is to try to get adobe to re-try something that failed before so that we can see an error log.