Comment #2 on issue 3042 by lanka.a...@gmail.com: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows
http://code.google.com/p/reviewboard/issues/detail?id=3042

When i try to post a review request of already submitted changelist using post-review , the request is getting successfully posted. But when i view the review request on Review Board server i am getting diff currently unavailable next to file and when i click the details i am getting the following error stack trace.:

Diff currently unavailable.
Error: [Errno 2] No such file or directory: 'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'
Details
Traceback (most recent call last):
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py", line 251, in view_diff_fragment
    diff_file = get_requested_diff_file()
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py", line 171, in get_requested_diff_file
    populate_diff_chunks(files, highlighting, request=request)
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 340, in populate_diff_chunks
    chunks = generator.get_chunks()
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py", line 137, in get_chunks
    large_data=True)
File "C:\BitNami\reviewboard-1.7.11-0\python\lib\site-packages\djblets-0.7.15-py2.7.egg\djblets\util\misc.py", line 156, in cache_memoize
    data = lookup_callable()
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py", line 136, in <lambda>
    lambda: list(self._get_chunks_uncached()),
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py", line 142, in _get_chunks_uncached
    new = get_patched_file(old, self.filediff, self.request)
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 150, in get_patched_file
    return patch(diff, buffer, filediff.dest_file, request)
File "C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 98, in patch
    f = open(newfile, "r")
IOError: [Errno 2] No such file or directory: 'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'
What could be the issue???

--
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/groups/opt_out.


Reply via email to