Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,853
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. Here is the output of your bot: MySQL has been connected! [ RowDataPacket { guildID: '700047xxxxx0608151', setting: '.', value: null, createdAt: 2021-03-28T20:31:06.000Z, updatedAt: 2021-03-28T20:31:06.000Z }, RowDataPacket { guildID: '775927xxxxx5018378', setting: '.', value: null, createdAt: 2021-03-28T20:50:39.000Z, updatedAt: 2021-03-28T20:50:39.000Z } ] Aesir-Wolf-Pack#0694 is online! I edited out some of the guildID in case that's private. Not sure. Anyways, since your bot starts just fine, it's up to you from there to log errors yourself from inside the bot's code. Don't rely on console.log(), and definitely don't rely on python. The python just starts the node code, and then disconnects from it to let it run on its own. Just write the logs to a file. Log file permissions can be tricky sometimes for non-linux people. The way I would do it is create an empty file that has write permissions on it and then have the bot append to that. If you have the bot try to create it's own files then you need to worry about directory permissions too, but if the file is already created it's less to figure out.
  2. This one was actually my fault. The reason I'm the only one who can install python modules is because I need to pay attention and make sure there aren't conflicts. I apparently wasn't paying enough attention and there was a conflict that I missed. Now that the modules are fixed your django site works.
  3. Remote access enabled.
  4. It should be working now.
  5. http://heliohost.grd.net.pl/monitor/archive/?2021-03-24 The top line is the apache response time. The three lines in the middle are the load. You made the original post right around 14:30 UTC where there was a small load spike, and if you look at the top line it looks like there was a small ddos or something happening. It looks like the firewall took care of it because the response time has improved since then.
  6. According to this guy Source: https://stackoverflow.com/questions/61675707/angular-universal-working-on-localhost-but-not-in-cpanel-with-passenger The article he links is a guide for if you have ssh access to the server, which we don't offer on our free shared hosting accounts. It sounds like you'll need a vps to run angular.
  7. There's only been one bitcoin donation in the last 4 months so I'm going to assume this was you. The timestamp was 4 minutes before you made the first post and it's had 77 confirmations now. You're on Tommy now. I have also increased your storage to 2000 MB, and you don't need to log in to cpanel to keep your account active until 2021-05-24. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  8. Postgresql, postgis, and json-c are all already installed and at the latest version available. The upside to centos is it's rock-solid-stable and can run for months without a reboot. The downside to centos is the way it gets to be rock-solid-stable is by running ridiculously old well-tested versions of everything. I'm not going to install things from source on our shared hosting servers. I've spent years dealing with the messes and conflicts that come from installing things from source so we have to go with what is available in the package manager. If you need a newer version you'll need to get a vps. I recommend ubuntu 20 because it has the latest versions of everything available in apt.
  9. Postgis extension created and remote access enabled.
  10. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  11. We already have mysqlclient installed, which is a faster, better performing, less load causing way to connect to mysql from python.
  12. None of our servers are running python 3.8 yet, so I assume you mean python 3.7. https://krydos2.heliohost.org/cgi-bin/modules37.py
  13. Remote access enabled.
  14. There is no account with the username ehackel.
  15. Remote access enabled.
  16. Plotly is already installed on Johnny's python 3.7 https://krydos2.heliohost.org/cgi-bin/modules37.py
  17. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  18. Please post the following information: Your cPanel usernameYour main domainThe server that you are onPython version
  19. Ahhh, I was wondering who that donation belonged too. Since you used a different email address for the donation than you did to create your account the system couldn't match the donation up with an account automatically. I actually emailed you to ask if you had an account, but I haven't heard anything back from you. The next thing that went wrong is none of the other admins flagged this post with [Krydos] so I didn't know I needed to read it. Sorry for the delay on this. I have increased your storage to the maximum, and you don't need to log in to cpanel to keep your account active until 2021-09-01. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  20. Yeah, I see that. That must have been your main domain when you created your account and it never updated when you changed your main domain.
  21. If you had added the user to the database it should show it under the privileged users column. Maybe try adding it again?
  22. You're on Tommy now. Thanks for the donation.
  23. The logs don't show me the email address of the sender. It just shows the IP address which is hundreds of different random ones around the world, and I can see that you received over 14,000 emails on 2021-02-25.
×
×
  • Create New...