calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Cytube Startup Hangs when Loading Tor Exit List #879

Closed mootquex closed 4 years ago

mootquex commented 4 years ago

Issue solved.

yoooby commented 4 years ago

how did you solve it ?

calzoneman commented 4 years ago

See the clarification here: https://github.com/calzoneman/sync/wiki/CyTube-3.0-Installation-Guide#running

CyTube doesn't daemonize; it defaults to running in the foreground, so it will print some initialization messages and then continue to wait for connections.

If you would like to detach it into the background, you can use a process manager or init system such as forever or systemd.

yoooby commented 4 years ago

oh sorry it's working now, thx

yoooby commented 4 years ago

Your browser attempted to submit form data to /register with an invalid authentication token. This may be because:

Your session has expired Your request was missing the authentication token A malicious user has attempted to tamper with your session Your browser does not support cookies, or they are not enabled If the problem persists, please contact an administrator. why i got this err ?

calzoneman commented 4 years ago

See if https://github.com/calzoneman/sync/issues/730 or https://github.com/calzoneman/sync/issues/505 help you troubleshoot it.