I try to create a Bot for mac Server 4.0.3 on OS X 10.10.2. I update checkout repository with existing SSH key, but always get the same error : "Bot creation failed with error: Internal Error Creating Bot".
Could anyone help how to resolve this issue or give any explanation why it happened?
I had the same issue but I was not able to solve the root cause.
The only workaround I have found was to create the bot directly on the CI server.
The issue I think is due to something related to the certificates but I was not able to find out what.
HTH
Related
I have installed LHCI(Light House CI) server on an AWS EC2 instance(or my own home-server). The server is up and running. I have the url
I can add projects to the CI server with #lhci/cli#0.3 wizard and the project I create through client wizard appears successfully on the LHCI server.
As successful result of wizard it gives me two token. Admin and upload token whih I use it in my client config(upload token)
However, when it runs the auto-run and generates the report, the next step which is pushing data to my LHCI instance, it says token is invalid. I installed it on my own Linux box in my home network.
I thought it could be something wrong with my network and something dodgy happening. Then I installed it on EC2 and still same issue.
One thing I didn't find in the documentation is about whether the server needs to be HTTPS? (if you know this it could be a great help as well)
How come the upload token generated by the wizard is not valid ? what am I missing ?
I had the same problem. First, make sure the lhci client and server version match. It is thought that additional authentication factors have been added as the master version of lhci has recently been upgraded. In my case, the following error occurred and I solved it by setting the version to the same version.
Error: Unexpected status code 403
{"message":"Invalid token"}
I see the following error when trying to install my app in Teams for testing: "Valid domain cannot use tunnel site". I am using ngrok as described in the guide. So, I believe this is the reason for not being able to install the app. When I try to install it for a team, I see "Something went wrong." error and the app is not installed. Any thoughts on that?
I've resolved this issue by using this command.
ngrok.exe http -host-header=rewrite localhost:3979
We use TeamCity for Continuous Integration and today, when i updated my TeamCity to version 2017.2.3 (build 51047), it isn't allowing me to login using my regular username/password
When i try to use my username and password. I get below error:
Login failed in all authentication modules with messages:
Invalid login format: domain name is required
Incorrect username or password.
I cant get my head around this error? which domain name should i use? because from installing TeamCity (couple of years ago) till today upgradation, TeamCity has never asked me for any Domain Name. Does it has some of its own domain which i need to use?
I tried to find solution to my issue but couldn't find much available.
Any help will be appreciated.
I installed Gitkraken and I'm trying to clone a repository from Bitbucket but it doesn't work, I get this error during the cloning process:
Failed to start ssh sesssion. Bad socket provided
I generated an authentification key on Gitkraken and accepted it with Bitbucket, so that's not the problem. I think it's because I'm behind a proxy, but I couldn't find any way to make it work. I'm using Windows 10.
Could anyone help me please?
I had this issue, too. It could not connect using SSH while behind a proxy, but I ended up getting it working if I connected using HTTPS. This might be a useful workaround for you.
I am trying to deploy my webapp VS2015 RC1 DNX 451. Even when I validate connection and run publish I get error
Severity Code Description Project File
Error Error Code: ERROR_USER_UNAUTHORIZED
Error More Information: Connected to the remote computer ("crocus.arvixe.com") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED.
Error Error: The remote server returned an error: (401) Unauthorized.
Googling the issue and even trying to view host forum just says make sure username and password is correct. I am getting nowhere trying various settings. Any ideas how to debug the issue?
I am using Arvixe.com as host.
You should contact Arvixe.com. They likely have some odd configuration on their servers but I would suspect they can help you resolve the issue.
Arvixe does not support Web Deploy anymore. Once they move you to their new servers Web Deploy won't be available to you. In Visual Studio you can set up a Publish with FTP instead of Web Deploy. If you're used to Web Deploy publishing your database changes, then you'll need to do those yourself with SQL scripts. Entity Frameworks has an option to produce a SQL script for a migration, so you can use that to publish your EF database changes.