Hi Simona, I'd need to see your repository configuration to say more. I do know that the Mercurial support tries a couple different URLs to fetch the file. Ideally we'd cache which one works though.
Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Thu, Jan 9, 2014 at 6:28 AM, Simona Avornicesei <[email protected]>wrote: > Hi all, > > I'm using RB 1.7.20 and I'm getting the following RB logs when posting any > review (newest at top): > > - HTTP error code 401 when fetching file from > https://dummy_hg/hg-history/changeset/file: HTTP Error 401: Unauthorized > - Fetching file from https://dummy_hg/hg-history/changeset/file > - HTTP error code 401 when fetching file from > https://dummy_hg/raw/changeset/file: HTTP Error 401: Unauthorized > - Fetching file from https://dummy_hg/raw/changeset/file > - HTTP error code 401 when fetching file from > https://dummy_hg/raw-file/changeset/file: HTTP Error 401: Unauthorized > - Fetching file from https://dummy_hg/raw-file/changeset/file > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > - DiffParser.parse: Finished parsing diff. > - DiffParser.parse: Beginning parse of diff, size = 4077643 > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > - Initialized HgWebClient with url=u'https://dummy_hg', > username=u'dummy_user' > > It's always the same file for the same changeset but from the looks of > these logs some of the needed files are retrieved succesfully from > mercurial. > > Thanks! > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
