Bugsounet_Coding();

    • Register
    • Login
    • Search

    Unsolved Problem opening gateway app

    Gateway
    3
    8
    95
    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.
    • Q
      qwertyuiopqq Donators last edited by

      Hi,
      Where do I find the log file after gateway installation? I’m not able to load gateway app in the browser after entering IPaddress with port 8081.

      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by

        Hi, Gateway logs are integrated into MagicMirror logs and are tagged with [Gateway]
        After all depends on how you launch MagicMirror
        if it’s with pm2 use: pm2 log 0
        if it’s with npm start, you have the logs directly

        1 Reply Last reply Reply Quote 0
        • Q
          qwertyuiopqq Donators last edited by

          Hello, I found in the logs where to open the app locally but when I put the web address in it says “This site can’t be reached”.

          1 Reply Last reply Reply Quote 0
          • bugsounet
            bugsounet Main Coder last edited by bugsounet

            can I see logs ?

            1 Reply Last reply Reply Quote 0
            • Q
              qwertyuiopqq Donators last edited by

              here are the logs.
              2023-04-12-225614_1280x720_scrot.png

              1 Reply Last reply Reply Quote 0
              • pitchx
                pitchx BetaTester Helpers last edited by

                GW seems to be launched , the github error is not important for me.
                what your browser says when you try to access http://192.168.0.19:8081.

                1 Reply Last reply Reply Quote 0
                • Q
                  qwertyuiopqq Donators last edited by

                  This is what it said.
                  2023-04-13-064600_1280x720_scrot.png

                  1 Reply Last reply Reply Quote 0
                  • bugsounet
                    bugsounet Main Coder last edited by bugsounet

                    Hi, can you give the result of this by openning a terminal:

                    1. Display all ip adress available:
                    ifconfig |grep inet
                    
                    1. ping google.com (for testing internet cnx)
                    ping -4 google.com -c 10
                    
                    1. ping the proposed adress by GW
                    ping -4 192.168.0.19 -c 10
                    
                    1. finaly, open the browser of the pi, and try this http://127.0.0.1:8081 (MagicMirror need to be launched)
                      It will use local host interface (for testing)

                    Note: https protocol is not available actually, it only http

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Powered by NodeBB | @bugsounet ©2023