Re: Review Board Ticket #4533: Interdiffs are not working on some files

2020-04-21 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4533/
--

New update by besperon
For Beanbag, Inc. > Review Board > Ticket #4533


Reply:

I'm sorry if I have "insulted" anybody. Rereading my post, I cannot see 
what was insulting about it though. I raised that I found it frustrating that 
there were no responses to this issue for three years. You say "in pretty much 
every response", but there only ever was one, 3 years ago. After that only 
silence.

So, again, my appologies if I insulted anybody and thank for the update.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20200421205722.5746.51783%40ip-10-1-54-209.ec2.internal.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2018-12-30 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

Hi, sorry, I seem to not have been subscribed to this issue (and cannot 
subscribe now either), but I just retested it on 3.0.11 and that seemed to 
work. I don't have a repo with only three commits anymore, but I had one that I 
could still scroll all the way to the bottom and nothing crashed. I think this 
is fixed.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4774: UTF8 decode errors when accessing subversion repo

2018-12-30 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4774/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4774


Reply:

Ok, I tracked it down to the fact that the deployment process did not 
preserve SITE/conf/settings_local.py and in particular the master key there-in. 
I have restored that file from back-ups and it is now working again.

Catching the exception and giving a more explanatory error message saying 
that RB failed to decrypt the password, possibly due to a lost master key, 
might help someone else.

Also, if someone genuinely looses their master key, there is, as far as I 
could work out, currently no way to clear the encrypted passwords and set new 
ones except to delete the entire repo and creating it from scratch, which, 
AFAIK, looses all reviews. I'd say that definitely needs fixing.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4774: UTF8 decode errors when accessing subversion repo

2018-12-30 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4774/
--

New ticket #4774 by seb
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect

File attachments:

 * rb-crash.txt
   



--
UTF8 decode errors when accessing subversion repo
==

# What version are you running?
3.0.11

# What's the URL of the page containing the problem?
Any that access the repo, such as creating a new review request, viewing an 
existing request, or even trying to administer the repo: 
http://reviewboard.taitradio.net/admin/db/scmtools/repository/1/

# What steps will reproduce the problem?
1. Going to any of these URLs results in a 500 Server Error response.

# What is the expected output? What do you see instead?
Expected the normal page, got a 500 instead.

# What operating system are you using? What browser?
Ubuntu Bionic & Chrome on the browser side.
Ubuntu Bionic on the server side. This was recently re-deployed and previously 
running on Xenial. It may be that it broke as part of that process.

# Please provide any additional information below.
I have attached rb-crash.txt that contains the information sent via email.
Sensitive information was replaced with `***`.

--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-25 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

No worries. I know the feeling of working on too many things at the same 
time myself.
I think it is normal for mercurial not to list the parent if there is only 
one and it is the preceding changeset in revision order. Although I am a bit 
surprised why it is showing the 'parents' array at all in that case.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-25 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

In case this was what you were asking for:

`curl 
'http://hg.terminals.taitradio.net:8005/SLA/SoftwareCodecModule/shortlog?style=json'`

resulted in (pretty printed):

```
{
  "node": "a16fd06a825e5ad8d48dfc639adf65be8984b7bb",
  "changeset_count": 3,
  "changesets": [
{
  "node": "a16fd06a825e5ad8d48dfc639adf65be8984b7bb",
  "date": [
1500865172,
-43200
  ],
  "desc": "New import received via Alfresko (lib-c-scm-21072017.tgz)",
  "branch": "default",
  "bookmarks": [],
  "tags": [
"tip"
  ],
  "user": "Sebastian Unger <sebastian.un...@taitradio.com>",
  "phase": "public",
  "parents": []
},
{
  "node": "3c417750f20d386f33342cf39691d736132a4eca",
  "date": [
    1487305260,
-46800
  ],
  "desc": "scm_170217_1721.tgz received from Nathalie on 22/02/2017",
  "branch": "default",
  "bookmarks": [],
  "tags": [],
  "user": "Sebastian Unger <sebastian.un...@taitradio.com>",
  "phase": "public",
  "parents": []
},
    {
  "node": "6ddc11e651982210b0d543345a18f3664cc868a4",
  "date": [
1485830130,
-46800
  ],
  "desc": "Initial interface draft (v0.1) received from Brett Moser via 
Nathalie Giraudon.",
  "branch": "default",
  "bookmarks": [],
  "tags": [],
  "user": "Sebastian Unger <sebastian.un...@taitradio.com>",
  "phase": "public",
  "parents": []
}
  ]
}
```

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-24 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

However, I can at least answer the version question:
Locally, reviewboard is using a pip-installed HG client version 4.3.1.
On the server, we run mercurial 3.7.3 but with the json templates from 
https://www.mercurial-scm.org/repo/hg/file/96eaefd350ae/mercurial/templates/json

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-24 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

Mhmm, *git* log? We were talking about mercurial repositories here. So I'll 
just pretend that you asked for `hg log --template json`. However, that makes 
little sense (to me), since `hg log` only works on local repositories and 
there's no local repository involved here?!

So overall I'm confused as to what information you are asking for exactly.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4576: RB crashes when trying to create new review request from a subversion repository

2017-08-24 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4576/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4576


Reply:

I'll have a look whether I can switch to PySVN. If it is available via pip, 
it shouldn't be an issue. If not, then it may be a bit more of a problem 

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4576: RB crashes when trying to create new review request from a subversion repository

2017-08-18 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4576/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4576


Reply:

I assume you are referring to the URL of the subversion repository in 
question as configured under Admin/Repositories?! If so, it is 
"http://svnhost.tait.co.nz:3180/svn/research; (without the quotes).

Let me know if I can help with any other information for investigating this.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4576: RB crashes when trying to create new review request from a subversion repository

2017-08-17 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4576/
--

New ticket #4576 by seb
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect

File attachments:

 * trace.txt
   



--
RB crashes when trying to create new review request from a subversion repository
==

# What version are you running?
2.5.15

# What's the URL of the page containing the problem?
http://reviewboard.taitradio.net/r/new/

# What steps will reproduce the problem?
1. Select a subversion repository
2. Select one of the recent commits in the list

# What is the expected output? What do you see instead?
I expected a new review request to be created.
Instead a message box opened saying that there was an "Internal server error 
500".

# What operating system are you using? What browser?
Ubuntu 16.04.3 LTS
Chrome 60.0.3112.101-1

# Please provide any additional information below.
I get the attached stack trace emailed.

--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-17 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4575


Reply:

Blimey, I forgot to mention the most important bit: The repository has only 
3 commits in it. That is the only thing that sets it apart from a number of 
others we have on the same server that all work fine.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4575: RB crash when trying to raise new review request on small mercurial repository

2017-08-17 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4575/
--

New ticket #4575 by seb
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect

File attachments:

 * trace.txt
   



--
RB crash when trying to raise new review request on small mercurial repository
==

# What version are you running?
2.5.15

# What's the URL of the page containing the problem?
http://reviewboard.taitradio.net/r/new/

# What steps will reproduce the problem?
1. Go to the above URL
2. Select repository


# What is the expected output? What do you see instead?
I expect to be presented with a list of recent commits in that repository.
Instead I get the following message where normally the list is displayed:

> There was an error loading information from this repository:
> HTTP 500 Internal Server Error
> This may be a temporary failure. Try again

# What operating system are you using? What browser?
Ubuntu 16.04.3 LTS
Chrome 60.0.3112.101-1

# Please provide any additional information below.
I also get the attached stack trace sent via email.

--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-03-07 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

Ok, I'm *really* confused now. I just had another look at our (2.5.9) RB 
instance and it *is* now showing the create-from-commit part of the create new 
review request but only on some (ok, most) of our mercurial repositories. One 
(in particular the TestRepo I created so I can experiment with this) is still 
generating the "internal error" message and email. This begs two questions:

- What's different about the TestRepo from all the other ones? (The only 
thing I can come up with is: It only has two commits in it, whereas all others 
have 1000's)
- I thought the quick-fix above was needed to achieve this? If so, how the 
hack does it work with 2.5.9? Or is the quickfix only needed to not generate an 
exception when running with an old and unpatched mercurial server, but since I 
have patched the HG server the stock 2.5.9 now works?

Can anybody cure some of my confusion?

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-03-06 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

Our RB is still at 2.5.9. Has a new version been released?

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-24 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

I left a few comments on the review you posted. Feel free to ignore them if 
I don't make sense. Since I've never looked at the RB code before it is likely 
due to me not knowing what I'm talking about.

Anyhow, I'm off to bed. Have a good weekend and thanks for looking into 
this.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-24 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

Re json style log/search: As mentioned above, I just replaced the json 
style map with the one downloaded from 
https://www.mercurial-scm.org/repo/hg/file/96eaefd350ae/mercurial/templates/json
 and removed all occurrences of the string 'utf8|'.

Re apt_format: I see. Using a similar URL to the one from the INFO line in 
your log I get:
GET 
http://hg.terminals.taitradio.net:8005/TTDE/TestRepo/json-log/?rev=ancestors(default)+and+branch(default)

{
"node": "8175bca2074b152dcf2d2e391aa22617857ea38f",
"query": "ancestors(default) and branch(default)",
"entries": [{
"node": "8175bca2074b152dcf2d2e391aa22617857ea38f",
"date": [1487926384.0, -46800],
"desc": "A second test commit",
"branch": "default",
"bookmarks": [],
"tags": ["tip"],
"user": "Sebastian Unger \u003csebunge...@gmail.com\u003e",
"phase": "public",
"parents": ["cfc8f2c7526721829db8793e2638f4e4544930d8"]
    }, {
"node": "cfc8f2c7526721829db8793e2638f4e4544930d8",
"date": [1487809516.0, -46800],
"desc": "A test file",
"branch": "default",
"bookmarks": [],
"tags": [],
"user": "Sebastian Unger \u003csebastian.un...@taitradio.com\u003e",
"phase": "public",
"parents": []
}]
}

I assume the quick-fix will just prevent the error, right? If we can get 
this json-style to work, will the quick-fix allow the use of the new 
post-from-commit functionality with 3.7? Because it is really useful.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-23 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

Interestingly, we already have locally modified stylesheets. In particular 
I had already patched the json style to implement the search API for a 
different use case. So it was fairly straight-forward to take the JSON template 
from 
https://www.mercurial-scm.org/repo/hg/file/tip/mercurial/templates/json/map and 
drop it into place in our server. I did have to patch it a little since the 
utf8 filter isn't available in 3.7.

I can confirm that json search works (now looking slightly different from 
my implementation, but that's ok) using a browser. The output of the log url 
above however has not changed. The full URL btw was:

http://hg.terminals.taitradio.net:8005/TTDE/TestRepo/json-log/?rev=branch(.)  
which of course is not accessible from outside our intranet.

However, none of this has changed the behaviour of RB. I suspect because, 
looking at the original RB back-trace, RB is accessing HG using something like 
the RL parameter ?api_format=json which as far as I can tell has no effect on 
my mercurial 3.7. What's the difference between api_format=json and style=json? 
Because the latter does work.

Upgrading the mercurial server would be a much bigger job then patching the 
templates.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-22 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

Let me know if you need any further info.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-22 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

On the HG server we are running mercurial 3.7.3-1ubuntu1.
RB itself (the client) uses (I believe) the pip installed version in the 
venv. Pip shows that as being at 4.1.
I created a new TestRepo on our server, added a single test commit to it, 
added the repo to RB and confirmed the same behaviour.
Going to the path you showed with a browser results in:


{
  "node": "cfc8f2c7526721829db8793e2638f4e4544930d8",
  "query": "branch(.)",
  "mode": "revset expression search",
  "changesets": [{
"node": "cfc8f2c7526721829db8793e2638f4e4544930d8",
"date": [1487809516.0, -46800],
"desc": "A test file",
"user": "Sebastian Unger \u003csebastian.un...@taitradio.com\u003e"
}]
}

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4032: Add supports_post_commit for Mercurial (hgweb)

2017-02-22 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4032/
--

New update by misery
For Beanbag, Inc. > Review Board > Ticket #4032


Reply:

This (very likely) triggered https://hellosplat.com/s/beanbag/tickets/4524/

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-21 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New update by seb
For Beanbag, Inc. > Review Board > Ticket #4524


Reply:

BTW, pip freeze --local outputs:

appdirs==1.4.0
cffi==1.9.1
cryptography==1.7.2
Django==1.6.11
django-evolution==0.7.6
django-haystack==2.4.1
django-multiselectfield==0.1.5
django-pipeline==1.3.27
django-reset==0.2.0
Djblets==0.9.6
dnspython==1.15.0
docutils==0.13.1
enum34==1.1.6
feedparser==5.2.1
flup==1.0.3.dev20110405
futures==3.0.5
idna==2.2
ipaddress==1.0.18
Markdown==2.4.1
mercurial==4.1
mimeparse==0.1.3
olefile==0.44
packaging==16.8
paramiko==2.1.2
Pillow==4.0.0
pillowfight==0.3
pkg-resources==0.0.0
publicsuffix==1.1.0
pyasn1==0.2.2
pycparser==2.17
pycrypto==2.6.1
Pygments==2.2.0
pyparsing==2.1.10
python-dateutil==1.5
python-ldap==2.4.32
python-memcached==1.58
pytz==2016.10
recaptcha-client==1.0.6
ReviewBoard==2.5.9
six==1.10.0
subvertpy==0.9.2
Whoosh==2.7.4

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4524: TypeError: string indices must be integers

2017-02-21 Thread Sebastian Unger
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4524/
--

New ticket #4524 by seb
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect

File attachments:

 * rb-error.txt
   



--
TypeError: string indices must be integers
==

# What version are you running?
Version 2.5.9
The problem was not present in 2.5.8

# What's the URL of the page containing the problem?
http://reviewboard.taitradio.net/r/new/


# What steps will reproduce the problem?
1. Click create new request
2. Select a mercurial repository (subversion repos are fine)


# What is the expected output? What do you see instead?
On the web page I see:

> There was an error loading information from this repository:
> HTTP 500 Internal Server Error
> This may be a temporary failure. Try again

I also get an email the content of which I have attached.

Reviewboard does not crash, but the post from commit functionality obviously 
does not work.

# What operating system are you using? What browser?
Ubuntu Xenial with updates
Chrome + FF

# Please provide any additional information below.
Very likely related to https://hellosplat.com/s/beanbag/tickets/4032/


--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.