Hi all, I'm upgraded a test server from ReviewBoard 1.7.28 to 2.0.15. That seems to be working fine. Now I'm trying to upgrade the ReviewBot extension from 0.1 to 0.2. I followed the instructions here:
https://github.com/reviewboard/ReviewBot and everything completed without error. I then - Stopped: reviewbot service, apache and memcached - Started: memached, apache, reviewbot Then I post a review with a python file that I know has PEP 8 violations. ReviewBot fails to post a review and the log file complains that [2015-06-16 10:08:27,091: DEBUG/MainProcess] Cached response for HTTP GET https://dory/api/extensions/reviewbotext.extension.ReviewBotExtension/ expired and was modified Here's the whole output: [2015-06-16 09:57:02,650: DEBUG/MainProcess] Making HTTP GET request to https://dory/api/review-requests/75029/diffs/9/files/1698454/patched-file/ [2015-06-16 09:57:02,819: DEBUG/MainProcess] Added cache entry for HTTP GET request to https://dory/api/review-requests/75029/diffs/9/files/1698454/patched-file/ [2015-06-16 09:57:02,820: DEBUG/MainProcess] pep8 -r --max-line-length=79 --ignore= /tmp/tmpJQJPMa.py [2015-06-16 09:57:02,950: INFO/MainProcess] reviewbot.tasks.ProcessReviewRequest[faaa0d58-1dd5-426d-bab7-6b0b5f295be7]: Tool execution completed successfully [2015-06-16 09:57:02,951: INFO/MainProcess] reviewbot.tasks.ProcessReviewRequest[faaa0d58-1dd5-426d-bab7-6b0b5f295be7]: Updating tool execution with completed review [2015-06-16 09:57:02,951: DEBUG/MainProcess] Making HTTP GET request to https://dory/api/extensions/reviewbotext.extension.ReviewBotExtension/ [2015-06-16 09:57:03,090: DEBUG/MainProcess] Cached response for HTTP GET https://dory/api/extensions/reviewbotext.extension.ReviewBotExtension/ expired and was modified [2015-06-16 09:57:03,093: ERROR/MainProcess] reviewbot.tasks.ProcessReviewRequest[faaa0d58-1dd5-426d-bab7-6b0b5f295be7]: Error updating tool execution: [2015-06-16 09:57:03,093: INFO/MainProcess] Task reviewbot.tasks.ProcessReviewRequest[faaa0d58-1dd5-426d-bab7-6b0b5f295be7] succeeded in 1.39496517181s: False Is there some other step I need to take to upgrade the ReviewBot extension? --Steve -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
