cdcme/tokbox-meteor

403 error when adding package

Closed this issue · 2 comments

Getting this error when I perform
mrt add tokbox

in my meteor project

ERROR: 128 Command failed: error: The requested URL returned error: 403 while ac
cessing https://github.com/carlodicelico/tokbox-meteor/info/refs
fatal: HTTP request failed

STDOUT: Cloning into '/home/vagrant/.meteorite/source/carlodicelico/tokbox-meteo
r'...

STDERR: error: The requested URL returned error: 403 while accessing https://git
hub.com/carlodicelico/tokbox-meteor/info/refs
fatal: HTTP request failed

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:124
throw "There was a problem cloning repo: " + self.url +
^
There was a problem cloning repo: https://github.com/carlodicelico/tokbox-meteor

Just updated the package to use the new OpenTok API and also removed the .npm directory, which I think might have been causing this. Try completely removing the package (mrt remove tokbox should do it) from your project and adding it back and let me know if that works.

This is fixed.