Crash. You have not registered (IRC) #3

Closed
opened 2021-06-21 20:26:12 -04:00 by stephen · 0 comments
Owner

Upon connnecting we are presented with this error:

C:/fakepath/node_modules/irc/lib/irc.js:849
                        throw err;
                        ^

Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({
  prefix: 'vanderwarker.social',
  server: 'vanderwarker.social',
  command: 'err_notregistered',
  rawCommand: '451',
  commandType: 'error',
  args: [ 'vxmppb', 'You have not registered' ]
})
    at Client.emit (events.js:300:17)
    at Client. (C:/fakepath/node_modules/irc/lib/irc.js:643:26)
    at Client.emit (events.js:311:20)
    at iterator (C:/fakepath/node_modules/irc/lib/irc.js:846:26)
    at Array.forEach ()
    at Socket.handleData (C:/fakepath/node_modules/irc/lib/irc.js:841:15)
    at Socket.emit (events.js:311:20)
    at addChunk (_stream_readable.js:294:12)
    at readableAddChunk (_stream_readable.js:271:13)
    at Socket.Readable.push (_stream_readable.js:209:10)
    at TCP.onStreamRead (internal/stream_base_commons.js:186:23) {
  code: 'ERR_UNHANDLED_ERROR',
  context: {
    prefix: 'vanderwarker.social',
    server: 'vanderwarker.social',
    command: 'err_notregistered',
    rawCommand: '451',
    commandType: 'error',
    args: [ 'vxmppb', 'You have not registered' ]
  }
}

Time to check out the npm page

Upon connnecting we are presented with this error: <pre> C:/fakepath/node_modules/irc/lib/irc.js:849 throw err; ^ Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({ prefix: 'vanderwarker.social', server: 'vanderwarker.social', command: 'err_notregistered', rawCommand: '451', commandType: 'error', args: [ 'vxmppb', 'You have not registered' ] }) at Client.emit (events.js:300:17) at Client.<anonymous> (C:/fakepath/node_modules/irc/lib/irc.js:643:26) at Client.emit (events.js:311:20) at iterator (C:/fakepath/node_modules/irc/lib/irc.js:846:26) at Array.forEach (<anonymous>) at Socket.handleData (C:/fakepath/node_modules/irc/lib/irc.js:841:15) at Socket.emit (events.js:311:20) at addChunk (_stream_readable.js:294:12) at readableAddChunk (_stream_readable.js:271:13) at Socket.Readable.push (_stream_readable.js:209:10) at TCP.onStreamRead (internal/stream_base_commons.js:186:23) { code: 'ERR_UNHANDLED_ERROR', context: { prefix: 'vanderwarker.social', server: 'vanderwarker.social', command: 'err_notregistered', rawCommand: '451', commandType: 'error', args: [ 'vxmppb', 'You have not registered' ] } } </pre> Time to check out the [npm page](https://npmjs.com/package/irc)
stephen added the
bug
label 2021-06-21 20:26:12 -04:00
stephen self-assigned this 2021-06-21 20:26:12 -04:00
jenkins was assigned by stephen 2021-06-21 20:26:12 -04:00
stephen added this to the (deleted) project 2021-06-21 20:26:12 -04:00
stephen referenced this issue from a commit 2021-06-21 20:26:48 -04:00
stephen added a new dependency 2021-06-21 20:26:59 -04:00
stephen added the
wontfix
label 2021-08-10 21:46:24 -04:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#1 Add IRC
vxmppb/vxmppb
Reference: vxmppb/vxmppb#3
No description provided.