It sounds to me like you have an extension (home-grown or third-party) that is overriding __init__ but isn't taking the required arguments (extension_manager). You'll definitely want to look at the reviewboard.log and see what extension this is, and determine what was upgraded or what internal code change was made.
Christian On Tue, Jan 18, 2022 at 9:29 PM Lalit Bansal <[email protected]> wrote: > Thanks David for sharing this. I found that very old version (EOL'd) is > running and working on the upgrade plan. Meanwhile I was trying to bring > this back. you are right its 1.7 version (not 1.4). trying to debug more in > the logs. > > Thanks, > Lalit Bansal > > On Tuesday, January 18, 2022 at 10:42:50 PM UTC+5:30 David Trowbridge > wrote: > >> There's definitely some kind of change that happened. You may find a >> better traceback in the log file. Probably some dependency got upgraded >> somehow, or a previously installed but non-active extension got enabled. >> >> That said, "1.4" is not a version of Review Board. If you mean 1.5.x, >> those versions are more than a decade old and long past end-of-life. We >> can't do any support for it, even under a paid contract. >> >> David >> >> On Tue, Jan 18, 2022 at 6:52 AM Lalit Bansal <[email protected]> wrote: >> >>> Hi, >>> >>> we are using reviewboard 1.4 for years and out of the way it started >>> throwing extension error. any idea what it could be.. there is no changes >>> in the system. Running on CentOS 6 with python 2.6 >>> >>> simply opening reviewboard url - gives this error message >>> >>> EnablingExtensionError at /reviewboard/dashboard/Error initializing >>> extension: __init__() got an unexpected keyword argument >>> 'extension_manager'Request >>> Method: >>> 1.4.10Exception Type: >>> EnablingExtensionErrorException Value: >>> Error initializing extension: __init__() got an unexpected keyword >>> argument 'extension_manager'Exception Location: >>> /usr/lib/python2.6/site-packages/Djblets-0.7.25-py2.6.egg/djblets/extensions/base.py >>> in _init_extension, line 632Python Executable: >>> /usr/bin/pythonPython Version: >>> 2.6.6 >>> >>> Thanks, >>> Lalit Bansal >>> >>> -- >>> 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 "Review Board Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/reviewboard/8e83c874-fe3b-4868-9fff-9f6f7d8fc3b1n%40googlegroups.com >>> <https://groups.google.com/d/msgid/reviewboard/8e83c874-fe3b-4868-9fff-9f6f7d8fc3b1n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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 > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/2b695a6c-028c-45f7-9f3e-63bb483e23a4n%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/2b695a6c-028c-45f7-9f3e-63bb483e23a4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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 "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7Vnd%3DTvDvC_S-2L%3DT_8qydu1_x9-x-vnU7MmFF%3DVg0bCA%3DQQ%40mail.gmail.com.
