Yes. Please file it including the above traceback. -David
On Tue, May 20, 2014 at 6:25 PM, MoonWalker <[email protected]>wrote: > sure, I got this after activating server log and performing the previous > steps: > > 01:17:52ERROR > > - Exception thrown for user AnonymousUser at > http://codereview.devneta.local/account/reset/MTc-3rs-c684237ed2f76fc70e53/ > > Reverse for 'password_reset_complete' with arguments '()' and keyword > arguments '{}' not found. 0 pattern(s) tried: [] > Traceback (most recent call last): > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py", > line 112, in get_response > response = wrapped_callback(request, *callback_args, **callback_kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/debug.py", > line 75, in sensitive_post_parameters_wrapper > return view(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/cache.py", > line 52, in _wrapped_view_func > response = view_func(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/views.py", > line 197, in password_reset_confirm > post_reset_redirect = reverse('password_reset_complete') > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, > **kwargs)) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 452, in _reverse_with_prefix > (lookup_view_s, args, kwargs, len(patterns), patterns)) > NoReverseMatch: Reverse for 'password_reset_complete' with arguments '()' and > keyword arguments '{}' not found. 0 pattern(s) tried: [] > > 01:17:52 ERROR > > - Exception thrown for user AnonymousUser at > http://codereview.devneta.local/account/reset/MTc-3rs-c684237ed2f76fc70e53/ > > Reverse for 'password_reset_complete' with arguments '()' and keyword > arguments '{}' not found. 0 pattern(s) tried: [] > Traceback (most recent call last): > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py", > line 112, in get_response > response = wrapped_callback(request, *callback_args, **callback_kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/debug.py", > line 75, in sensitive_post_parameters_wrapper > return view(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/cache.py", > line 52, in _wrapped_view_func > response = view_func(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/views.py", > line 197, in password_reset_confirm > post_reset_redirect = reverse('password_reset_complete') > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, > **kwargs)) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 452, in _reverse_with_prefix > (lookup_view_s, args, kwargs, len(patterns), patterns)) > NoReverseMatch: Reverse for 'password_reset_complete' with arguments '()' and > keyword arguments '{}' not found. 0 pattern(s) tried: [] > > 01:17:52 ERROR > > - Exception thrown for user AnonymousUser at > http://codereview.devneta.local/account/reset/MTc-3rs-c684237ed2f76fc70e53/ > > Reverse for 'password_reset_complete' with arguments '()' and keyword > arguments '{}' not found. 0 pattern(s) tried: [] > Traceback (most recent call last): > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py", > line 112, in get_response > response = wrapped_callback(request, *callback_args, **callback_kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/debug.py", > line 75, in sensitive_post_parameters_wrapper > return view(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/views/decorators/cache.py", > line 52, in _wrapped_view_func > response = view_func(request, *args, **kwargs) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/contrib/auth/views.py", > line 197, in password_reset_confirm > post_reset_redirect = reverse('password_reset_complete') > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 532, in reverse > return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, > **kwargs)) > File > "/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py", > line 452, in _reverse_with_prefix > (lookup_view_s, args, kwargs, len(patterns), patterns)) > NoReverseMatch: Reverse for 'password_reset_complete' with arguments '()' and > keyword arguments '{}' not found. 0 pattern(s) tried: [] > > > > David, do still think that this is a bug? > > On Wednesday, May 21, 2014 11:04:15 AM UTC+10, David Trowbridge wrote: > >> Looks like there's a bug in 2.0. Can you file a bug? >> >> -David >> >> >> On Tue, May 20, 2014 at 6:02 PM, Christian Hammond <[email protected]>wrote: >> >>> That's debug mode, which you don't want to leave on long-term, as it >>> alters many of the behaviors of Review Board. The Logging settings page >>> is what you're looking for. >>> >>> Christian >>> >>> >>> On Tuesday, May 20, 2014, MoonWalker <[email protected]> wrote: >>> >>>> never mind found it :-) conf/settings_local.py and set DEBUG to True >>>> >>>> On Wednesday, May 21, 2014 10:51:50 AM UTC+10, MoonWalker wrote: >>>>> >>>>> Seems like logging is not enable. I can not remember how to enable it >>>>> :-/ >>>>> >>>>> On Wednesday, May 21, 2014 10:45:57 AM UTC+10, MoonWalker wrote: >>>>>> >>>>>> David, >>>>>> >>>>>> Thank your for your replay, I tried to enable logs from the GUI by >>>>>> going to System Information -> Server Log, but I got this message: >>>>>> The page you were looking for does not exist. >>>>>> >>>>>> If you're pretty sure this page *does* exist, try logging >>>>>> in<http://codereview.devneta.local/account/login/> and >>>>>> trying again. >>>>>> >>>>>> >>>>>> On Wednesday, May 21, 2014 10:21:11 AM UTC+10, David Trowbridge wrote: >>>>>>> >>>>>>> This is probably a bug. Can you check the logs to find a traceback? >>>>>>> >>>>>>> -David >>>>>>> >>>>>>> >>>>>>> On Tue, May 20, 2014 at 5:15 PM, MoonWalker >>>>>>> <[email protected]>wrote: >>>>>>> >>>>>>>> hi, >>>>>>>> >>>>>>>> One of my users forgot his password and he requested to reset his >>>>>>>> password.The system send him an email, but when he tried to click on >>>>>>>> the >>>>>>>> link he gets the following message. >>>>>>>> >>>>>>>> Something broke! (Error 500) >>>>>>>> >>>>>>>> It appears something broke when you tried to go to here. This is >>>>>>>> either a bug in Review Board or a server configuration error. Please >>>>>>>> report >>>>>>>> this to your administrator. >>>>>>>> >>>>>>>> He remove the cookies from his browser, but still no change. >>>>>>>> >>>>>>>> Any idea what could be the issue, and is there any way for the >>>>>>>> admin to set the new password. >>>>>>>> >>>>>>>> >>>>>>>> Cheers >>>>>>>> >>>>>>>> -- >>>>>>>> Get the Review Board Power Pack at http://www.reviewboard.org/pow >>>>>>>> erpack/ >>>>>>>> --- >>>>>>>> Sign up for Review Board hosting at RBCommons: >>>>>>>> https://rbcommons.com/ >>>>>>>> --- >>>>>>>> Happy user? Let us know at http://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. >>>>>>>> >>>>>>> >>>>>>> -- >>>> Get the Review Board Power Pack at http://www.reviewboard.org/ >>>> powerpack/ >>>> --- >>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>>> --- >>>> Happy user? Let us know at http://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. >>>> >>> >>> >>> -- >>> -- >>> Christian Hammond - [email protected] >>> >>> Review Board - http://www.reviewboard.org >>> Beanbag, Inc. - http://www.beanbaginc.com >>> >>> -- >>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >>> --- >>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>> --- >>> Happy user? Let us know at http://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. >>> >> >> -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://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. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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.
