Code Monkey home page Code Monkey logo

Comments (8)

DraTrav avatar DraTrav commented on June 16, 2024 1

That did not solve my problem however I figured it out!

something apparently happened with redis, the service was running during my attempts so whatever happened I have no clue. rebooting redis didn't help, however, a full removal and reinstall of redis did.

from master-bot.

Bacon-Fixation avatar Bacon-Fixation commented on June 16, 2024

Howdy DraTrav,

i also ran into this error last night, I am working on a solution. Just a heads-up, it may take a little while to resolve, so bare with me a bit. seems the framework needs to be updated.

Much Love
-Bacon

from master-bot.

Bacon-Fixation avatar Bacon-Fixation commented on June 16, 2024

Howdy again @DraTrav check out PR #780, should get you running while updates are being made

after cloning the PR i would recommend running npm ci in terminal, before doing the npm run dev

Much Love
-Bacon

from master-bot.

DraTrav avatar DraTrav commented on June 16, 2024

That did fix the crashing and playing problem. However the songs are not skippable and it just says "Error: command chat input DiscordAPIError: Unknown Message" when attempting to run /skip

image

The media control box is also not created when a song is played.

from master-bot.

Bacon-Fixation avatar Bacon-Fixation commented on June 16, 2024

i would try running npm ci then the npm run dev,

also I'm having a hard time replicating this error, could you send a copy of the log file

there is a log file that is created in the /Master-Bot/packages/bot/logs folder (or /Master-Bot/logs for docker users)
it may have another error message that came with the unknown message

im curious what version of the dependencies you have, you can use the /bot-status command in a discord channel and click the next button to see the versions that its running,

i quickly setup a Debain 11 install of the bot and used Nodejs v16.8.2 and v19.8.1, and both seem to work for me here is my dependency list
image

Much Love
-Bacon

from master-bot.

DraTrav avatar DraTrav commented on June 16, 2024

Here is my list of dependencies
image

Here is my log file you requested this is after it errored out after /skip
Master-Bot-04-03-2023.log

image

from master-bot.

DraTrav avatar DraTrav commented on June 16, 2024

npm ci was used before npm run dev each time.

I did update my node to the latest 19.8.1. Still no luck and the same problem

image

Master-Bot-04-03-2023.log

from master-bot.

Bacon-Fixation avatar Bacon-Fixation commented on June 16, 2024

Thank you my friend, forgive me if I keep repeating some stuff :D, just haven't been able to replicate either error Client or Command Chat Input,
Try running npm run clean-i (should delete all the node_modules folders and do a regular npm i to install them)

if the npm run clean-i fails to run, you can delete the following folders manually
/Master-Bot/node_modules
/Master-Bot/packages/bot/node_modules
then run npm i to reinstall them and try starting the bot again with npm run dev

Much Love
-Bacon

from master-bot.

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.