Read the statement by Michael Teeuw here.
MMM-RTSPStream broke after update 2.17.1
-
@jerryp a little farther up the log says what module was not found, probably request
in the module folder, do
npm install request
-
Thanks but this is not working
This is the logpi@raspberrypi:~/MagicMirror/modules/MMM-RTSPStream $ npm install request npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported + request@2.88.2 added 43 packages from 50 contributors and audited 244 packages in 26.473s 11 packages are looking for funding run `npm fund` for details found 0 vulnerabilities
-
pi@raspberrypi:~/MagicMirror/modules/MMM-RTSPStream
$ npm fund
mmm-rtspstream@2.0.2-dev
├─┬ https://github.com/sponsors/ljharb
│ └── resolve@1.20.0, is-core-module@2.8.0
├─┬ https://github.com/sponsors/RubenVerborgh
│ └── follow-redirects@1.14.4
├─┬ https://github.com/chalk/ansi-styles?sponsor=1
│ └── ansi-styles@4.3.0
├─┬ https://github.com/sponsors/jonschlinkert
│ └── picomatch@2.3.0
├─┬ https://github.com/sponsors/feross
│ └── safe-buffer@5.2.1, run-series@1.1.9
├─┬ https://www.patreon.com/feross
│ └── safe-buffer@5.2.1, run-series@1.1.9
├─┬ https://feross.org/support
│ └── safe-buffer@5.2.1, run-series@1.1.9
├─┬ https://github.com/sponsors/sindresorhus
│ └── escape-string-regexp@4.0.0
├─┬ https://www.buymeacoffee.com/systeminfo
│ └── systeminformation@5.9.7
├─┬ https://github.com/sponsors/isaacs
│ └── glob@7.2.0
└─┬ https://github.com/sponsors/epoberezkin
└── ajv@6.12.6 -
@jerryp and the mm start msgs?
-
sorry
0|MagicMirror | Launching application. 0|MagicMirror | [18.10.2021 17:14.57.392] [ERROR] 0|MagicMirror | Whoops! There was an uncaught exception... 0|MagicMirror | [18.10.2021 17:14.57.412] [ERROR] 0|MagicMirror | TypeError: Cannot convert undefined or null to object 0|MagicMirror | at Function.keys (<anonymous>) 0|MagicMirror | at stopProcs (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:469:32) 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:498:17 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:627:19 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon-rpc/lib/client.js:45:10 0|MagicMirror | at Parser.<anonymous> (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon/lib/sockets/req.js:67:8) 0|MagicMirror | at Parser.emit (events.js:315:20) 0|MagicMirror | at Parser._write (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/amp/lib/stream.js:91:16) 0|MagicMirror | at writeOrBuffer (internal/streams/writable.js:358:12) 0|MagicMirror | at Parser.Writable.write (internal/streams/writable.js:303:10) 0|MagicMirror | [18.10.2021 17:14.57.414] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMirror | [18.10.2021 17:14.57.416] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
But the mirror is running. on a PI3B and now I’m out off RAM so lets order a 4B8GB hihihi
-
@jerryp so there was an error and the module didn’t handle it.
-
pm2 start omx_stream1
-
-
@sdetweil my guess is the omx stream was not started by pm2 after the update
-
@swvalenti
No the module was not booting totally. after i make the npm install request. the module is starting only the fault stil is in the log every time I reboot the mirror.