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

Adds more time when getting errors #32

Open
ThiaudioTT opened this issue Oct 20, 2023 · 2 comments
Open

Adds more time when getting errors #32

ThiaudioTT opened this issue Oct 20, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ThiaudioTT
Copy link
Owner

When I get some error, the program exit it without any warning in some cases.

We need to find when and where this occurs and adds a time.sleep(10) (or other thing) to let the user know that we get an error.

@ThiaudioTT ThiaudioTT added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 20, 2023
@Wolfmyths
Copy link
Contributor

Should we also add in a logger as well? I fell like if something were to go wrong during runtime they wouldn't see it because they are playing the game. Python has a built-in logger module and it's actually really nice.

@ThiaudioTT
Copy link
Owner Author

Should we also add in a logger as well?

Yeah, we could do it.
The main issue is that the program fail somehow, and the user don't know why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants