asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

Page never loads #165

Closed NightMachinery closed 5 years ago

NightMachinery commented 5 years ago

Here is the output of peerflix-server: (I just installed it so latest version)

peerflix-server
Listening on http://localhost
previous state not found
GET / 200 3.102 ms - 7011
GET /scripts/d7eb91e4.scripts.js 200 3.670 ms - 2564
GET /scripts/d7eb91e4.scripts.js 200 1.512 ms - 2564
GET /scripts/d7eb91e4.scripts.js 200 0.944 ms - 2564

Node: 11.10.0

asapach commented 5 years ago

Works for me:

>peerflix-server
Listening on http://localhost:9000
previous state not found
GET / 200 6.846 ms - 701
GET /scripts/d7eb91e4.scripts.js 200 3.163 ms - 2564
GET /scripts/4a9a1321.vendor.js 200 5.728 ms - 294059
GET /styles/4e860972.main.css 200 12.573 ms - 2220
GET /styles/090f78f4.vendor.css 200 13.719 ms - 142051
GET /favicon.ico?new 200 5.728 ms - 318
GET /views/main.html 200 0.901 ms - 4272
GET /images/169ad458.logo.svg 200 5.142 ms - 973
GET /torrents 200 2.285 ms - 2
GET /bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0 200 8.547 ms - 65452
GET /torrents 304 0.645 ms - -

Could you please provide more details like:

node -v
npm -v
npm ls -g peerflix-server
NightMachinery commented 5 years ago

@asapach v11.10.0 6.7.0 /home/linuxbrew/.linuxbrew/lib └── peerflix-server@0.4.2

I installed this on my other vps, and there it worked fine. (Node 10.9) Exact same steps in both installations.

asapach commented 5 years ago

Are there any errors in the browser console?