Git Product home page Git Product logo

Comments (5)

timotejroiko avatar timotejroiko commented on May 26, 2024 1

This happens if client.channels and guild.channels go out of sync, which should never happen by itself, but can happen if the user manually removes a channel from one but forgets to remove it from the other.

discord.js master has a fix for this, but they did not backport it to v12, i guess i can backport it myself later today

from discord.js-light.

AykutSarac avatar AykutSarac commented on May 26, 2024

Can you please elaborate if the user manually removes a channel from one but forgets to remove it from the other part? I'm fetching channels that way message.guild.channels.fetch() and once I'm done, doing message.client.sweepChannels(0) to remove channels from cache if that's the problem. I don't know what else could be causing it to happen. Thanks for the response!

from discord.js-light.

timotejroiko avatar timotejroiko commented on May 26, 2024

like if one were to do guild.channels.cache.delete(id) instead of using client.sweepChannels(). But it can happen in other cases that i have not been able to figure out why yet. regardless, adding the check to ChannelManager.remove will fix it.

by the way, if you're sweeping the channel right after using it, you might as well use .fetch(id, false) to bypass the cache altogether, that way you dont need to sweep it.

I'll add the fix to .remove() soon

from discord.js-light.

timotejroiko avatar timotejroiko commented on May 26, 2024

released the fix in v3.5.3, can you test?

from discord.js-light.

AykutSarac avatar AykutSarac commented on May 26, 2024

released the fix in v3.5.3, can you test?

Thanks, I've updated now. I will edit the post tomorrow with the result.

EDIT: I didn't get any error seems to be fixed, thanks.

from discord.js-light.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.