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

Bot stopped updating embeds completely #9

Closed
ihasTaco opened this issue Aug 1, 2023 · 2 comments
Closed

Bot stopped updating embeds completely #9

ihasTaco opened this issue Aug 1, 2023 · 2 comments
Labels
bug Something isn't working testing possible solution Testing a possible solution

Comments

@ihasTaco
Copy link
Owner

ihasTaco commented Aug 1, 2023

I’m at work so I will be updating this more later, and I can’t look into it at the moment.

I’ve noticed that the bot stopped, updating embed right at 3:55 am this morning, I’m hoping it crashed the server as the login system isn’t set up yet so I can search through the console screen to see what caused the issue

I think it maybe the bot lost connection to the internet as I haven’t seen this issue

@ihasTaco ihasTaco added bug Something isn't working testing possible solution Testing a possible solution labels Aug 1, 2023
@ihasTaco
Copy link
Owner Author

ihasTaco commented Aug 2, 2023

I think I fixed this issue...

I believe it had to do with the graph_url only being defined in a if statement

discord/bot.js

let graph_url;
// Create the Player Graph
if (!server_settings.graph_settings.disable) {
     graph_url = await createGraph(guild_id, server_uuid);
     logger.debug(`Done! Graph can be found here`);
     logger.debug(`${graph_url}`);
 }

ihasTaco added a commit that referenced this issue Aug 2, 2023
I believe I have fixed a couple of issues:

* Possible Fix for [issue #9](#9)

* Possible Fix for [issue #1](#1)

Added a new feature

* Added a logging system
@ihasTaco ihasTaco linked a pull request Aug 2, 2023 that will close this issue
@ihasTaco
Copy link
Owner Author

ihasTaco commented Aug 2, 2023

This is most definetely fixed in the new alpha.2 release

I will be keeping an eye on this and will reopen if problem persists!

@ihasTaco ihasTaco closed this as completed Aug 2, 2023
@ihasTaco ihasTaco reopened this Aug 2, 2023
@ihasTaco ihasTaco closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing possible solution Testing a possible solution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant