2114: 'ReviewBoardError' object has no attribute 'split'

the.c******@gmai***** (Google Code) (Is this you? Claim this profile.)
May 26, 2011
What version are you running?
- postreview plugin, version 3.6.1


What's the URL of the page containing the problem?



What steps will reproduce the problem?
1. Just trying to run hg postreview

What is the expected output? What do you see instead?
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 1.8.3)
** Extensions loaded: fixfrozenexts, reviewboard
Traceback (most recent call last):
  File "hg", line 36, in <module>
  File "mercurial\dispatch.pyo", line 16, in run
  File "mercurial\dispatch.pyo", line 36, in dispatch
  File "mercurial\dispatch.pyo", line 58, in _runcatch
  File "mercurial\dispatch.pyo", line 601, in _dispatch
  File "mercurial\dispatch.pyo", line 406, in runcommand
  File "mercurial\dispatch.pyo", line 655, in _runcommand
  File "mercurial\dispatch.pyo", line 609, in checkargs
  File "mercurial\dispatch.pyo", line 598, in <lambda>
  File "mercurial\util.pyo", line 433, in check
  File "C:\S\GS\Util\Source\mercurial-reviewboard\mercurial_reviewboard\__init__.py", line 68, in postreview
    send_review(ui, repo, c, parent, diff, parentdiff, opts)
  File "C:\S\GS\Util\Source\mercurial-reviewboard\mercurial_reviewboard\__init__.py", line 127, in send_review
    opts)
  File "C:\S\GS\Util\Source\mercurial-reviewboard\mercurial_reviewboard\__init__.py", line 214, in new_review
    raise util.Abort(_(msg))
  File "mercurial\i18n.pyo", line 39, in gettext
AttributeError: 'ReviewBoardError' object has no attribute 'split'

What operating system are you using? What browser?
- Win7, 64-bit

Please provide any additional information below.
#1 the.c******@gmai***** (Google Code) (Is this you? Claim this profile.)
I'm a n00b, following instructions at http://docs.nuget.org/docs/contribute/Code-Reviews, so perhaps I've just goofed something up in the setup.

I've also tried via the Hg Workbench (Tortoise Hg) and received the same error.
chipx86
#2 chipx86
This is from a third party project. The error traceback you pasted isn't part of Review Board. I assume it's hg-postreview? If so, you'll have to file this against them.
  • +Invalid
#3 the.c******@gmai***** (Google Code) (Is this you? Claim this profile.)
Whoops - sorry I wasn't paying attention.