• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 5.0k 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.
  • J Offline
    JerryP
    last edited by Oct 18, 2021, 6:07 AM

    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 Oct 18, 2021, 11:03 AM

      @jerryp and the mm start msgs?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Oct 18, 2021, 3:25 PM Reply Quote 0
      • J Offline
        JerryP @sdetweil
        last edited by Oct 18, 2021, 3:25 PM

        @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 Oct 18, 2021, 3:41 PM Reply Quote 0
        • S Offline
          sdetweil @JerryP
          last edited by Oct 18, 2021, 3:41 PM

          @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

          S 1 Reply Last reply Oct 18, 2021, 4:12 PM Reply Quote 0
          • S Offline
            swvalenti Project Sponsor @sdetweil
            last edited by Oct 18, 2021, 4:12 PM

            pm2 start omx_stream1
            
            S 1 Reply Last reply Oct 18, 2021, 5:06 PM Reply Quote 0
            • S Offline
              sdetweil @swvalenti
              last edited by Oct 18, 2021, 5:06 PM

              @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

              S 1 Reply Last reply Oct 18, 2021, 5:08 PM Reply Quote 0
              • S Offline
                swvalenti Project Sponsor @sdetweil
                last edited by Oct 18, 2021, 5:08 PM

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

                J 1 Reply Last reply Oct 18, 2021, 6:54 PM Reply Quote 0
                • J Offline
                  JerryP @swvalenti
                  last edited by sdetweil Oct 18, 2021, 6:56 PM Oct 18, 2021, 6:54 PM

                  @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 Oct 18, 2021, 6:57 PM Reply Quote 0
                  • S Offline
                    sdetweil @JerryP
                    last edited by Oct 18, 2021, 6:57 PM

                    @jerryp this module needs another process to be running IN ADDITION to MM…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    J 1 Reply Last reply Oct 18, 2021, 6:59 PM Reply Quote 0
                    • J Offline
                      JerryP @sdetweil
                      last edited by Oct 18, 2021, 6:59 PM

                      @sdetweil ok. But what’s the solution? off is there no solution for this problem?

                      S 1 Reply Last reply Oct 18, 2021, 6:59 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        8/19
                        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