Re: Error linking hosting account on GitLab

2016-06-30 Thread Christian Hammond
Glad it's working! :) Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Jun 29, 2016 at 2:46 PM, wrote: > Hi Christian, > > Sorry again for the late response, I've been in

Re: Error linking hosting account on GitLab

2016-06-29 Thread crisbdal
Hi Christian, Sorry again for the late response, I've been in meetings the last 2 days and unable to get back to this. Checked the settings again and you were right, we're running HTTPS for GitLab (we were running HTTP for Mercurial previously, so I just made the assumption that both would be

Re: Error linking hosting account on GitLab

2016-06-27 Thread Christian Hammond
Hi, A couple things I want to check: 1) Is http://git.mycompany.com/ the root of your GitLab server, or does GitLab live in a subdirectory? 2) Is it using HTTP or HTTPS? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board

Re: Error linking hosting account on GitLab

2016-06-24 Thread crisbdal
Community Edition 8.5.8 -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because

Re: Error linking hosting account on GitLab

2016-06-24 Thread crisbdal
Fixed one error, but got a new one: 2016-06-25 01:42:28,112 - ERROR - - Unexpected HTTP error when linking GitLab account for cbd: HTTP Error 405: Method Not Allowed Traceback (most recent call last): File

Re: Error linking hosting account on GitLab

2016-06-24 Thread Christian Hammond
I'm sorry, wrong file. /usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1-py2.6.egg/reviewboard/hostingsvcs/gitlab.py Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Fri, Jun 24, 2016 at 1:15 PM,

Re: Error linking hosting account on GitLab

2016-06-24 Thread crisbdal
I tried updating the forms.py file, but when I opened it up I found from __future__ import unicode_literals import logging from django import forms from django.utils import six from django.utils.translation import ugettext_lazy as _, ugettext ... So it seems as if everything is where it's

Re: Error linking hosting account on GitLab

2016-06-24 Thread crisbdal
I will give that a try. Dug up the Review Board log settings and set them to debug, though the output is much the same as what was in the server logs 2016-06-24 20:05:46,027 - ERROR - - Unknown error linking hosting account ID=None for hosting service='gitlab', username=u'reviewboard',

Re: Error linking hosting account on GitLab

2016-06-24 Thread Christian Hammond
Hi, Looks like we have a logging import missing, which we'll have to fix. For now, you can edit /usr/lib/python2.6/site-packages/ReviewBoard-2.5.6.1- py2.6.egg/reviewboard/hostingsvcs/forms.py, and put the following near the top of the file: import logging (Note that it must go after the

Error linking hosting account on GitLab

2016-06-24 Thread crisbdal
Trying to hook Review Board 2.5.6.1 up to my GitLab server and it responds with: *Unexpected error when linking hosting service account on gitlab: global name 'logging' is not defined* Dug into the web server logs and found the following: [Fri Jun 24 18:26:24 2016] [error] ERROR:root:Unknown