Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

monaca debugger inspector - websocket_closed



  • Hi,

    i am getting the following error when i run the monaca debugger inspector:

    0_1508848252800_grafik.png

    Anyone with an idea how to fix this?


  • Monaca

    @mjessen
    We experienced a connection issue about 1.5 hours last night. However, all the services are backup. Please try again and let me know if you still have the same issue. We are very sorry for the troubles. :bow:



  • Still the same problem. I did a new build of my custom debugger and installed it to my device. The Connection between the localkit and the costum debugger on my target device seems to be fine. The live reload after local changes starts immediately. Only the inspector makes trouble


  • Monaca

    @mjessen
    This issue might be related to port number. Maybe the port number that Monaca debugger is using is being used by other application. Please make sure the port is available. Please refer to IP Address and Port Number.



  • @khemry
    i checked the ip’s and hosts. “netstat” is showing me that my device is connected to the computer with the right ip and port :8001. Also my investigation into our local network settings does not help. I am happy for any idea. Thanks



  • @khemry
    I created a monaca/onsenui example project from the cli and the inspector works fine. So it seems that the connection between the localkit and my device is okay and the problem is related to my project. Any idea what i did wrong in my project? Thank you