Re: Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2010-04-15 Thread reviewboard


Comment #9 on issue 957 by chipx86: UnicodeDecodeError: 'ascii' codec can't  
decode byte 0xc3 in position 3: ordinal not in range(128)

http://code.google.com/p/reviewboard/issues/detail?id=957

No, that bug you're seeing is separate, but it's filed and fixed in the  
nightlies. A

new release will be made soon.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2010-04-08 Thread reviewboard


Comment #6 on issue 957 by keithhoffman22: UnicodeDecodeError: 'ascii'  
codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

http://code.google.com/p/reviewboard/issues/detail?id=957

We've been using reviewboard for a while now but haven't tried to use  
post-review

before.  I finally have everything configured and get ...

D:\projects-svn\Corepost-review --repository-
url=https://breckenridge.digidata.com/svn/Core --revision-range=171:290
== Review Board Login Required
Enter username and password for Review Board at
http://breckenridge.digidata.com/reviews/
Username: khoffman
Password:
Traceback (most recent call last):
  File c:\programs\python26\Scripts\post-review-script.py, line 8, in  
module

load_entry_point('RBTools==0.2rc1', 'console_scripts', 'post-review')()
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 2774, in main
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 2480, in tempt_fate
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 503, in upload_diff
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 622, in api_post
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 597, in http_post
  File c:\programs\python26\lib\site-packages\rbtools-0.2rc1-
py2.6.egg\rbtools\postreview.py, line 656, in _encode_multipart_for
mdata
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position  
204011: ordinal

not in range(128)

I have no idea what the character is but it seems like a superior behavior  
would be
fix the character or somehow ignore that character (assume no diff etc) but  
blowing

up and providing a difficult position to locate isn't very helpful

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2010-04-08 Thread reviewboard


Comment #7 on issue 957 by chipx86: UnicodeDecodeError: 'ascii' codec can't  
decode byte 0xc3 in position 3: ordinal not in range(128)

http://code.google.com/p/reviewboard/issues/detail?id=957

keith, the issue you have is actually fixed in the nightlies and will be  
part of the

upcoming RBTools release (hopefully this weekend).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-08-31 Thread codesite-noreply

Updates:
Status: ThirdParty

Comment #5 on issue 957 by trowbrds: UnicodeDecodeError: 'ascii' codec  
can't decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

I think the only real solution we have is to fix files with busted  
characters. We
can't really do anything with random text without knowing the character set.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-04-23 Thread codesite-noreply

Comment #2 on issue 957 by ciaomary: UnicodeDecodeError: 'ascii' codec  
can't decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

We're having this same issue. Diff has some non-ascii characters. What can  
we do to
address? I'm seeing this in the diff for example, not sure how these  
characters
should be decoded: �

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-04-23 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #3 on issue 957 by chipx86: UnicodeDecodeError: 'ascii' codec can't  
decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

What character set was used for that character?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-04-23 Thread codesite-noreply


Comment #4 on issue 957 by ciaomary: UnicodeDecodeError: 'ascii' codec  
can't decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

The characters are in a person's name. The file is from a third-party  
tool's RPM spec
file (For DNS BIND.) I unfortunately don't know of a way to determine the  
character
set used in this case.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-03-31 Thread codesite-noreply


Comment #1 on issue 957 by i...@avalanchestudios.se:  
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3:  
ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

Upgraded to beta2 and still have this error.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 957 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)

2009-03-16 Thread codesite-noreply

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

New issue 957 by i...@avalanchestudios.se: UnicodeDecodeError: 'ascii'  
codec can't decode byte 0xc3 in position 3: ordinal not in range(128)
http://code.google.com/p/reviewboard/issues/detail?id=957

Hi,

We're using alpha4 with perforce, and posting diffs with post-review.py,
hitting this error:


URL: http://reviewboard/r/296/diff/

Traceback (most recent call last):
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/views.py,
line 145, in view_diff
 interdiffset, highlighting, True)[0]
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 619, in get_diff_files
 large_data=True)
   File
/usr/lib/python2.4/site-packages/Djblets-0.5alpha3-py2.4.egg/djblets/util/misc.py,
line 143, in cache_memoize
 data = lookup_callable()
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 618, in lambda
 enable_syntax_highlighting),
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 431, in get_chunks
 a[i1:i2], b[j1:j2], oldlines, newlines)
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 265, in diff_line
 if oldline and newline and oldline != newline:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3:
ordinal not in range(128)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---