Re: Issue installing reviewbot-worker on latest RB

2018-03-15 Thread David Trowbridge
There’s obviously a misconfiguration somewhere, but I really don’t have time now to dig through the code via email. I think you’ll need to add some additional logging to the djblets extension media unpacking to figure out what’s wrong. -David On Thu, Mar 15, 2018 at 5:38 PM Daniel CABRERA wrote:

Re: Issue installing reviewbot-worker on latest RB

2018-03-15 Thread Daniel CABRERA
I have done all that already, with same results:-( On Fri, 16 Mar. 2018, 11:37 am David Trowbridge, wrote: > As I suggested, disable and enable the extension while keeping an eye on > the log files. And double check the permissions on the directory to verify > that the web server can write to it

Re: Issue installing reviewbot-worker on latest RB

2018-03-15 Thread David Trowbridge
As I suggested, disable and enable the extension while keeping an eye on the log files. And double check the permissions on the directory to verify that the web server can write to it. On Thu, Mar 15, 2018 at 5:14 PM MoonWalker wrote: > David, > > Not sure what else to try 😞 > > -- > Supercharge

Re: Issue installing reviewbot-worker on latest RB

2018-03-15 Thread MoonWalker
David, Not sure what else to try 😞 -- 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 messa

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
The extension has been enabled, and no change at all. there isn't any reference to that extension on that path :-/ On Thursday, March 15, 2018 at 9:34:57 AM UTC+11, David Trowbridge wrote: > > The files there should get created when you enable the extension in the > review board admin, not when

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread David Trowbridge
The files there should get created when you enable the extension in the review board admin, not when installing the Python package. -David On Wed, Mar 14, 2018 at 3:26 PM MoonWalker wrote: > hi David, > > The extension is not there :-/. I uninstall it an reinstall it. Please > take a look at the

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
hi David, The extension is not there :-/. I uninstall it an reinstall it. Please take a look at the logs attached to this post. Cheers On Thursday, March 15, 2018 at 8:34:54 AM UTC+11, David Trowbridge wrote: > > That's just normal stuff from the API. The real problem is that extension > stati

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread David Trowbridge
That's just normal stuff from the API. The real problem is that extension static media (CSS & JS) either isn't being unpacked correctly when you're enabling the extension, or isn't being served correctly by the webserver. Can you check the contents of /htdocs/static/ext/ and see if there's a revie

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
David, Not sure if this is related or not, but I noticed this error, several times when I open a review. Please take a look at the file attached. Cheers On Wednesday, March 14, 2018 at 2:03:03 PM UTC+11, David Trowbridge wrote: > > Just to check, can you run pip list and send the output? > On

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
David, I attached the logs to this post. I included the pip version at the bottom of this message. root@rb:~# pip --version pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) On Wednesday, March 14, 2018 at 2:03:03 PM UTC+11, David Trowbridge wrote: > > Just to check, can you ru

Re: Issue installing reviewbot-worker on latest RB

2018-03-13 Thread David Trowbridge
Just to check, can you run pip list and send the output? On Tue, Mar 13, 2018 at 8:00 PM MoonWalker wrote: > Anything else that I shall try? > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons

Re: Issue installing reviewbot-worker on latest RB

2018-03-13 Thread MoonWalker
Anything else that I shall try? -- 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 b

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
I enable/disable the extension without restarting the server and reviewboard.log does not show anything else beside: 2018-03-13 00:38:57,717 - DEBUG - - root - Logging to /var/www/reviewboard/logs/reviewboard.log with a minimum level of DEBUG I enable/disable the extension and restart the serv

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread David Trowbridge
It looks like it can't find the extension static media. I'd try disabling/re-enabling the extension (watch the server logs while doing this to make sure there aren't any permissions problems), and possibly also restarting the webserver. -David On Mon, Mar 12, 2018 at 5:20 PM MoonWalker wrote: >

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
David, My mistake I found something on the browser side. I attached the logs to this post. On Tuesday, March 13, 2018 at 10:46:58 AM UTC+11, David Trowbridge wrote: > > Is there anything in the Review Board log file or the browser's debug > console? > > -David > > On Mon, Mar 12, 2018 at 4:33 PM

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
David, My mistake I found something on the browser side. I attached the logs to this post. On Tuesday, March 13, 2018 at 10:46:58 AM UTC+11, David Trowbridge wrote: > > Is there anything in the Review Board log file or the browser's debug > console? > > -David > > On Mon, Mar 12, 2018 at 4:33

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
I have DEBUG = True on settings_local.py and on RB -> Logging Settings -> Log Level -> DEBUG and the only info that I got from the reviewboard.log is: 2018-03-13 00:00:29,314 - DEBUG - - root - Logging to /var/www/reviewboard/logs/reviewboard.log with a minimum level of DEBUG 2018-03-13 00:00:

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread David Trowbridge
Is there anything in the Review Board log file or the browser's debug console? -David On Mon, Mar 12, 2018 at 4:33 PM MoonWalker wrote: > David, > > After installing both extensions, I tried to configure the Bot on RB, but > some how I endup with a Blank configuration window. Please take a look

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
David, After installing both extensions, I tried to configure the Bot on RB, but some how I endup with a Blank configuration window. Please take a look at the attachment. Beside the previous warning that I post on previous post, I did not noticed any other issue. On Tuesday, March 13, 2018 at

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
David, You were 100% right by updating pip to the latest one I was able to install the extension. The only Warring that I have is the following. Not sure if is trivial or not: Found existing installation: six 1.5.2 DEPRECATION: Uninstalling a distutils installed project (six) has been depr

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread David Trowbridge
It looks like you may need to upgrade pip and/or setuptools on your system. -David On Mon, Mar 12, 2018 at 3:28 PM MoonWalker wrote: > David, > > The following logs shows the set of commands and errors after trying to > install the reviewbot-worker extension: > > I attached the pip.log file t

Re: Issue installing reviewbot-worker on latest RB

2018-03-12 Thread MoonWalker
David, The following logs shows the set of commands and errors after trying to install the reviewbot-worker extension: I attached the pip.log file to this post. root@reviewboard:/etc/apache2/sites-available# sudo pip uninstall ReviewBot Cannot uninstall requirement ReviewBot, not installed St

Re: Issue installing reviewbot-worker on latest RB

2018-03-09 Thread MoonWalker
Is there anything else missing ? On Thursday, March 8, 2018 at 12:04:29 PM UTC+11, David Trowbridge wrote: > > Can you show us more detail about how you're installing it, and more > context for that error? > > reviewbot-worker requires flake8>=3.3.0 > > -David > > On Wed, Mar 7, 2018 at 4:35 PM M

Re: Issue installing reviewbot-worker on latest RB

2018-03-07 Thread MoonWalker
Downloading/unpacking reviewbot-worker Getting page https://pypi.python.org/simple/reviewbot-worker/ URLs to search for versions for reviewbot-worker: * https://pypi.python.org/simple/reviewbot-worker/ Analyzing links from page https://pypi.python.org/simple/reviewbot-worker/ Found link

Re: Issue installing reviewbot-worker on latest RB

2018-03-07 Thread David Trowbridge
Can you show us more detail about how you're installing it, and more context for that error? reviewbot-worker requires flake8>=3.3.0 -David On Wed, Mar 7, 2018 at 4:35 PM MoonWalker wrote: > I am in the process to install/configure review bot. I tried to install > reviewbot-worker, but I got t

Issue installing reviewbot-worker on latest RB

2018-03-07 Thread MoonWalker
I am in the process to install/configure review bot. I tried to install reviewbot-worker, but I got the following error *raise ValueError("Expected "+item_name+" in",line,"at",line[p:])* *ValueError: ('Expected version spec in', 'flake8 ~=2.6.0', 'at', ' ~=2.6.0')* I using flake8 3.5.0, do I