8000 Exception message: key not found: {CHANNEL NAME} · Issue #17 · dom96/irc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Exception message: key not found: {CHANNEL NAME} #17
Open
@wpbirney

Description

@wpbirney

After about 30mins to ~2 hours of running I'm getting

Exception message: key not found: {CHANNEL NAME}

I can't seem to narrow down exactly why, because everything is working normal up until the exception. Also tested with a basic callback that simply echos privmsg's and it still occurred

could it be something related to case sensitivity of channel names? i noticed with some privmsg event.origin would be all caps and others all lowercase in the same channel

/home/blackbeard/src/qots/src/qots.nim(114) qots
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1877) runForever
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1571) poll
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1337) runOnce
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(210) processPendingCallbacks
/home/blackbeard/src/Nim/lib/pure/asyncmacro.nim(34) runNimAsyncContinue
/home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(612) runIter
/home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(415) processLine
/home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(339) remNick
/home/blackbeard/src/Nim/lib/pure/collections/tables.nim(264) []
[[reraised from:
/home/blackbeard/src/qots/src/qots.nim(114) qots
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1877) runForever
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1571) poll
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1337) runOnce
/home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(210) processPendingCallbacks
/home/blackbeard/src/Nim/lib/pure/asyncfutures.nim(431) asyncCheckCallback
]]
Error: unhandled exception: key not found: {CHANNEL NAME}|
Async traceback:
  /home/blackbeard/src/qots/src/qots.nim(114)             qots
  /home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1877)     runForever
  /home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1571)     poll
  /home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(1337)     runOnce
  /home/blackbeard/src/Nim/lib/pure/asyncdispatch.nim(210)      processPendingCallbacks
  /home/blackbeard/src/Nim/lib/pure/asyncmacro.nim(34)          runNimAsyncContinue
  /home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(612)          runIter
  /home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(415)          processLine
  /home/blackbeard/.nimble/pkgs/irc-#head/irc.nim(339)          remNick
  /home/blackbeard/src/Nim/lib/pure/collections/tables.nim(264) []
Exception message: key not found: {CHANNEL NAME}|
Exception type: [KeyError]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0