softspider Posted May 1 Posted May 1 I have no clue how to stop a script and it's eating all the memory.softspider.heliohost.us
wolstech Posted May 1 Posted May 1 You have to design your scripts to be stoppable (or write a script to kill it). There is no UI for doing so. I killed the script for you. I do see the index.sh in your cgi-bin folder, and looking at the code, visiting index.sh?action=stop should trigger it to kill your process. The good news is based on the past few hours of usage, your script wasn't even that heavy and shouldn't have a problem with memory usage even if you need it to run continuously. 1
softspider Posted May 2 Author Posted May 2 (edited) Edit: I've found the code on the wayback machine but it seems to need libraries that are no longer importable Edit 2: The code should now be killable from within so just killing the 2 running processes should be fine, that being said going to softspider.heliohost.us/bot_control/index.sh?action=stop still does nothing; suggestion: please add an emergency kill all button Going to index.sh?action=stop seems to do nothing other than write "Stopping new.py.". Is there an archive of the previous version of this(https://wiki.helionet.org/tutorials/discord-bot) guide written in python so I can understand what the stop script is even doing + possibly fix it? Edited May 2 by softspider
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now