[GH-ISSUE #165] Page never loads #135

Closed
opened 2026-02-25 20:32:31 +03:00 by kerem · 3 comments
Owner

Originally created by @NightMachinery on GitHub (Mar 2, 2019).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/165

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

Originally created by @NightMachinery on GitHub (Mar 2, 2019). Original GitHub issue: https://github.com/asapach/peerflix-server/issues/165 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
kerem closed this issue 2026-02-25 20:32:31 +03:00
Author
Owner

@asapach commented on GitHub (Mar 2, 2019):

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
<!-- gh-comment-id:468951850 --> @asapach commented on GitHub (Mar 2, 2019): 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 ```
Author
Owner

@NightMachinery commented on GitHub (Mar 2, 2019):

@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.

<!-- gh-comment-id:468953382 --> @NightMachinery commented on GitHub (Mar 2, 2019): @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.
Author
Owner

@asapach commented on GitHub (Mar 2, 2019):

Are there any errors in the browser console?

<!-- gh-comment-id:468963018 --> @asapach commented on GitHub (Mar 2, 2019): Are there any errors in the browser console?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#135
No description provided.