ereviewboard icon indicating copy to clipboard operation
ereviewboard copied to clipboard

Repository not found error

Open johnstonskj opened this issue 13 years ago • 4 comments

Just installed the connector and started the add new repository wizard. I entered the root URL for our reviewboard server (https://cr.mycompany.com/) and my user ID and password, I know our server is version 1.5 and I can get the /api/ document for it so am not sure what's missing based on the error message "Repository not found" when I press the validate button.

johnstonskj avatar Feb 01 '12 15:02 johnstonskj

Can you get a wireshark or similar network dump? It would help to see what response ( if any ) is returned from the server.

rombert avatar Feb 01 '12 22:02 rombert

Our server uses https and authentication so I found the tcpdump less than helpful.

Interestingly, if you use http://cr.company.com/ you get a 302 redirect to https://cr.company.com/. You must use authentication, or you get a 401. If you specify https://cr.company.com/api you get a 302 redirect to https://cr.company.com/api/.

Are the redirects part of the problem?

On Wed, Feb 1, 2012 at 2:34 PM, Robert Munteanu < [email protected]

wrote:

Can you get a wireshark or similar network dump? It would help to see what response ( if any ) is returned from the server.


Reply to this email directly or view it on GitHub: https://github.com/rombert/ereviewboard/issues/91#issuecomment-3768699

johnstonskj avatar Feb 07 '12 19:02 johnstonskj

What do you use as the repository address - https://cr.company.com/ ?

rombert avatar Feb 10 '12 14:02 rombert

Is this still an issue?

rombert avatar Mar 28 '13 21:03 rombert