Jump to content

wolstech

Chief Risk Officer
  • Posts

    16,272
  • Joined

  • Last visited

  • Days Won

    573

wolstech last won the day on April 24

wolstech had the most liked content!

About wolstech

  • Birthday May 17

Contact Methods

  • Website URL
    https://www.raxsoft.com

Profile Information

  • Gender
    Male
  • Location
    Pennsylvania

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wolstech's Achievements

Grand Master

Grand Master (14/14)

  • Well Followed Rare
  • Reacting Well Rare
  • Conversation Starter Rare
  • Dedicated Rare
  • Very Popular Rare

Recent Badges

1.2k

Reputation

  1. You should be able to do this by using the scheduled tasks option in plesk and having it call your .py file.
  2. See https://helionet.org/index/topic/53855-how-to-use-django-on-plesk/#comment-223034 for how to use Django without command line access.
  3. The shebang line was missing, line endings needed to be unix, and the permissions were wrong. The bot appears to be running now, but I suspect you may not have any way to stop it. You should set up a way to start and stop the process. I killed it for you. Our guide on Discord bots has an example in it of how to control long-running Python processes, the same methods should be applicable to any other long running Python scripts: https://wiki.helionet.org/tutorials/discord-bot
  4. Note that after donating, we'll need to delete your account and manually invite you to the other server. The servers do not support just moving the existing account. Please post the transaction number of the donation as well.
  5. Node has been disabled and you've been unsuspended...again. It might take a few minutes to work. Please watch your load carefully at https://heliohost.org/dashboard/load when testing the python version of the bot.
  6. The default page shows until Apache restarts next, so yes it is. It restarts every 2 hours. If a Plesk page shows after 2 hours, you need to delete the index.html file as above and clear your cache.
  7. Changed. The name servers should be ns1.heliohost.org and ns2.heliohost.org. The domain may take up to 2 hours to work.
  8. Domain changed. Please make sure you configure DNS by setting the name servers to ns1.heliohost.org and ns2.heliohost.org. The domain may take up to 2 hours to work.
  9. This is prohibited for security reasons. You'll need to buy a VPS if you need SSH access.
  10. It clearly wasn't enough based on that chart above. Your app is still too heavy. In order for the software to not get you suspended, it can't use more than about ~50MB of RAM continuously, which is admittedly extremely difficult to achieve with a long running node process. (node-based websites and such are much easier to accomplish here because they can rely on Passenger to stop them when there's no traffic, but a telegram bot can't do this since it has to listen to its channel continuously). Most users here who are running these sorts of bots here have chosen alternatives like Python because it's more resource efficient and won't lead to suspensions like this. If you want, I'll unsuspend you one more time, but it comes on the condition that you either rebuild the bot in something else so it doesn't slow the server down, or that you use the account for something that is not related to said bot. A future suspension after that for node-related load would be a permanent ban from our service. Do you want me to do that?
  11. You didn't fix your load issue and got suspended yet again for it (previous suspensions on the 15th and 17th). It's unfair to the other 2000 users for your account to be slowing everything else down. We have a 3 strikes policy here for suspensions, and you just struck out. Your Plesk account cannot be unsuspended due to repeated failure to manage your load. You'll need to either buy a VPS (which will isolate your software on its own server so the load won't impact other users) or find a new host for this software. If you're interested in a VPS, you can purchase that here: https://heliohost.org/vps/ (it comes as an empty Linux box with root SSH access and you can install whatever you want provided it isn't illegal, including this telegram bot).
  12. If I remember right, for Python and similar, the log files aren't specific to a given account and as such contain other users' information, so it isn't available in the UI. Some of the data may appear in the Plesk Logs tab, but these logs are usually limited to Apache and Nginx logs.
  13. I never even saw this because it was marked as solved. I'll fix this shortly...
  14. Node has been disabled on your account so the program won't start, and the account has been unsuspended. It may take a few minutes to work. Please fix the issue immediately. If this occurs again, you will not be unsuspended a second time.
×
×
  • Create New...