• JSON Javascript error

    From Diamond Dave@VERT/DMINE to All on Wednesday, August 12, 2020 09:17:34
    Here's an error message that I need help in troubleshooting

    0000 JSON !JavaScript: Uncaught exception: error 0 connecting to TCP port 10088 on server localhost

    I know that this is a service that helps with the Javascript external programs and doors, but not exactly sure what this error message is trying to say.

    Thanks!

    *** Diamond Dave ***

    ---
    þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA
  • From Nelgin@VERT/EOTLBBS to Diamond Dave on Wednesday, August 12, 2020 11:37:51
    Diamond wrote:
    Here's an error message that I need help in troubleshooting

    0000 JSON !JavaScript: Uncaught exception: error 0 connecting to TCP port 10088
    on server localhost

    I know that this is a service that helps with the Javascript external programs
    and doors, but not exactly sure what this error message is trying to say.

    Thanks!

    *** Diamond Dave ***

    ---
    ??? Synchronet ??? Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA

    Check your services.ini file

    ; JSON inter-bbs communications server
    [JSON]
    Port=10088
    Interface=127.0.0.1
    Options=STATIC | LOOP
    Command=json-service.js


    I also have the following in modopts.ini

    [jsonchat]
    ;see exec/load/json-server.js for help setting up a chat server
    host = bbs.thebrokenbubble.com
    ;default host: bbs.thebrokenbubble.com
    port = 10088
    ;default port: 10088


    You could try running netstat it see if port 10088 is actually listening.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Diamond Dave@VERT/DMINE to Nelgin on Thursday, August 13, 2020 12:49:37
    I actually figured out what it was. I was working in a VM that I had disconnected from the Internet. As soon as I connected it to the Internet,
    it fixed itself. So that process obviously wants to see a connection to the outside world, even though it should be internal to that VM.

    *** Diamond Dave ***

    Diamond wrote:
    Here's an error message that I need help in troubleshooting

    0000 JSON !JavaScript: Uncaught exception: error 0 connecting to TCP
    port
    10088
    on server localhost

    I know that this is a service that helps with the Javascript external programs
    and doors, but not exactly sure what this error message is trying to
    say.

    Thanks!

    *** Diamond Dave ***

    ---
    ??? Synchronet ??? Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA

    Check your services.ini file

    ; JSON inter-bbs communications server
    [JSON]
    Port=10088
    Interface=127.0.0.1
    Options=STATIC | LOOP
    Command=json-service.js


    I also have the following in modopts.ini

    [jsonchat]
    ;see exec/load/json-server.js for help setting up a chat server
    host = bbs.thebrokenbubble.com
    ;default host: bbs.thebrokenbubble.com
    port = 10088
    ;default port: 10088


    You could try running netstat it see if port 10088 is actually
    listening.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com

    ---
    þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.net:24 - Fredericksburg, VA USA