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

Cannot mix BigInt and other types, use explicit conversions (Again) #1503

Closed
TheAkio opened this issue May 5, 2024 · 1 comment
Closed

Comments

@TheAkio
Copy link
Contributor

TheAkio commented May 5, 2024

Seems to be the same issue as in #1491 but on a different line. I'm using commit 7524a40.

/project/node_modules/eris/lib/structures/GuildChannel.js:110
            permission = (permission & ~overwrite.deny) | overwrite.allow;
                                     ^

TypeError: Cannot mix BigInt and other types, use explicit conversions
    at TextChannel.permissionsOf (/project/node_modules/eris/lib/structures/GuildChannel.js:110:38)

I am not sure what command execution in which server caused this error, if I find out more I'll let you know.

Edit: I though I was using the newest commit but apparently I am not. I'll see if the issue occurrs with commit 7f9ef8c where the original issue was fixed.

@TheAkio
Copy link
Contributor Author

TheAkio commented May 5, 2024

I assume it's the same issue as #1491 as line 97 and 110 are pretty much identical just the place where permissions are read from is different. As the permission structure was fixed in 7f9ef8c this issue will likely not occur.

Sorry for bothering :)

@TheAkio TheAkio closed this as completed May 5, 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

No branches or pull requests

1 participant