abalabahaha/eris

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

Closed this issue · 1 comments

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.

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 :)