Re: CRITICAL: This ValidateDiffCommitResource does not have an attribute "validation_info".

2022-12-13 Thread Christian Hammond
Ahh, interesting. Thank you, this is good feedback. We'll try to figure out why this has manifested this way. I'd really like to detect configuration issues like this. Christian On Tue, Dec 13, 2022 at 11:49 AM Mike Raynham wrote: > Hi, > > I turns out that we had accidentally set the server

Re: CRITICAL: This ValidateDiffCommitResource does not have an attribute "validation_info".

2022-12-13 Thread Mike Raynham
Hi, I turns out that we had accidentally set the server URL in the server settings to the HTTP address instead of the HTTPS address. We have updated the setting and things are working properly now. On Tuesday, 13 December 2022 at 16:45:54 UTC Dan Lewis wrote: > Hi Christian, > > I'm

Re: CRITICAL: This ValidateDiffCommitResource does not have an attribute "validation_info".

2022-12-13 Thread Dan Lewis
Hi Christian, I'm experiencing the same issue as Szymon with a fresh install of Review Board 5.0.1 and RBTools 4.0. The following is the output of `rbt post --debug` +>> rbt post --debug >>> RBTools 4.0 >>> Python 3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0] >>> Running on

Re: CRITICAL: This ValidateDiffCommitResource does not have an attribute "validation_info".

2022-12-13 Thread Mike Raynham
We experienced the same issue, and it appears to be caused by RBTools switching the server URL from using HTTPS to HTTP. Our server is configured to redirect HTTP requests to the equivalent HTTPS URL. When we disabled this and instead simply allowed HTTP requests, the post command works.