mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #90] Fatal error: Invalid string length #76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuperDisk on GitHub (Nov 20, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/90
I can run the program fine by installing via
npmand runningpeerflix-server, but when I clone the git repository, runnpm installandbower install, then try to stream a video file, the server console (grunt serve) waits for a little while before outputtingFatal error: Invalid string lengthand no other info... Not really sure what's going on. For what it's worth, if I start the stream in my browser with thepeerflix-serverstarted instance, close it and switch to thegrunt serveversion, I can skip around in the file correctly, implying it's streaming. It just can't get it started or something.I'm using Windows 10 and Node 6, if it matters.
Edit: Non-video files can still be downloaded like normal (images, text files, etc)
@asapach commented on GitHub (Jan 29, 2017):
Have you figured out what the issue was? Do you have any repro steps?