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

lrc server crash ( in an experimental try with Ipad) #57

Open
saeednm opened this issue May 8, 2016 · 0 comments
Open

lrc server crash ( in an experimental try with Ipad) #57

saeednm opened this issue May 8, 2016 · 0 comments

Comments

@saeednm
Copy link

saeednm commented May 8, 2016

version info :
ubuntu 16.04
nodejs: 4.2.6~dfsg-1ubuntu4
xbacklight 1.2.1-1build1
xdotool 1:3.20150503.1-2

lrc-server starts successfully. But after I connect to it with the client on Ipad, it crashes.
Here is the log :

/opt/lrc-server/lrc.js:104
backlight = backlight[1].replace(/^\s+|\s+$/g, "");
^
TypeError: Cannot read property 'replace' of undefined
at /opt/lrc-server/lrc.js:104:41
at ChildProcess.exithandler (child_process.js:204:7)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:821:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

Another time with a little different log :

/opt/lrc-server/lrc.js:104
backlight = backlight[1].replace(/^\s+|\s+$/g, "");
^
TypeError: Cannot read property 'replace' of undefined
at /opt/lrc-server/lrc.js:104:41
at ChildProcess.exithandler (child_process.js:204:7)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:821:16)
at Socket. (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Pipe._onclose (net.js:469:12)

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

1 participant