Connecting to Facebook - ibm-watson

I'm using the IBM Watson-Conversation example on how to connect to Facebook. But I can't get past copying the connector info to Github. I'm following the automated process but I keep getting the error below. Can't see any issues on Github, and the repository is empty. Any thoughts?
The integration could not be set up. Check the settings and try again.
Reason: An error occurred while cloning the git repository. Error details: Invalid repository URL. Unable to connect to: https://github.com/davidmackenziejtge/conversation-connector-1.git. Please go to GitHub to either delete or rename the empty repository before trying again.

Looks like you haven't given the automated process write access to your github repository. This would have been through a browser message asking for permission when you initiated the process.

Related

While deploying react application on github pages i am facing the error-Please make sure you have the correct access rights and the repository exists

While deploying react application on github pages i am facing the following error.
Please make sure you have the correct access rights and the repository exists.
git#github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error screenshot

Error while pushing a newly created react native app onto the Github or Gitlab

Background :
I have created a new react-native app using react-native init. Now I want to push this new repo to GitHub/GitLab with an initial commit message where I am facing the issue.
Issue:
While trying to push the project on the master branch of an empty repo I am getting a broken pipe error.
I am working on multiple projects and pushing the commits over ssh in different repositories on both Github and GitLab. There is no issue with old projects. Only when I create a new react-native app and try to push that in a new repo I am facing this issue. Can someone help me with this and tell me why this error is coming?
This issue was happened due to firewall software installed in the system. So if you are facing a similar kind of issue I am listing some of the things that might help:-
Check for any firewall software installed in the system.
Check for your internet connection.
Make sure your files don't exceed the git files limit if they do try to use git LFS.
If pushing via HTTP try increasing http.postbuffer size.

where to get deployment logs of azure app service VS-Code extension

i have a react site that am trying to deploy to azure app service (free tiers windows) plan.
i am using VS-Code's Azure App service extention.
when i right click deploy to web app i get the error
11:44:47 AM amn-react-app: Starting deployment...
11:44:47 AM amn-react-app: Creating zip package...
11:53:39 AM amn-react-app: Zip package size: 298 MB
11:53:40 AM: Error: An error has occurred.
where to see the deployment logs to check what happened ?
update
following the update below i was able to see logs but they still not telling details.
I use vscode create a sample react project to test.
And I found, we can check delpoyment logs on portal.
Method 1
Method 2
I also try to use rest api to get deployments info, but failed because I don't find deployment id. If you are interested, you can also try.
Web Apps - Get Deployment

angular cli Failed to create GitHub repo. Error: 422 Unprocessable Entity

I' trying to deploy to Github Pages using angular-cli (1.0.0-beta.11-webpack.8)
It worked fine once (when it just asked me for my user and pass)
Now, on a different repo, it wants a token:
In order to deploy this project via GitHub Pages, we must first create a repository for it.
It's safer to use a token than to use a password so you will need to create one
Go to the following page and click "Generate new token".
https://github.com/settings/tokens
When I generate a token and enter my username it always gives me this error:
Failed to create GitHub repo. Error: 422 Unprocessable Entity
Anyone got a solution for this?
Log into Github and check under Repositories to see if it was created (https://github.com/settings/repositories). Follow the instructions in the Readme.md file then try to deploy again.
I had the same issue.
You encounter this problem if you already have a repo on your github account with the same name of your project you are trying to deploy. I got around this problem by first deleting my repo and then executing the deploy command: ng github-pages:deploy
I'm guessing this is because the angular-cli always tries to create the repo first and if it fails (because it already exists), then it does not progress.
This recreates your repo with an extra branch which contains the deployed app.

it gives an alert on eclipse : Unable to Update : appengine-api-1.0-sdk-1.5.0.jar (Access is denied) when deployed to GAE

I am unable to deploy my application to google app engine however I can deploy it when I try 2nd or 3rd time. I get an alert on eclise as well as the log on console as below:
------------ Deploying frontend ------------
Preparing to deploy:
Created staging directory at: 'C:\DOCUME~1\bg92344\LOCALS~1\Temp\appcfg2387862893654282649.tmp'
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
java.io.FileNotFoundException: C:\DOCUME~1\bg92344\LOCALS~1\Temp\appcfg2387862893654282649.tmp\WEB-INF\lib\appengine-api-1.0-sdk-1.5.0.jar (Access is denied)
Debugging information may be found in C:\Documents and Settings\bg92344\Local Settings\Temp\appengine-deploy8040646126412995823.log
One thing that I found peculiar that when I go to Temp\appcfg2387862893654282649.tmp\WEB-INF\lib\ the jar appengine-api-1.0-sdk-1.5.0.jar dissapears after i get this alert, I guess it is not copying the jar completely. I dont know why :(
Can anybody help me out on this. Thanks in advance.
Regards,
BaleSabu
1 Login from Eclipse to your Google account (left bottom icon)
2 Check you application id before deploy. Should be same to your application.
3 Your user should have owner or admin role for application you want to deploy
Try cleaning and rebuilding your project before attempting to deploy again. Alternatively try to restart your IDE or computer. This fixed my errors in Android Studio.

Resources