First time here? Check out the FAQ!
1

NoReverseMatch at /askbot/users/2/edit
 

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
jeffi's avatar
13
jeffi
asked 10 years ago
Evgeny's avatar
13.2k
Evgeny
updated 10 years ago

Comments

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

jeffi's avatar jeffi (10 years ago)
see more comments

1 Answer

2

Fixed in the master branch of the github repo.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 10 years ago
link

Comments

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

jeffi's avatar jeffi (10 years ago)
see more comments