[2018-08-09 07:57:00] at _response.transport.request.then (/rbd/pnpm-volume/eae8d9d0-cc27-4b63-8a5a-a48ac326a382/node_modules/.registry.npmjs.org/snekfetch/4.0.4/node_modules/snekfetch/src/index.js:193:21)
1:27 PM
[2018-08-09 07:57:00] at <anonymous>
1:27 PM
[2018-08-09 07:57:00] at process._tickCallback (internal/process/next_tick.js:188:7)
Is this in your ind project? That’s not the same error we’ve seen previously from IP bans. It reads more like you’re missing a file or are referencing a resource in an incorrect location. Which part of your code causes the error?
The original project is advaithbot, and the remix is sage-error. I’m worried opening another project in the editor will make it break too, is that likely?
Opening projects doesn’t change their IP so it won’t have an impact. If the project you open is already on a worker with a banned IP then it’ll be banned whether you open the project or not.
Yeah, we’ve confirmed it isn’t due to a banned IP. DM me a join link and I’ll take a closer look at the cause as it’s not clear to me the cause from the error in isolation.
It’s a problem in your code in the file commands/Search/dcs.js - removing it from the commands folder clears up the issue. So check the resources you’re loading in that file and make sure they’re all accessible.
Hey @Gareth, I’m having the same issue as Advaith… My project is beepbot
Any update/solution to the issue?
I can DM you an invite link to edit if you’d like to check it out.
The problem is caused by the code in the functions/engines/botlists.js file, which is common across both yours and @advaith’s projects - though I wasn’t able to confirm in sage-error or advaithbot as neither have currently valid tokens. But it’s a request in botlists.js that causes the error, the bot works fine otherwise.