First time here? Check out the FAQ!
1

NoReverseMatch at /askbot/users/2/edit

  • retag add tags

Hi, I started seeing this error with revision 0653e95 after upgrading from 7815540.

Reverse for 'app.avatar_change' with arguments '()' and keyword arguments '{}' not found.
Request Method:     GET
Request URL:    h ttp://192.168.59.103/askbot/users/2/edit/
Django Version:     1.5.12
Exception Type:     NoReverseMatch
Exception Value:    Reverse for 'app.avatar_change' with arguments '()' and keyword arguments '{}' not found.
Exception Location:     /usr/local/lib/python2.7/site-packages/Django-1.5.12-py2.7.egg/django/core/urlresolvers.py in _reverse_with_prefix, line 442
Python Executable:  /usr/local/bin/uwsgi
Python Version:     2.7.8
jeffi's avatar
13
jeffi
asked 2015-03-18 03:04:34 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2015-03-18 14:11:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Checked with a couple of other revisions: 04fe56a: Fail 7815540: OK (no error)

jeffi's avatar jeffi (2015-03-18 04:22:40 -0500) edit
add a comment see more comments

1 Answer

2

Fixed in the master branch of the github repo.

Evgeny's avatar
13.2k
Evgeny
answered 2015-03-18 14:56:27 -0500
edit flag offensive 0 remove flag delete link

Comments

Brilliant! I confirm it is now working. Thanks so much for your incredibly quick action.

jeffi's avatar jeffi (2015-03-18 22:57:20 -0500) edit
add a comment see more comments