Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-27 Thread reviewboard


Comment #24 on issue 3729 by pierre.k...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

I have encountered the same issue with RBTools 0.7.2 on window 7 64 bit  
when running the command rbt diff -d from command line.
Does anyone able to provide a general fix, I have seen many folks  
complaining about that.

...
Traceback (most recent call last):
  File C:\Program Files  
(x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py, line 8, in module

load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\main.py

command.run_from_argv([RB_MAIN, command_name] + args)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\__init__

exit_code = self.main(*args) or 0
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\diff.py

print(diff)
  File C:\Program Files (x86)\RBTools\Python27\lib\encodings\cp437.py,  
line 12, in encode

return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode character u'\ufeff' in  
position 654: character maps to undefined


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-24 Thread reviewboard


Comment #23 on issue 3729 by jyx140...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

$ rbt post -g --debug

RBTools 0.7.2
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit  
(Intel)]

Running on Windows-7-6.1.7601-SP1
Home = C:\Users\jiayinxi\AppData\Roaming
Current directory = d:\gitlab\comptest\testagent-wrap
Checking for a Subversion repository...
Unable to execute svn help: skipping SVN
Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch.master.merge
Running: git config --get branch.master.remote
Running: git config --get remote.origin.url
repository info: Path:  
g...@gitlab.testbird.io:comptest/testagent-wrap.git, Base path: ,  
Supports changesets: False

Running: git config --get reviewboard.url
Making HTTP GET request to http://reviewboard.testbird.io/api/
Running: git rev-parse refs/heads/master
Running: git merge-base a4eba8ce40cd4795c19e6bec6daf432bff7936a6  
origin/master

Running: git rev-parse df81c67a1249ca48dc6634440a1b5b7d411a104c
Running: git status --porcelain --untracked-files=no
Running: git rev-parse --git-dir
Running: git -c core.quotepath=false -c diff.noprefix=false diff  
--no-color --full-index --ignore-submodules -M --no-ext-diff  
df81c67a1249ca48dc6634440a1b5b7d411a104c..a4eba8ce40cd4795c19e6bec6daf432bff7936a6
Running: git log --reverse --pretty=format:%s%n%n%b  
^df81c67a1249ca48dc6634440a1b5b7d411a104c  
a4eba8ce40cd4795c19e6bec6daf432bff7936a6
Making HTTP GET request to  
http://reviewboard.testbird.io/api/review-requests/?only-links=createonly-fields=
Making HTTP POST request to  
http://reviewboard.testbird.io/api/review-requests/
Making HTTP GET request to  
http://reviewboard.testbird.io/api/review-requests/566/diffs/?only-fields=
Making HTTP POST request to  
http://reviewboard.testbird.io/api/review-requests/566/diffs/

Traceback (most recent call last):
  File c:/Program Files  
(x86)/RBTools/bin/../Python27/Scripts/rbt-script.py, line 8, in module

load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\main.py,  
line 133, in main

command.run_from_argv([RB_MAIN, command_name] + args)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\__init__.py,  
line 555, in run_from_argv

exit_code = self.main(*args) or 0
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\post.py,  
line 745, in main

base_dir=base_dir)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\post.py,  
line 434, in post_request

diff_content, **diff_kwargs)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\decorators.py,  
line 27, in request_method

*args, **kwargs)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\transport\sync.py,  
line 65, in execute_request_method

return self._execute_request(request)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\transport\sync.py,  
line 74, in _execute_request

rsp = self.server.make_request(request)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\request.py,  
line 521, in make_request

content_type, body = request.encode_multipart_formdata()
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\request.py,  
line 110, in encode_multipart_formdata

mime_type = mimetypes.guess_type(filename)[0]
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
297, in guess_type

init()
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
358, in init

db.read_windows_registry()
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
258, in read_windows_registry

for subkeyname in enum_types(hkcr):
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
249, in enum_types

ctype = ctype.encode(default_encoding) # omit in 3.x!
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1:  
ordinal not in range(128)


--
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

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-05-24 Thread reviewboard


Comment #22 on issue 3729 by jyx140...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729


RBTools 0.7.2
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit  
(Intel)]

Running on Windows-7-6.1.7601-SP1
Home = C:\Users\jiayinxi\AppData\Roaming
Current directory = d:\gitlab\comptest\testagent-wrap
Checking for a Subversion repository...
Unable to execute svn help: skipping SVN
Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch.master.merge
Running: git config --get branch.master.remote
Running: git config --get remote.origin.url
repository info: Path:  
g...@gitlab.testbird.io:comptest/testagent-wrap.git, B

ase path: , Supports changesets: False

Running: git config --get reviewboard.url
Making HTTP GET request to http://reviewboard.testbird.io/api/
Running: git rev-parse refs/heads/master
Running: git merge-base a4eba8ce40cd4795c19e6bec6daf432bff7936a6  
origin/mast

er

Running: git rev-parse df81c67a1249ca48dc6634440a1b5b7d411a104c
Running: git status --porcelain --untracked-files=no
Running: git rev-parse --git-dir
Running: git -c core.quotepath=false -c diff.noprefix=false diff  
--no-color
--full-index --ignore-submodules -M --no-ext-diff  
df81c67a1249ca48dc6634440a1b5b

7d411a104c..a4eba8ce40cd4795c19e6bec6daf432bff7936a6
Running: git log --reverse --pretty=format:%s%n%n%b  
^df81c67a1249ca48dc66344

40a1b5b7d411a104c a4eba8ce40cd4795c19e6bec6daf432bff7936a6
Making HTTP GET request to  
http://reviewboard.testbird.io/api/review-request

s/?only-links=createonly-fields=
Making HTTP POST request to  
http://reviewboard.testbird.io/api/review-reques

ts/
Making HTTP GET request to  
http://reviewboard.testbird.io/api/review-request

s/565/diffs/?only-fields=
Making HTTP POST request to  
http://reviewboard.testbird.io/api/review-reques

ts/565/diffs/
Traceback (most recent call last):
  File c:/Program Files  
(x86)/RBTools/bin/../Python27/Scripts/rbt-script.py, l

ine 8, in module
load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\main.py, line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\__init__.py, line 555, in run_from_argv
exit_code = self.main(*args) or 0
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\post.py, line 745, in main
base_dir=base_dir)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\post.py, line 434, in post_request
diff_content, **diff_kwargs)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\api\decorators.py, line 27, in request_method
*args, **kwargs)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\api\transport\sync.py, line 65, in execute_request_method
return self._execute_request(request)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\api\transport\sync.py, line 74, in _execute_request
rsp = self.server.make_request(request)
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\api\request.py, line 521, in make_request
content_type, body = request.encode_multipart_formdata()
  File c:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\api\request.py, line 110, in encode_multipart_formdata
mime_type = mimetypes.guess_type(filename)[0]
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
297, in

guess_type
init()
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
358, in

init
db.read_windows_registry()
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
258, in

read_windows_registry
for subkeyname in enum_types(hkcr):
  File c:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
249, in

enum_types
ctype = ctype.encode(default_encoding) # omit in 3.x!
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1:  
ordinal

not in range(128)

--
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

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-04-19 Thread reviewboard


Comment #21 on issue 3729 by luoyongg...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Making HTTP GET request to  
https://reviewboard.mozilla.org/api/validation/diffs/
Making HTTP POST request to  
https://reviewboard.mozilla.org/api/validation/diffs/

Traceback (most recent call last):
  File C:\Program Files  
(x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py, line 8, in module

load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\main.py,  
line 133, in main

command.run_from_argv([RB_MAIN, command_name] + args)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\__init__.py,  
line 555, in run_from_argv

exit_code = self.main(*args) or 0
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\commands\post.py,  
line 690, in main

**validate_kwargs)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\decorators.py,  
line 27, in request_method

*args, **kwargs)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\transport\sync.py,  
line 65, in execute_request_method

return self._execute_request(request)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\transport\sync.py,  
line 74, in _execute_request

rsp = self.server.make_request(request)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\request.py,  
line 521, in make_request

content_type, body = request.encode_multipart_formdata()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-py2.7.egg\rbtools\api\request.py,  
line 110, in encode_multipart_formdata

mime_type = mimetypes.guess_type(filename)[0]
  File C:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
297, in guess_type

init()
  File C:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
358, in init

db.read_windows_registry()
  File C:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
258, in read_windows_registry

for subkeyname in enum_types(hkcr):
  File C:\Program Files (x86)\RBTools\Python27\lib\mimetypes.py, line  
249, in enum_types

ctype = ctype.encode(default_encoding) # omit in 3.x!
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1:  
ordinal not in range(128)



--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-03-12 Thread reviewboard


Comment #18 on issue 3729 by odal...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

I have the same error on Win 7 when I'm trying to add a repository via the  
reviewboard admin page. I have checked the __init__.py file and the change  
is in the version I have, but I don't think this is relevant when using the  
reviewboard web app?

I cannot add a repository at the moment which is stopping me going further.

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-03-12 Thread reviewboard


Comment #19 on issue 3729 by trowb...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

The given error is coming from RBTools, so it's impossible to get the same  
one when trying to add a repository. Please open a separate bug.


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-05 Thread reviewboard


Comment #16 on issue 3729 by brandonj...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

fyi, i had the same issue yesterday and today with the reported version.  
glad to see these things are aligning


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-05 Thread reviewboard

Updates:
Status: NeedInfo

Comment #17 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

@brandon: Can you give 0.7.1 a try and see if it's working for you now?

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-02-03 Thread reviewboard

Updates:
Status: PendingReview
Owner: chip...@gmail.com

Comment #15 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

I've fixed several other issues on Windows. See  
https://reviews.reviewboard.org/r/6898/


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-30 Thread reviewboard


Comment #14 on issue 3729 by michael@activeenergy.ie: Cannot run rbt  
post in RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729


rbt status -d

RBTools 0.7
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit  
(Intel)]

Running on Windows-7-6.1.7601-SP1
Home = C:\Users\michael.killeen\AppData\Roaming
Current directory = E:\repo_xxx
Checking for a Subversion repository...
Running: svn info --non-interactive
Running: diff --version
repository info: Path: https://cylondc:8443/svn/Firmware, Base path:  
/stm32, Supports changesets: False

Making HTTP GET request to http://review.xxx.lan/api/
Cached response for HTTP GET http://review.xxx.lan/api/ expired and was  
not modified

Making HTTP GET request to http://review.xxx.lan/api/session/
Cached response for HTTP GET http://review.xxx.lan/api/session/ expired  
and was modified
WARNING: You are not authenticated with the Review Board server at  
http://review.xxx.lan, please login.

Username: michael.killeen
Traceback (most recent call last):
  File C:\Program Files  
(x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py, line 8, in module

load_entry_point('RBTools==0.7', 'console_scripts', 'rbt')()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\main.py,  
line

133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\__init__.py,  
l

ine 538, in run_from_argv
exit_code = self.main(*args) or 0
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\status.py,  
lin

e 41, in main
username = get_username(api_client, api_root, auth_required=True)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\utils\users.py,  
line 51

, in get_username
session = get_authenticated_session(api_client, api_root, auth_required)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\utils\users.py,  
line 30

, in get_authenticated_session
password = getpass.getpass('Password: ')
  File C:\Program Files (x86)\RBTools\Python27\lib\getpass.py, line 95,  
in win_getpass

msvcrt.putch(c)
TypeError: must be char, not unicode

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-29 Thread reviewboard


Comment #12 on issue 3729 by michael@activeenergy.ie: Cannot run rbt  
post in RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Now have this...


rbt status
WARNING: You are not authenticated with the Review Board server at  
http://review.xx.xx, please login.

Username: aa.bb
CRITICAL: must be char, not unicode

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-29 Thread reviewboard


Comment #13 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Can you provide a debug log (use --debug)

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard


Comment #11 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

We'll try to get a release out shortly. Thanks for the testing and  
patience. Let me know if you notice any further issues related to this.


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard


Comment #8 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

@JustinPalmer77: Can you also try modifying rbtools/commands/__init__.py,  
line 625 (ish), and changing:


return getpass.getpass('Password: ')

to:

return getpass.getpass(b'Password: ')

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard


Comment #9 on issue 3729 by jeffrey@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Windows 7 x64, same problem, etc. With your latest suggestion from this  
morning (getpass.getpass), I can now successfully rbt post. Thanks!


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard


Comment #10 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Your latest suggestion resolves the defect for me as well. I eagerly await  
next release when I can tell people to use new installer.


--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard

Updates:
Status: NeedInfo
Labels: Project-RBTools Component-RBTools Milestone-RBTools-Release0.8.x

Comment #3 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Can someone try changing these lines in rbtools/utils/process.py:

env['LC_ALL'] = 'en_US.UTF-8'
env['LANGUAGE'] = 'en_US.UTF-8'

to:

env[b'LC_ALL'] = b'en_US.UTF-8'
env[b'LANGUAGE'] = b'en_US.UTF-8'

See if that works. We'll then get a fix into the next release.

--
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.


Re: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread saravanharith
Hi, I am also seeing this problem.  It is throwing the error CRITICAL: 
environment can only contain strings while running 'rbt setup-repo'.  And 
looks like this is thrown for all rbt commands.
Is there a fix for it?

On Tuesday, January 20, 2015 at 3:35:08 PM UTC+5:30, Yu-Kai Tseng wrote:

 Hi Christian,

 I've posted a bug report on the bug tracker.
 As for the environment variables, since it contains some private 
 information, can I send them to you through an email?

 Christian Hammond於 2015年1月20日星期二 UTC+8下午5時52分57秒寫道:

 Hi, 

 Can you file a bug about this, to help us track it? Knowing the 
 environment variable contents that may be causing the problem would also 
 help. 

 Thanks, 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 

 -Original Message- 
 From: Yu-Kai Tseng tanis...@gmail.com 
 Reply: revie...@googlegroups.com revie...@googlegroups.com 
 Date: January 20, 2015 at 1:50:54 AM 
 To: revie...@googlegroups.com revie...@googlegroups.com 
 Subject:  Cannot run rbt post in RBTools 0.7.0 

  Hi all, 

  I recently upgraded my rbtools from 0.6.2 to 0.7.0. 
  After I upgraded the rbtools, 
  I tried to post a review request to server using rbtools 0.7.0 and 
 received 
  this error. 

  CRITICAL: environment can only contain strings 

  I googled this sentence and found that this probably is related to 
 unicode 
  environment variables.' 
  It seems that Python 2 does not support unicode environment variables. 
  However, I searched my environment variables but cannot find any 
 suspicious 
  one. (The os is Windows 7) 
  Can anyone give me some hints on resolving this problem? 

  (debug log of rbt post) 


  Thank you. 

  btw, RBTools 0.6.2 still works perfectly without any problem. 
  (with Python 2.7.6) 

  -- 
  Get the Review Board Power Pack at 
 http://www.reviewboard.org/powerpack/ 
  --- 
  Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ 
  --- 
  Happy user? Let us know at http://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 reviewboard...@googlegroups.com.   
  For more options, visit https://groups.google.com/d/optout. 




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard


Comment #5 on issue 3729 by chip...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Can you show the stack trace with that error?

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard


Comment #6 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729


rbt post -d -g

RBTools 0.7
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit  
(AMD64)]

Running on Windows-8-6.2.9200
Home = ...
Current directory = ...
Checking for a Subversion repository...
Running: svn info --non-interactive
Command exited with rc 1: ['svn', 'info', '--non-interactive']

svn: E155007: '...' is not a working copy
---

Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Command exited with rc 1: ['git', 'config', 'core.bare']

---

Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch...merge
Running: git config --get branch...remote
Running: git config --get remote.origin.url
repository info: Path: ..., Base path: , Supports changesets: False
Making HTTP GET request to http://.../reviews/api/


== HTTP Authentication Required
Enter authorization information for Web API at ...
Traceback (most recent call last):
  File C:\Python27\Scripts\rbt-script.py, line 9, in module
load_entry_point('RBTools==0.7', 'console_scripts', 'rbt')()
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\main.py,  
line 133, in main

command.run_from_argv([RB_MAIN, command_name] + args)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\__init__.py,  
line 538, in run_from_argv

exit_code = self.main(*args) or 0
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\post.py,  
line 583, in main

api_client, api_root = self.get_api(server_url)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\__init__.py,  
line 681, in get_api

api_root = api_client.get_root()
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\client.py,  
line 18, in get_root

return self._transport.get_root(*args, **kwargs)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\transport\sync.py,  
line 37, in get_root

return self._execute_request(HttpRequest(self.server.url))
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\transport\sync.py,  
line 71, in _execute_request

rsp = self.server.make_request(request)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\request.py,  
line 517, in make_request

rsp = self._cache.make_request(r)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\cache.py,  
line 261, in make_request

response = HTTPResponse(self.urlopen(request))
  File C:\Python27\lib\urllib2.py, line 127, in urlopen
return _opener.open(url, data, timeout)
  File C:\Python27\lib\urllib2.py, line 402, in open
req = meth(req)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\request.py,  
line 184, in http_request

self.password_mgr.find_user_password('Web API', self.url)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\api\request.py,  
line 331, in find_user_password

password=self.rb_pass)
   
File C:\Python27\lib\site-packages\rbtools-0.7-py2.7.egg\rbtools\commands\__init__.py,  
line 625, in credentials_prompt

password = getpass.getpass('Password: ')
  File C:\Python27\lib\getpass.py, line 95, in win_getpass
msvcrt.putch(c)
TypeError: must be char, not unicode

--
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.


Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-21 Thread reviewboard


Comment #2 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in  
RBTools 0.7.0

https://code.google.com/p/reviewboard/issues/detail?id=3729

Ditto, also Windows 8.1. I saw it after using easy_install as well as after  
using the new self-contained installer. Thanks for the latter, btw! The  
error message I receive is actually: CRITICAL: environment can only  
contain 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.


Re: Cannot run rbt post in RBTools 0.7.0

2015-01-20 Thread Yu-Kai Tseng
Hi Christian,

I've posted a bug report on the bug tracker.
As for the environment variables, since it contains some private 
information, can I send them to you through an email?

Christian Hammond於 2015年1月20日星期二 UTC+8下午5時52分57秒寫道:

 Hi, 

 Can you file a bug about this, to help us track it? Knowing the 
 environment variable contents that may be causing the problem would also 
 help. 

 Thanks, 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 

 -Original Message- 
 From: Yu-Kai Tseng tanis...@gmail.com javascript: 
 Reply: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Date: January 20, 2015 at 1:50:54 AM 
 To: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Subject:  Cannot run rbt post in RBTools 0.7.0 

  Hi all, 

  I recently upgraded my rbtools from 0.6.2 to 0.7.0. 
  After I upgraded the rbtools, 
  I tried to post a review request to server using rbtools 0.7.0 and 
 received 
  this error. 

  CRITICAL: environment can only contain strings 

  I googled this sentence and found that this probably is related to 
 unicode 
  environment variables.' 
  It seems that Python 2 does not support unicode environment variables. 
  However, I searched my environment variables but cannot find any 
 suspicious 
  one. (The os is Windows 7) 
  Can anyone give me some hints on resolving this problem? 

  (debug log of rbt post) 


  Thank you. 

  btw, RBTools 0.6.2 still works perfectly without any problem. 
  (with Python 2.7.6) 

  -- 
  Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ 
  --- 
  Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ 
  --- 
  Happy user? Let us know at http://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 reviewboard...@googlegroups.com javascript:.   
  For more options, visit https://groups.google.com/d/optout. 




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-20 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3729 by tanists...@gmail.com: Cannot run rbt post in RBTools 0.7.0
https://code.google.com/p/reviewboard/issues/detail?id=3729

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
RBTools 0.7

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

What steps will reproduce the problem?
(I think you have to set some unicode strings to the environment variables  
to reproduce this problem)

1. rbt post

What is the expected output? What do you see instead?
CRITICAL: environment can only contain strings

What operating system are you using? What browser?
Windows 7 SP1

Please provide any additional information below.
As the attachments.


Attachments:
env1.png  55.2 KB
rbtools.png  40.7 KB
env2.png  15.1 KB
env.txt  3.1 KB

--
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.


Re: Cannot run rbt post in RBTools 0.7.0

2015-01-20 Thread Christian Hammond
Hi,

Can you file a bug about this, to help us track it? Knowing the environment 
variable contents that may be causing the problem would also help.

Thanks,

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: Yu-Kai Tseng tanists...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: January 20, 2015 at 1:50:54 AM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Subject:  Cannot run rbt post in RBTools 0.7.0

 Hi all,
  
 I recently upgraded my rbtools from 0.6.2 to 0.7.0.
 After I upgraded the rbtools,
 I tried to post a review request to server using rbtools 0.7.0 and received
 this error.
  
 CRITICAL: environment can only contain strings
  
 I googled this sentence and found that this probably is related to unicode
 environment variables.'
 It seems that Python 2 does not support unicode environment variables.
 However, I searched my environment variables but cannot find any suspicious
 one. (The os is Windows 7)
 Can anyone give me some hints on resolving this problem?
  
 (debug log of rbt post)
  
  
 Thank you.
  
 btw, RBTools 0.6.2 still works perfectly without any problem.
 (with Python 2.7.6)
  
 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.  
 For more options, visit https://groups.google.com/d/optout.
  

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot run rbt post in RBTools 0.7.0

2015-01-20 Thread Yu-Kai Tseng
Hi all,

I recently upgraded my rbtools from 0.6.2 to 0.7.0.
After I upgraded the rbtools, 
I tried to post a review request to server using rbtools 0.7.0 and received 
this error.

CRITICAL: environment can only contain strings

I googled this sentence and found that this probably is related to unicode 
environment variables.'
It seems that Python 2 does not support unicode environment variables.
However, I searched my environment variables but cannot find any suspicious 
one. (The os is Windows 7)
Can anyone give me some hints on resolving this problem?

(debug log of rbt post)

https://lh4.googleusercontent.com/-iyhRLUJ5-zE/VL4kx2-Oq5I/AM4/ID3wzvvP55c/s1600/rbtools.png
Thank you.

btw, RBTools 0.6.2 still works perfectly without any problem.
(with Python 2.7.6)

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.