When I posted before, I surmised that the problem might be on the server. To check that, have you tried browsing around in the web UI, fetching the diffs from previous reviews? For a proper test, you may need to restart memcached.
I figured out that the problem I was seeing is a problem with moving the ReviewBoard instance from one machine to another, and not keeping the secret key. Eric. On Wed, Oct 28, 2015 at 10:25 PM, Sam <[email protected]> wrote: > I have over 400 files to review. When I run the cleartool diff on the last > file in the trace I dont see any error but seems when rbt tries it fails. > > >>> Running: diff -uN /vbs/e/nq/file1.C@@/main/310 /vbs/e/nq/file1.C@ > @/main/br1_main_int/13 > Traceback (most recent call last): > File "/home/sam/bin/rbt", line 9, in <module> > load_entry_point('RBTools==0.7.5', 'console_scripts', 'rbt')() > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/commands/main.py", > line 133, in main > command.run_from_argv([RB_MAIN, command_name] + args) > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/commands/__init__.py", > line 622, in run_from_argv > exit_code = self.main(*args) or 0 > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/commands/post.py", > line 691, in main > extra_args=extra_args) > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 751, in diff > return self._do_diff(changeset) > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 882, in _do_diff > dl = self._diff_files(old_file, new_file) > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 793, in _diff_files > translate_newlines=False) > File > "/home/hotellnx117/sam/bin/RBTools-0.7.5-py2.6.egg/rbtools/utils/process.py", > line 180, in execute > % (rc, command, data)) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position > 81162: ordinal not in range(128) > > > extra_args=extra_args) > File > "/home/hotellnx117/mojgans/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 751, in diff > return self._do_diff(changeset) > File > "/home/hotellnx117/mojgans/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 882, in _do_diff > dl = self._diff_files(old_file, new_file) > File > "/home/hotellnx117/mojgans/bin/RBTools-0.7.5-py2.6.egg/rbtools/clients/clearcase.py", > line 793, in _diff_files > translate_newlines=False) > File > "/home/hotellnx117/mojgans/bin/RBTools-0.7.5-py2.6.egg/rbtools/utils/process.py", > line 180, in execute > % (rc, command, data)) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position > 81162: ordinal not in range(128) > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to a topic in the > Google Groups "reviewboard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/reviewboard/Q2LwgQsAfO4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
