MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-RTSPStream broke after update 2.17.1

    Scheduled Pinned Locked Moved Troubleshooting
    19 Posts 4 Posters 4.8k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @JerryP
      last edited by

      @jerryp a little farther up the log says what module was not found, probably request

      in the module folder, do

      npm install request
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • JerryPJ Offline
        JerryP
        last edited by

        Thanks but this is not working
        This is the log

        pi@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
        
        
        
        S 1 Reply Last reply Reply Quote 0
        • JerryPJ Offline
          JerryP
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @JerryP
            last edited by

            @jerryp and the mm start msgs?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            JerryPJ 1 Reply Last reply Reply Quote 0
            • JerryPJ Offline
              JerryP @sdetweil
              last edited by

              @sdetweil

              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

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @JerryP
                last edited by

                @jerryp so there was an error and the module didn’t handle it.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                swvalentiS 1 Reply Last reply Reply Quote 0
                • swvalentiS Offline
                  swvalenti Project Sponsor @sdetweil
                  last edited by

                  pm2 start omx_stream1
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @swvalenti
                    last edited by

                    @swvalenti then

                    pm2 save
                    

                    so it will restart on next boot

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    swvalentiS 1 Reply Last reply Reply Quote 0
                    • swvalentiS Offline
                      swvalenti Project Sponsor @sdetweil
                      last edited by

                      @sdetweil my guess is the omx stream was not started by pm2 after the update

                      JerryPJ 1 Reply Last reply Reply Quote 0
                      • JerryPJ Offline
                        JerryP @swvalenti
                        last edited by sdetweil

                        @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.

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy