Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database not populating in OSX 10.8.4, also remote not working #20

Open
ggaspari opened this issue Jul 9, 2013 · 6 comments
Open

Database not populating in OSX 10.8.4, also remote not working #20

ggaspari opened this issue Jul 9, 2013 · 6 comments

Comments

@ggaspari
Copy link

ggaspari commented Jul 9, 2013

I got it to compile and run but I'm stuck on a black screen telling me to connect my smartphone to /remote, which also returns a "can't connect" on Chrome or Safari either in my iPhone or from the desktop.
captura de tela 2013-07-09 as 16 55 36

@SamyPesse
Copy link
Owner

Use the mouse to click on the screen and you can after that use your mouse.
I'll add a message on the "intro" for this.

@SamyPesse
Copy link
Owner

On the home page, there is no movies posters until you search for somes (home page display only recent movies). Try a search (it should works).
The server runs on the port 8888 (so connect to 192.168.1.103:8888/remote/ on your smartphone). Try connecting to 192.168.1.103:8888 on your desktop, it should display the main UI and you can use your desktop mouse and keyboard for searching for movies and be sure searching works.

(Sorry for my english)

@SamyPesse SamyPesse reopened this Jul 10, 2013
@ggaspari
Copy link
Author

It worked OK after the instructions, really the remote port was throwing me off. But I cannot play anything, searching works and starts buffering to 1% then it throws this exception at the command line:

/Users/ggaspari/tv.js/node_modules/q/q.js:120
throw e;
^
Error: read ECONNRESET
at errnoException (net.js:901:11)
at TCP.onread (net.js:556:19)

@AaronO
Copy link
Collaborator

AaronO commented Jul 11, 2013

@ggaspari Can you provide any extra information. Or is that the only stack trace you get ?

Your error is obviously some kind of network error, my guess it may be coming from the streaming part, but it's hard to tell why without any extra information.

Try with a different film or something, if you still get the same error, post your information here so I can reproduce it.

@smcavinney
Copy link

I'm having the same issue. This happens when the video gets to the 1% mark. When I press play, the video does not do anything, it just sits there. If I click back or reload, I get this error:

/Users/Smcavinney/tv.js-master/node_modules/q/q.js:120
                    throw e;
                             ^
Error: read ECONNRESET
    at errnoException (net.js:901:11)
    at TCP.onread (net.js:556:19)
make: *** [run] Error 8

@Floehe
Copy link

Floehe commented Jul 17, 2013

Using tv.js on OS X 10.8.4 ... when pressing play, the peerflix process starts in the background but stops downloading data after like 10 seconds. The movie never starts to play and then I will get the same error as statet in the post directly above.

When deploying the code on debian, the same torrent starts, peerflix starts downloading and I can press play after an instant, watching the movie.

Maybe something on OS X is stopping the spawned peerflix process? The process is still running but suddenly stops downloading after appr. 10 seconds.

If I can be of any help please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants