- We're still trying to figure that out. There's a few things we're coordinating for a release right now, and we have to wait until things are in place.
The thing about this failure is that, provided you're using the same version of Python between your old RB5 install and RB6, you honestly should have had the same problem. This was an issue in the third-party module, and the same version would have been used in both.
I haven't been able to reproduce this yet, but I'll have a couple more follow-up questions on that in a minute.
- You can use the version of pip you used above and install the
publicsuffixlist package, and then apply this patch to your <venv_path>/lib/python3.11/site-packages/djblets/:
https://reviews.reviewboard.org/r/13454/diff/raw/
That should get you the patch file. You'd want to back up your djblets directory before proceeding. If all goes well, you can restart your web server and try to reproduce the problem.
So those questions:
- Is your
/webapp path and everything in it local to the file system, or mounted over something like NFS?
- Was Review Board 5 installed and managed on Python 3.11, or was it using an older version?
- Can you think of any differences in the deployment between your RB5 and RB6 that might be useful for me to know?
Thanks!
|