PopcornTimeCommunity / desktop

official desktop repository of original popcorn time lighweight
https://popcorntime.is
Other
266 stars 75 forks source link

Bypass censorship with Javascript implementation of the Tor (or Tor like) anonymizer project (The Onion Router) #63

Open YIFYtorrents opened 8 years ago

YIFYtorrents commented 8 years ago

EDIT Both APIs, yts.ph and yts.ag are now being blocked by Belgium, a country where Popcorn Time is extremely popular.

This project https://github.com/Ayms/node-Tor is very important, but I cannot figure out how to install this nice piece of software. The following installation does not work.

git clone http://github.com/Ayms/node-Tor.git

cd node-Tor

npm link

npm-debug.log

0 info it worked if it ends with ok

1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'link' ]

2 info using npm@1.4.28

3 info using node@v0.10.37

4 verbose node symlink /usr/bin/node

5 verbose linkPkg /home/user/Desktop/git/node-Tor

6 error Error: EACCES, symlink '/home/user/Desktop/git/node-Tor'

6 error  { [Error: EACCES, symlink '/home/user/Desktop/git/node-Tor']

6 error   errno: 3,

6 error   code: 'EACCES',

6 error   path: '/home/user/Desktop/git/node-Tor' }

7 error Please try running this command again as root/Administrator.

8 error System Linux 3.16.0-62-generic

9 error command "/usr/bin/node" "/usr/bin/npm" "link"

10 error cwd /home/user/Desktop/git/node-Tor

11 error node -v v0.10.37

12 error npm -v 1.4.28

13 error path /home/user/Desktop/git/node-Tor

14 error code EACCES

15 error errno 3

16 error stack Error: EACCES, symlink '/home/user/Desktop/git/node-Tor'

17 verbose exit [ 3, true ]
soredake commented 8 years ago

Maybe just add proxy settings?