Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helpers.js #369

Closed
wants to merge 3 commits into from
Closed

Update helpers.js #369

wants to merge 3 commits into from

Conversation

Madriix
Copy link
Contributor

@Madriix Madriix commented Dec 26, 2023

Is there a problem here? Yes, there is. Please take a look at this error.

TypeError: Cannot read properties of undefined (reading 'indexOf')
at Object.parseMask (/home/debian/node/client/server/libs/irc-framework-modded/src/helpers.js:20:23)
at Array.RPL_TOPICWHOTIME (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handlers/channel.js:198:32)
at IrcCommandHandler.executeCommand (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:65:40)
at IrcCommandHandler.dispatch (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:52:18)
at /home/debian/node/client/server/libs/irc-framework-modded/src/client.js:129:40
at next (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:42:18)
at MiddlewareHandler.handle (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:64:3)
at Connection. (/home/debian/node/client/server/libs/irc-framework-modded/src/client.js:123:35)
at Connection.emit (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/eventemitter3/index.js:182:35)
at Connection.addReadBuffer (/home/debian/node/client/server/libs/irc-framework-modded/src/connection.js:168:14)

It's the IRC framework, but it has only been modified by 0.10% of difference from original.

Is there a problem here? Yes, there is. Please take a look at this error.

TypeError: Cannot read properties of undefined (reading 'indexOf')
    at Object.parseMask (/home/debian/node/client/server/libs/irc-framework-modded/src/helpers.js:20:23)
    at Array.RPL_TOPICWHOTIME (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handlers/channel.js:198:32)
    at IrcCommandHandler.executeCommand (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:65:40)
    at IrcCommandHandler.dispatch (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:52:18)
    at /home/debian/node/client/server/libs/irc-framework-modded/src/client.js:129:40
    at next (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:42:18)
    at MiddlewareHandler.handle (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:64:3)
    at Connection.<anonymous> (/home/debian/node/client/server/libs/irc-framework-modded/src/client.js:123:35)
    at Connection.emit (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/eventemitter3/index.js:182:35)
    at Connection.addReadBuffer (/home/debian/node/client/server/libs/irc-framework-modded/src/connection.js:168:14)
@Madriix Madriix closed this by deleting the head repository Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant