• Hi,
    I am using an Espruino Wifi.
    Copied the example from https://www.espruino.com/WebServer and had to change:
    Wifi --> Espruino_Wifi and defined a password in wifi.startAP('Espruino_server', {password:'xxxxxxxx'}, startServer);
    After that I saved to code with save()
    Error!!

    WebServer error InternalError {
    "msg": "Unable to create socket\n",
    "type": "InternalError",
    "stack": " at line 2 col 29\nthis.server.listen(this.port),this.e­mit(\"start\",this)}catch(...\n ^\n"
    }
    It has been working a few days ago.
    Could you tell me what is happening?
    Thanks!

About

Avatar for user86030 @user86030 started