-
-
Notifications
You must be signed in to change notification settings - Fork 43
Error on getPackageConfig with jsmp v0.13.26 #137
Comments
I got the same issue, thought to change my git token, But it's also failing like below
|
Having exactly the same issue since last week while using jspm 0.16.x is there a known solution / workaround ? |
Please do confirm you're running the latest jspm-github 0.13.26. //cc @yafanasiev who worked on the support of the new token format here in #135. I'm not sure if this is a problem caused by that PR, or simply a result of the token format change with GitHub. |
I'm using |
Using:
Tried old and new token format without any luck |
Works for me on
with new token format. Can you share more details or a minimal reproducible setup? Also, can you check if your install will error on public-only repositories? Token will still be used in requests, but that would eliminate issues with specific private dependencies. |
used this command
then we're using this xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx in our package.json
|
Hello @yafanasiev,
I tried running the build using jspm 0.16.55 using node 6.15.1, and tried the Don't know if this is important but the |
@sudhakar-reddyk @rasialaAF unfortunately I can't reproduce the issue even on simple setup. I've got a correct request built in Line 456 in 872c167
jspm-github to see if any of recent changes brought this issue, or creating a minimal reproducible repo to check this further.
|
@yafanasiev what is your setup? what's your git token format, and how are you providing it to jspm-github? |
We use new format token with
|
I went around this several times and I think it probably is ok. In case this helps I think I had an old format (and expired) token in an env variable, and despite all the jspm config commands I suspect it was still being used. I updated the env var and my problems seem(!) to have gone away. |
Unauthorized response for GitHub API.
The text was updated successfully, but these errors were encountered: