You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ENOENT: no such file or directory, open 'logs/all-logs.log'
Emitted 'error' event on instance at:
at WriteStream. (/home/pi/rpi-webrtc-streamer-frontend/web/workspace/rpi-webrtc-streamer-frontend/proxy/node_modules/winston/lib/winston/transports/file.js:491:16)
at WriteStream.emit (events.js:315:20)
at internal/fs/streams.js:361:12
at FSReqCallback.oncomplete (fs.js:156:23) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'logs/all-logs.log'
The text was updated successfully, but these errors were encountered:
poplarbeargi
changed the title
rws-proxy.js not found
Error: ENOENT: no such file or directory, open 'logs/all-logs.log'
Sep 5, 2020
Anyone can help me figure this one out? I got this when I use the command 'node rws-proxy.js'
info: AuthStatueChanged User : SignOut
events.js:292
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open 'logs/all-logs.log'
Emitted 'error' event on instance at:
at WriteStream. (/home/pi/rpi-webrtc-streamer-frontend/web/workspace/rpi-webrtc-streamer-frontend/proxy/node_modules/winston/lib/winston/transports/file.js:491:16)
at WriteStream.emit (events.js:315:20)
at internal/fs/streams.js:361:12
at FSReqCallback.oncomplete (fs.js:156:23) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'logs/all-logs.log'
The text was updated successfully, but these errors were encountered: