Comment #2 on issue 3753 by katongou...@googlemail.com: CRITICAL: <lambda>() keywords must be strings in RBTools 0.7.0
https://code.google.com/p/reviewboard/issues/detail?id=3753

I'm using RBTools 0.7.1 on FreeBSD and I see the following error:
# rbt post
Generating diff for pending changeset default
CRITICAL: <lambda>() keywords must be strings

Running with debug on:

# rbt post --debug
.
...
.....
Making HTTP GET request to http://reviews.blah.com/api/review-requests/?only-links=create&only-fields=
Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 8, in <module>
    load_entry_point('RBTools==0.7.1', 'console_scripts', 'rbt')()
File "/usr/local/lib/python2.6/site-packages/RBTools-0.7.1-py2.6.egg/rbtools/commands/main.py", line 133, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
File "/usr/local/lib/python2.6/site-packages/RBTools-0.7.1-py2.6.egg/rbtools/commands/__init__.py", line 538, in run_from_argv
    exit_code = self.main(*args) or 0
File "/usr/local/lib/python2.6/site-packages/RBTools-0.7.1-py2.6.egg/rbtools/commands/post.py", line 717, in main
    base_dir=base_dir)
File "/usr/local/lib/python2.6/site-packages/RBTools-0.7.1-py2.6.egg/rbtools/commands/post.py", line 402, in post_request
    review_request = review_requests.create(**request_data)
TypeError: <lambda>() keywords must be strings


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to