ReviewBoard version 2.0.15
* What's the URL of the page containing the problem?
http://192.168.1.105/reviews/admin/extensions/
* What steps will reproduce the problem?
1. git clone git://github.com/smacleod/ReviewBot.git
2. cd ReviewBot/bot
3. python setup.py install
4. Try to enable ReviewBot extension in ReviewBoard
* What is the expected output? What do you see instead?
Review-Bot-Extension
This extension failed to load with the following error:
* What operating system are you using? What browser?
Server is using Ubuntu 14.04 AMD64
* Error in Apache2 error log :
ERROR:root:Exception thrown for user admin at http://192.168.1.105/reviews/api/extensions/reviewbotext.extension.ReviewBotExtension/
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.11-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.11-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.11-py2.7.egg/django/views/decorators/vary.py", line 19, in inner_func
response = func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/resources.py", line 497, in __call__
request, method, view, api_format=api_format, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/resources.py", line 568, in call_method_view
return view(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/resources.py", line 765, in put
return self.update(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 138, in _checklogin
return view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 164, in _checkpermissions
response = view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/webapi/decorators.py", line 287, in _validate
return view_func(*args, **new_kwargs)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/extensions/resources.py", line 211, in update
self._extension_manager.enable_extension(extension_id)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.18-py2.7.egg/djblets/extensions/manager.py", line 301, in enable_extension
raise InvalidExtensionError(extension_id)
InvalidExtensionError