node-cloud-vision-api icon indicating copy to clipboard operation
node-cloud-vision-api copied to clipboard

[email protected]:google-cloud/vision Permission denied

Open JohnReedLOL opened this issue 8 years ago • 3 comments

My tutorial is not working out of the box

https://cloud.google.com/vision/docs/reference/libraries#client-libraries-install-nodejs

$ sudo npm install --save @google-cloud/vision The authenticity of host 'github.com (192.30.253.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. |\e you sure you want to continue connecting (yes/no)?
npm ERR! git clone [email protected]:google-cloud/vision Cloning into bare repository '/home/johnreed/.npm/_git-remotes/git-github-com-google-cloud-vision-41bc45c9'... npm ERR! git clone [email protected]:google-cloud/vision Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. npm ERR! git clone [email protected]:google-cloud/vision Permission denied (publickey). npm ERR! git clone [email protected]:google-cloud/vision fatal: Could not read from remote repository. npm ERR! git clone [email protected]:google-cloud/vision npm ERR! git clone [email protected]:google-cloud/vision Please make sure you have the correct access rights npm ERR! git clone [email protected]:google-cloud/vision and the repository exists. npm ERR! addLocal Could not install google-cloud/vision npm ERR! Error: ENOENT, stat 'google-cloud/vision' npm ERR! If you need help, you may report this entire log, npm ERR! including the npm and node versions, at: npm ERR! http://github.com/npm/npm/issues

npm ERR! System Linux 4.2.0-27-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "@google-cloud/vision" npm ERR! cwd /home/johnreed/workspace/node-js-getting-started npm ERR! node -v v0.10.25 npm ERR! npm -v 1.4.21 npm ERR! path google-cloud/vision npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/johnreed/workspace/node-js-getting-started/npm-debug.log npm ERR! not ok code 0

$ cat /home/johnreed/workspace/node-js-getting-started/npm-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', 1 verbose cli '/usr/bin/npm', 1 verbose cli 'install', 1 verbose cli '--save', 1 verbose cli '@google-cloud/vision' ] 2 info using [email protected] 3 info using [email protected] 4 verbose readDependencies using package.json deps 5 verbose cache add [ '@google-cloud/vision', null ] 6 verbose cache add name=undefined spec="@google-cloud/vision" args=["@google-cloud/vision",null] 7 verbose parsed url { protocol: null, 7 verbose parsed url slashes: null, 7 verbose parsed url auth: null, 7 verbose parsed url host: null, 7 verbose parsed url port: null, 7 verbose parsed url hostname: null, 7 verbose parsed url hash: null, 7 verbose parsed url search: null, 7 verbose parsed url query: null, 7 verbose parsed url pathname: '@google-cloud/vision', 7 verbose parsed url path: '@google-cloud/vision', 7 verbose parsed url href: '@google-cloud/vision' } 8 verbose cache add name="" spec="google-cloud/vision" args=["","google-cloud/vision"] 9 verbose parsed url { protocol: null, 9 verbose parsed url slashes: null, 9 verbose parsed url auth: null, 9 verbose parsed url host: null, 9 verbose parsed url port: null, 9 verbose parsed url hostname: null, 9 verbose parsed url hash: null, 9 verbose parsed url search: null, 9 verbose parsed url query: null, 9 verbose parsed url pathname: 'google-cloud/vision', 9 verbose parsed url path: 'google-cloud/vision', 9 verbose parsed url href: 'google-cloud/vision' } 10 silly lockFile d5a09ed3-google-cloud-vision google-cloud/vision 11 verbose lock google-cloud/vision /home/johnreed/.npm/d5a09ed3-google-cloud-vision.lock 12 info maybeGithub Attempting google-cloud/vision from git://github.com/google-cloud/vision 13 silly lockFile 722b1f98-t-github-com-google-cloud-vision git://github.com/google-cloud/vision 14 verbose lock git://github.com/google-cloud/vision /home/johnreed/.npm/722b1f98-t-github-com-google-cloud-vision.lock 15 verbose addRemoteGit [ 'git://github.com/google-cloud/vision', 'master' ] 16 verbose git clone git://github.com/google-cloud/vision Cloning into bare repository '/home/johnreed/.npm/_git-remotes/git-github-com-google-cloud-vision-722b1f98'... 16 verbose git clone git://github.com/google-cloud/vision fatal: remote error: 16 verbose git clone git://github.com/google-cloud/vision Repository not found. 17 silly lockFile 722b1f98-t-github-com-google-cloud-vision git://github.com/google-cloud/vision 18 silly lockFile 722b1f98-t-github-com-google-cloud-vision git://github.com/google-cloud/vision 19 info maybeGithub Attempting google-cloud/vision from git+ssh://[email protected]:google-cloud/vision 20 silly lockFile 41bc45c9-t-github-com-google-cloud-vision [email protected]:google-cloud/vision 21 verbose lock [email protected]:google-cloud/vision /home/johnreed/.npm/41bc45c9-t-github-com-google-cloud-vision.lock 22 verbose addRemoteGit [ '[email protected]:google-cloud/vision', 'master' ] 23 error git clone [email protected]:google-cloud/vision Cloning into bare repository '/home/johnreed/.npm/_git-remotes/git-github-com-google-cloud-vision-41bc45c9'... 23 error git clone [email protected]:google-cloud/vision Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. 23 error git clone [email protected]:google-cloud/vision Permission denied (publickey). 23 error git clone [email protected]:google-cloud/vision fatal: Could not read from remote repository. 23 error git clone [email protected]:google-cloud/vision 23 error git clone [email protected]:google-cloud/vision Please make sure you have the correct access rights 23 error git clone [email protected]:google-cloud/vision and the repository exists. 24 silly lockFile 41bc45c9-t-github-com-google-cloud-vision [email protected]:google-cloud/vision 25 silly lockFile 41bc45c9-t-github-com-google-cloud-vision [email protected]:google-cloud/vision 26 silly lockFile d5a09ed3-google-cloud-vision google-cloud/vision 27 silly lockFile d5a09ed3-google-cloud-vision google-cloud/vision 28 error addLocal Could not install google-cloud/vision 29 error Error: ENOENT, stat 'google-cloud/vision' 30 error If you need help, you may report this entire log, 30 error including the npm and node versions, at: 30 error http://github.com/npm/npm/issues 31 error System Linux 4.2.0-27-generic 32 error command "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "@google-cloud/vision" 33 error cwd /home/johnreed/workspace/node-js-getting-started 34 error node -v v0.10.25 35 error npm -v 1.4.21 36 error path google-cloud/vision 37 error code ENOENT 38 error errno 34 39 verbose exit [ 34, true ]

If I do not have access to it, please put a note one the docs themselves.

JohnReedLOL avatar Aug 27 '17 15:08 JohnReedLOL

Also, I want to make my Google Vision API calls from my node.js server. If you can figure out a way for me to do that (without doing say a full re-write from Node.js to Python), that would be ideal.

JohnReedLOL avatar Aug 27 '17 15:08 JohnReedLOL

@JohnReedLOL Hi, it seems you are installing Google official library. This repository is different and it's not the official library. Please open an issue for official GoogleCloudPlatform repo.

tejitak avatar Aug 28 '17 06:08 tejitak

Can you post a link to that repo so that I don't get the wrong one twice?

JohnReedLOL avatar Aug 28 '17 14:08 JohnReedLOL