Home AMX User Forum AMXForums Archive Threads AMX Hardware
Options

Unknown IP Error codes

G'day all,

I'm seeing some errors that I can't find any information about.
I'm trying to connect using SSH and initially I can connect and get responses but shortly after I receive the following errors;

IP CLIENT ERROR: 18
IP CLIENT ERROR: 12

The help file doesn't have those error codes.
Does anybody know what they mean?

Cheers

Mush

Comments

  • Options
    ericmedleyericmedley Posts: 4,177
    I know this seems odd - but the documentation for the SSH communication stuff is pretty sparse (as I cheekily stick my pinky finger on my chin) I'd be willing to bet it's some kind of credential failure error. You might have to give AMX tech support a call to get the information. I don't know if the Australia office can help or not. If not, I'd be happy to make the call for you and email the result due to the massive time difference. PM me if you want me to do so.
    E
  • Options
    Here is the current list of Error Codes - support will be updating tech note 937, or releasing a new one:
    SOCKET_OPEN_FAILED = 2 ;
    ILLEGAL_INTERNET_ADDRESS = 3 ;
    UNKNOWN_HOST = 4 ;
    CONNECTION_REFUSED = 6 ;
    CONNECTION_TIMEOUT = 7 ;
    UNKNOWN_CONNECT_ERROR = 8 ;
    SOCKET_ALREADY_CLOSED = 9 ;
    BINDING_ERROR = 10 ;
    LISTENING_ERROR = 11 ;
    SOCKET_NOT_CONNECTED = 12 ;
    UNKNOWN_SENDTO_ERROR = 13 ;
    LOCAL_PORT_ALREADY_ASSIGNED = 14 ;
    UDP_SOCKET_ALREADY_LISTENING = 15 ;
    TOO_MANY_OPEN_SOCKETS = 16 ;
    LOCAL_PORT_NOT_OPEN = 17 ;
    SSH_AUTH_FAILURE = 18 ;
    SSL_GENERAL_CONNECTION_FAILURE = 19 ;
    SSL_GENERAL_CONNECTION_WARNING = 20 ;
  • Options
    ericmedleyericmedley Posts: 4,177
    AMX_Chris wrote: »
    Here is the current list of Error Codes - support will be updating tech note 937, or releasing a new one:
    SOCKET_OPEN_FAILED = 2 ;
    ILLEGAL_INTERNET_ADDRESS = 3 ;
    UNKNOWN_HOST = 4 ;
    CONNECTION_REFUSED = 6 ;
    CONNECTION_TIMEOUT = 7 ;
    UNKNOWN_CONNECT_ERROR = 8 ;
    SOCKET_ALREADY_CLOSED = 9 ;
    BINDING_ERROR = 10 ;
    LISTENING_ERROR = 11 ;
    SOCKET_NOT_CONNECTED = 12 ;
    UNKNOWN_SENDTO_ERROR = 13 ;
    LOCAL_PORT_ALREADY_ASSIGNED = 14 ;
    UDP_SOCKET_ALREADY_LISTENING = 15 ;
    TOO_MANY_OPEN_SOCKETS = 16 ;
    LOCAL_PORT_NOT_OPEN = 17 ;
    SSH_AUTH_FAILURE = 18 ;
    SSL_GENERAL_CONNECTION_FAILURE = 19 ;
    SSL_GENERAL_CONNECTION_WARNING = 20 ;

    ha! called it.
  • Options
    ericmedley wrote: »

    ha! called it.
    Winner! You win no prize and are awarded no points however.
  • Options
    MLaletas wrote: »
    Winner! You win no prize and are awarded no points however.

    Welcome to AMXForums where the titles are made up and the points don't matter...
  • Options
    ericmedleyericmedley Posts: 4,177
    MLaletas wrote: »
    Winner! You win no prize and are awarded no points however.

    ... story of my life
Sign In or Register to comment.