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

Grand Exchange bots threading issue #1

Open
CharlotteCross1998 opened this issue Feb 1, 2023 · 0 comments
Open

Grand Exchange bots threading issue #1

CharlotteCross1998 opened this issue Feb 1, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@CharlotteCross1998
Copy link
Owner

Unsure of the specifics, but the server crashes due to the database file being locked. lsof on the file shows 2 processes of java accessing it, meaning it's likely two bots are trying to interact with the GE at the same time and causing it to crash. Current fix is to simply put a try/catch around it which is working, but would prefer if someone could fix the code so that the issue never happens in the first place.

@CharlotteCross1998 CharlotteCross1998 added the help wanted Extra attention is needed label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant