------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4472/
------------------------------------------------------------------------------
New ticket #4472 by jeremiah
For Beanbag, Inc. > Review Board
Status: New
Tags: Priority:Medium, Type:Defect
------------------------------------------------------------------------------
UnicodeDecodeError: 'ascii' codec can't decode byte
==============================================================================
# What version are you running?
2.5.6.1
# What's the URL of the page containing the problem?
/r/new/#
# What steps will reproduce the problem?
1. access the above url
2. Some GIT repos do not have an issue but are not listing commits. Other Git
repos
# What is the expected output? What do you see instead?
No error
# What operating system are you using? What browser?
Centos 7
# Please provide any additional information below.
groups = self._api_get_groups()
File "/usr/lib64/python2.7/site-packages/reviewboard/hostingsvcs/gitlab.py",
line 416, in _api_get_groups
% self._build_api_url(self.account.hosting_url, 'groups'))[0]
File "/usr/lib64/python2.7/site-packages/reviewboard/hostingsvcs/gitlab.py",
line 521, in _api_get
'PRIVATE-TOKEN': self._get_private_token(),
File "/usr/lib64/python2.7/site-packages/reviewboard/hostingsvcs/service.py",
line 55, in http_get
return self.http_request(url, method='GET', **kwargs)
File "/usr/lib64/python2.7/site-packages/reviewboard/hostingsvcs/service.py",
line 79, in http_request
u = urlopen(r)
File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1244, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1211, in do_open
h.request(req.get_method(), req.get_selector(), req.data, headers)
File "/usr/lib64/python2.7/httplib.py", line 1017, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1050, in _send_request
self.putheader(hdr, value)
File "/usr/lib64/python2.7/httplib.py", line 997, in putheader
hdr = '%s: %s' % (header, '\r\n\t'.join(values))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xfb in position 2: ordinal
not in range(128)
2016-09-26 17:45:59,336 - INFO - - Reloading logging 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.