Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Typings install. Proxy correctly set but getting 401 #714

Open
Jordan-Hall opened this issue Oct 20, 2016 · 4 comments
Open

Typings install. Proxy correctly set but getting 401 #714

Jordan-Hall opened this issue Oct 20, 2016 · 4 comments

Comments

@Jordan-Hall
Copy link

Jordan-Hall commented Oct 20, 2016

Description

typings ERR! message Unable to read typings for "jasmine". You should check the
entry paths in "jasmine.d.ts" are up to date
typings ERR! caused by https://raw.githubusercontent.com/DefinitelyTyped/Definit
elyTyped/c49913aa9ea419ea46c1c684e488cf2a10303b1a/jasmine/jasmine.d.ts responded
with 401, expected it to equal 200

typings ERR! cwd C:\Thin Client\Alpha.ThinClient-Development\QuickStart2
typings ERR! system Windows_NT 6.1.7601
typings ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\dev> t\project\QuickStart2\node_modules\typings\dist\bin.j
s" "install"
typings ERR! node -v v4.3.0
typings ERR! typings -v 1.3.3

typings ERR! If you need help, you may report this error at:
typings ERR! https://github.com/typings/typings/issues

TYPINGSRC file

proxy="http://domain\username:password@Proxy:port"
rejectUnauthorized=false

@blakeembrey
Copy link
Member

Doesn't look correct if you're getting a 401 - that's an unauthorized error. Is it possible you have a typo for your proxy credentials?

@Jordan-Hall
Copy link
Author

@blakeembrey I thought this to begin with. So i decided to put in the wrong password and I got a 407 error which is proxy authentication failure

@blakeembrey
Copy link
Member

Interesting. So does that mean it looks like it's coming from GitHub? Do you have a token set anywhere that's invalid?

@Jordan-Hall
Copy link
Author

Tokens are all set correctly. Is there a way to run typings through fiddle and a proxy?

@unional unional mentioned this issue Nov 21, 2016
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants