Re: "There was an error displaying this diff"

2020-05-06 Thread Christian Hammond
Hi Illya, Hmm, that's an interesting one. This is coming from within Python itself, and I've never seen it before. It almost seems like it wasn't able to get a file handle, or keep it open, for reading/writing. I just checked online, and it looks to be a bug in Python 2.6, which is horribly end-o

"There was an error displaying this diff"

2020-05-03 Thread Illya Broder
HI. I'm getting this error along with "filedescriptor out of range in select()" If I click on the "details" option it displays the following How do I solve this. Regards, Illya raceback (most recent call last): File "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6.egg/reviewboar

Re: "There was an error displaying this diff" when diffing a file that contains a "#" in the filename.

2019-08-27 Thread Rob Petti
Hey Folks, I've managed to narrow it down some more. It appears to be a problem in scmtools/svn/pysvn.py. def _do_on_path(self, cb, path, revision=HEAD): if not path: raise FileNotFoundError(path, revision) try: # path == "src/cws/QMS/Entities/Noncon

"There was an error displaying this diff" when diffing a file that contains a "#" in the filename.

2019-08-22 Thread Rob Petti
Hi Folks, We're having an issue with one of our SVN repositories right now. It appears almost as if ReviewBoard can't handle files that contain "#" in their names. I've attached a screenshot of the error. Of particular note is that the error seems to suggest that it's truncating the filename fr

Re: There was an error displaying this diff.

2019-07-25 Thread David Trowbridge
Bitbucket recently turned off a bunch of old APIs without any notice, including one that Review Board used. We put out an update that fixes this in Review Board 3.0.15: https://www.reviewboard.org/docs/releasenotes/reviewboard/3.0.15/ David On Thu, Jul 25, 2019 at 8:47 AM Birendra Rawat wrote:

There was an error displaying this diff.

2019-07-25 Thread Birendra Rawat
Resource removed This may be a bug in the software, a temporary outage, or an issue with the format of your diff. Please try again, and if you still have trouble, contact support. Details Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/reviewboard/diffviewer/views.p

Re: There was an error displaying this diff.

2019-05-08 Thread Thomas McLeod
're creating the diff beforehand instead of just letting rbtools >> make the diff between the specified revisions? >> >> -David >> >> On Tue, May 7, 2019 at 2:34 PM wrote: >> >>> I'm just trying to post a diff to a review. But the error I get

Re: There was an error displaying this diff.

2019-05-07 Thread Thomas McLeod
t; why you're creating the diff beforehand instead of just letting rbtools > make the diff between the specified revisions? > > -David > > On Tue, May 7, 2019 at 2:34 PM wrote: > >> I'm just trying to post a diff to a review. But the error I get is >> &

Re: There was an error displaying this diff.

2019-05-07 Thread David Trowbridge
ff to a review. But the error I get is > > > There was an error displaying this diff. > The patch to ' didn't apply cleanly. The temporary files have > been left in '/tmp/reviewboard.VRycmo' for debugging purposes. > `patch` returned: > >

There was an error displaying this diff.

2019-05-07 Thread tmcleod
I'm just trying to post a diff to a review. But the error I get is There was an error displaying this diff. The patch to ' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.VRycmo' for debugging purposes. `patch` returned:

Re: There was an error displaying this diff.

2018-08-01 Thread huangminzh
Hi Michal, Did you fix this issue? I came across the same problem. Thanks, Min On Tuesday, July 31, 2018 at 1:19:47 AM UTC-7, Michał Pieniak wrote: > > Christian, > > Thanks for response. > > I removed original post because of the naming our projects and renamed it: > > *"Hello,* > > *I have a p

Re: There was an error displaying this diff.

2018-07-31 Thread Michał Pieniak
Christian, Thanks for response. I removed original post because of the naming our projects and renamed it: *"Hello,* *I have a problem with my RB diff. * *The patch to '...' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.4L2LuH' for debugging purposes.* *`pa

Re: There was an error displaying this diff.

2018-07-31 Thread Michał Pieniak
Christian, Thanks for response. I removed original post because of the naming our projects and renamed it: *"Hello,* *I have a problem with my RB diff. * *The patch to '...' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.4L2LuH' for debugging purposes.* *`pa

Re: There was an error displaying this diff.

2018-07-30 Thread Christian Hammond
Is this a Perforce repository? I'd need to see the actual source code and reject files to know more (which I'm sure can't be made public), but any number of things could have caused that. If this is a Perforce repository, you might have hit an issue with a conflict involving a Unicode BOM marker i

There was an error displaying this diff.

2018-07-30 Thread Michał Pieniak
Hello, I have a problem with my RB diff. The patch to '//tech/dev-cs-full-body-ik/cs/source/code/game/Cornerstone/Game/Player/PlayerDI.cpp' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.4L2LuH' for debugging purposes. `patch` returned: This may be

Re: There was an error displaying this diff

2018-01-23 Thread David Trowbridge
Power Pack is supported on Review Board 2.0+, though we of course recommend updating if you can. There should be no specific RBTools requirements, assuming you're on a relatively modern version (0.7.x). If you e-mail us at supp...@beanbaginc.com, I can get you set up with a beta build. You'll want

Re: There was an error displaying this diff

2018-01-09 Thread akarasik
Hi, That sounds interesting. Are there any version requirements for RBTools or Reviewboard? On Monday, January 8, 2018 at 9:16:28 PM UTC+2, David Trowbridge wrote: > > Bitbucket Server (nee Stash) isn't yet supported by Review Board. We're > actively working on adding support in Power Pack. If yo

Re: There was an error displaying this diff

2018-01-08 Thread David Trowbridge
Bitbucket Server (nee Stash) isn't yet supported by Review Board. We're actively working on adding support in Power Pack. If you'd like to help us test it out, I can get you a beta build. -David On Mon, Jan 8, 2018 at 8:29 AM wrote: > Hello, > > I'm trying to post review from our hosted Bitbuck

There was an error displaying this diff

2018-01-08 Thread akarasik
Hello, I'm trying to post review from our hosted Bitbucket, to hosted Reviewboard using the RBTools. The Reviewboard version is 2.0.11 The RBTools version is 0.7.2 It seems to have some issue with the diff of the files but I can't figure out what it is. Is there any place I can check the reason

How to fix and/or avoid the error "There was an error displaying this diff"

2017-09-18 Thread Rodolfo Gomes Dias
temporary folder (c:/windows/temp/reviewboard.??). In my case, sometimes a file is encoded in ANSI and its new version in UTF-8 and the other way around. This scenario gives me an error when posting a review with the message, "There was an error displaying this diff". I must say that

Re: "There was an error displaying this diff" when config rb via gitweb configuration

2017-08-30 Thread Zizou Fablenas
Hi Christian, Exciting. Look forward to get it. Thanks On Thursday, 31 August 2017 12:06:28 UTC+8, Christian Hammond wrote: > > Hi Zizou, > > Subgroups aren't supported today, but we should have support in next > week's release (aiming for Tuesday). > > Christian > > On Wed, Aug 30, 2017 at 7:00

Re: "There was an error displaying this diff" when config rb via gitweb configuration

2017-08-30 Thread Christian Hammond
Hi Zizou, Subgroups aren't supported today, but we should have support in next week's release (aiming for Tuesday). Christian On Wed, Aug 30, 2017 at 7:00 PM, Zizou Fablenas wrote: > Hi christian, > Thanks for you reply. > We've configured the repo as a GitLab repository before, but when we >

Re: "There was an error displaying this diff" when config rb via gitweb configuration

2017-08-30 Thread Zizou Fablenas
Hi christian, Thanks for you reply. We've configured the repo as a GitLab repository before, but when we started to use 'subgroup's on Gitlab, the reviewboard can not locate the repo. In the GitLab subgroup context, the repository is under the path '://' while it seems that repository doesn't h

Re: "There was an error displaying this diff" when config rb via gitweb configuration

2017-08-30 Thread Christian Hammond
Hi, You'll need to configure the repository as a GitLab repository. A plain Git repository won't work. Review Board must talk to the GitLab API in order to access files, correctly validate diffs, and display the diff viewer. You'll also want to grab a newer 2.5.x release for some other GitLab fix

"There was an error displaying this diff" when config rb via gitweb configuration

2017-08-30 Thread Zizou Fablenas
hi guys, to support gitlab subgroup configurations, we had configured rb as follows, when posted via "rbt post -g", we got errors as follows,

Re: There was an error displaying this diff.

2017-04-26 Thread Christian Hammond
Hi Stephen, This looks like a bug we fixed in 2.5.8. (2.5.10 is the latest version.) I believe if you upgrade, it should be fixed. See https://hellosplat.com/s/beanbag/tickets/4472/ for info on that bug report. Christian -- Christian Hammond President/CEO of Beanbag

There was an error displaying this diff.

2017-04-26 Thread Stephen Lee
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.2-py2.7.egg/reviewboard/diffviewer/views.py", line 275, in get response = renderer.render_to_response(request) File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.2-py2.7.egg/reviewb

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-23 Thread Ariel Cassan
t; or "rbt post *hash*" for creating the review > requests. > > However, the "There was an error displaying this diff." is displayed for > every file in the request, every time we try it on. > We have tried also to create the diff file in local and upload it

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-22 Thread Christian Hammond
thing on the same server (ReviewBoard + Gitblit + the repo itself) > We have configured the repository on ReviewBoard (see attached image) and > we have used "rbt post" or "rbt post *hash*" for creating the review > requests. > > However, the "There was an er

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-22 Thread Ariel Cassan
reating the review > requests. > > However, the "There was an error displaying this diff." is displayed for > every file in the request, every time we try it on. > We have tried also to create the diff file in local and upload it with > "rbt post --diff-filename

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-21 Thread Christian Hammond
g out ReviewBoard 2.5.7 as the code review tool for >> our project, which uses Gitblit as the manager of the git repository, >> everything on the same server (ReviewBoard + Gitblit + the repo itself) >> We have configured the repository on ReviewBoard (see attached image) and >> we

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-21 Thread Ariel Cassan
gt; everything on the same server (ReviewBoard + Gitblit + the repo itself) > We have configured the repository on ReviewBoard (see attached image) and > we have used "rbt post" or "rbt post *hash*" for creating the review > requests. > > However, the "There wa

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-20 Thread Ariel Cassan
tory, > everything on the same server (ReviewBoard + Gitblit + the repo itself) > We have configured the repository on ReviewBoard (see attached image) and > we have used "rbt post" or "rbt post *hash*" for creating the review > requests. > > However, the "There

Re: Yet another "There was an error displaying this diff." issue on ReviewBoard 2.5.7 with GitBlit local server

2017-02-16 Thread Christian Hammond
e have used "rbt post" or "rbt post *hash*" for creating the review > requests. > > However, the "There was an error displaying this diff." is displayed for > every file in the request, every time we try it on. > We have tried also to create the diff

Re: There was an error displaying this diff

2016-08-27 Thread Christian Hammond
Hi Igor, I'm sorry I haven't been able to get to this yet. Been busy with some customers with support contracts lately, and my backlog's been growing. What I have noticed is that the reject file's showing a different encoding than the source file, indicating that maybe the patch in question isn't

Re: There was an error displaying this diff

2016-08-15 Thread Christian Hammond
Can you zip up those files and send them that way? Encodings can be messed with when transmitting over e-mail. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Mon, Aug 15, 2016 at 1:08 AM, Igor Zilber

Re: There was an error displaying this diff

2016-08-15 Thread Igor Zilberman
Hi Christian, Thank you for your reply! I am using 2.5.3 with RBTools 0.7.5. Repository type is ClearCase. Ive attached part of the xml file and the rej file. Regarding the last q I am not sure, but in the advanced settings of this repository, Encoding field is empty. Thanks. понедельник, 15

Re: There was an error displaying this diff

2016-08-14 Thread Christian Hammond
Hi Igor, What version of Review Board are you using, and what type of repository? Would it be possible to get a sample of one of the files that is failing, along with the matching section from the reject file in that temp directory? Are the special characters indeed UTF-8 in the repository, or i

There was an error displaying this diff

2016-08-14 Thread Igor Zilberman
I am getting error trying to see the diff: The patch to 'pathtofile/somefile.xml@@/path/CHECKEDOUT' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.BWp42z' for debugging purposes. `patch` returned: This may be a bug in the software, a temporary outage, or an i

Re: There was an error displaying this diff.

2016-06-29 Thread tiger . peng
ror. My repository is CVS based. I have attached the > temporary files referenced in the error. > My guess is that either CVS is not generating diff correctly or Review > Board cannot read some of the diff files. > > There was an error displaying this diff. > The patch

Re: There was an error displaying this diff.

2016-02-04 Thread Christian Hammond
of the diff files. > > There was an error displaying this diff. > The patch to > 'stencils/jasperReports/quickReports/AP/form1099Report.jrxml' didn't apply > cleanly. The temporary files have been left in '/tmp/reviewboard.W0_4Ee' > for deb

Re: There was an error displaying this diff.

2015-12-01 Thread Christian Hammond
aaa02 >>> :8080/p/SW_TestTool.git >>> Path field is same: http://plmaaa02 >>> ***:8080/p/SW_TestTool.git >>> >>> >>> W dniu niedziela, 29 listopada 2015 07:16:13 UTC+1 użytkownik David >>> Trowbridge napisał

Re: There was an error displaying this diff.

2015-12-01 Thread Jerzy Lasyk
field is same: http://plmaaa02 >> ***:8080/p/SW_TestTool.git >> >> >> W dniu niedziela, 29 listopada 2015 07:16:13 UTC+1 użytkownik David >> Trowbridge napisał: >> >>> What is the raw file URL set to? >>> >>> -Davi

Re: There was an error displaying this diff.

2015-11-30 Thread David Trowbridge
o? >> >> -David >> >> On Fri, Nov 27, 2015 at 8:03 AM Jerzy Lasyk wrote: >> > I have a problem with error: "There was an error displaying this diff." I >>> was searching for solution in this group, but didn't find helpful answer. >>> T

Re: There was an error displaying this diff.

2015-11-29 Thread Jerzy Lasyk
set to? > > -David > > On Fri, Nov 27, 2015 at 8:03 AM Jerzy Lasyk > wrote: > >> I have a problem with error: "There was an error displaying this diff." I >> was searching for solution in this group, but didn't find helpful answer. >> This error occ

Re: There was an error displaying this diff.

2015-11-28 Thread David Trowbridge
What is the raw file URL set to? -David On Fri, Nov 27, 2015 at 8:03 AM Jerzy Lasyk wrote: > I have a problem with error: "There was an error displaying this diff." I > was searching for solution in this group, but didn't find helpful answer. > This error occurs

There was an error displaying this diff.

2015-11-27 Thread Jerzy Lasyk
I have a problem with error: "There was an error displaying this diff." I was searching for solution in this group, but didn't find helpful answer. This error occurs for all generated diffs, created using command : "rbt post" I am using git repository. In reviewboard

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2015-01-29 Thread Rich Viola
Hello - did you ever resolve this? Seeing the same, there is no mirror path, but there is a repo that is a subdirectory of another repo: There was an error displaying this diff. The patch to '.gitignore' didn't apply cleanly. The temporary files have been left in '/tm

Re: view difff generates error: There was an error displaying this diff.

2014-09-15 Thread ch . jeskiran
Thanks David for the reply. stopping memchaed service helped. Also fixed the issue with customized module. Now diff is working fine. Thanks, Jes. On Monday, September 15, 2014 2:52:29 AM UTC+5:30, David Trowbridge wrote: > > Are you doing this with a development install or in production? If the

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread David Trowbridge
Are you doing this with a development install or in production? If the latter, you'll need to reload the web server and clear your cache (probably memcached) before running with new code. -David > On Sep 14, 2014, at 1:27 PM, ch.jeski...@gmail.com wrote: > > Thanks David, > > I did more debug

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread ch . jeskiran
Thanks David, I did more debugging. cmvc.py has the function: def get_file(self, path, revision=HEAD): logging.debug("CMVC File invoked %s %s" % (filename, revision )) if not path: raise FileNotFoundError(path, revision)

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread David Trowbridge
You should not be looking at the RBTools code for this. RBTools is for the client-side command line tools. The server-side code for communicating with repositories lives in reviewboard/scmtools. The function for returning the original version of the file is called get_file(). -David On Sun, Se

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread ch . jeskiran
Thanks David. I tried to go through all supported clients like CVS/ClearCase(class CVSClient(SCMClient): , class ClearCaseClient(SCMClient):) Which function in this class is really returning the original version or modified version of file. >From all the Client classes, I could see that diff fun

Re: view difff generates error: There was an error displaying this diff.

2014-09-13 Thread David Trowbridge
The tmppg8GFU file should be the original version of the file being patched. Given that this is empty, I believe that there is a bug in your cvmc SCMTool implementation. -David On Sat, Sep 13, 2014 at 10:23 AM, wrote: > Hi David, > IT is a customized control system, cmvc. > > Diff is properly g

Re: view difff generates error: There was an error displaying this diff.

2014-09-13 Thread ch . jeskiran
Logs does not show any ERROR 2014-09-12 05:44:33,583 - DEBUG - None - testuser - /r/7/diff/ - Generating diff viewer page for filediff id 5 2014-09-12 05:44:33,603 - DEBUG - None - testuser - /r/7/diff/ - Begin: Generating diff file info for diffset id 5 2014-09-12 05:44:33,606 - DEBUG - None -

Re: view difff generates error: There was an error displaying this diff.

2014-09-13 Thread ch . jeskiran
Hi David, IT is a customized control system, cmvc. Diff is properly generated in the debug files. tmppg8GFU-new.rej file and test.diff. But it is unable to post the diff to server. Screen is showing following error: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-pack

Re: view difff generates error: There was an error displaying this diff.

2014-09-12 Thread David Trowbridge
Is the tmppg8GFU file what you'd expect? (the pre-patched file contents) What version control system? -David On Fri, Sep 12, 2014 at 11:25 AM, wrote: > Hi, > Using reviewboard 2.0.6 and RBTools 0.6.2. > post-review worked fine and generated a new request. > When I looked into view diff for the

view difff generates error: There was an error displaying this diff.

2014-09-12 Thread ch . jeskiran
Hi, Using reviewboard 2.0.6 and RBTools 0.6.2. post-review worked fine and generated a new request. When I looked into view diff for the request, it is failing. details error: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboar

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-09 Thread Nitish Gangal
diff' link, I get the same error mentioned in my first post as: There was an error displaying this diff. Also, in my logs folder of reviewboard site, logs are not getting generated. So, I am not able to see any error log. Please advise. Thanks, Nitish Gangal On Wednesday, July 9, 2014

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-09 Thread Nitish Gangal
s, master6.patch file, I am uploading while creating review request. >> In this case, my review request gets created successfully. >> Now, when I click on 'view diff' link, then I am getting following error >> continuously: >> >> There was an error displaying this

Re: Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-08 Thread Christian Hammond
created successfully. > Now, when I click on 'view diff' link, then I am getting following error > continuously: > > There was an error displaying this diff. > > The patch to 'abcProject/d.rb' didn't apply cleanly. The temporary files > have been left in

Getting an error "There was an error displaying this diff" while doing diff in review request.

2014-07-08 Thread Nitish Gangal
his case, my review request gets created successfully. Now, when I click on 'view diff' link, then I am getting following error continuously: There was an error displaying this diff. The patch to 'abcProject/d.rb' didn't apply cleanly. The temporary files have been left