-
Posts
26431 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
We could do that, but you don't get the 10% discount unless you do 6 months or more.
-
If it's working you can leave it as is.
-
[Solved] Install FastAPI and Project Dependencies
Krydos replied to shazee09's topic in Escalated Requests
I'm not sure how int("None") would work on any Python install. -
[Solved] Install FastAPI and Project Dependencies
Krydos replied to shazee09's topic in Escalated Requests
[Sat May 03 21:21:51.923615 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/home/shahzaib.heliohost.us/httpdocs/flasktest/myapp.py", line 30, in get_rates [Sat May 03 21:21:51.923626 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] execution_time = fetch_and_store_rates() [Sat May 03 21:21:51.923636 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923646 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/home/shahzaib.heliohost.us/httpdocs/flasktest/services/rates_service.py", line 80, in fetch_and_store_rates [Sat May 03 21:21:51.923657 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] engine = create_engine( [Sat May 03 21:21:51.923667 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923722 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "<string>", line 2, in create_engine [Sat May 03 21:21:51.923734 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/usr/local/python3.12/lib/python3.12/site-packages/sqlalchemy/util/deprecations.py", line 281, in warned [Sat May 03 21:21:51.923746 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] return fn(*args, **kwargs) # type: ignore[no-any-return] [Sat May 03 21:21:51.923756 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923767 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/usr/local/python3.12/lib/python3.12/site-packages/sqlalchemy/engine/create.py", line 549, in create_engine [Sat May 03 21:21:51.923778 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] u = _url.make_url(url) [Sat May 03 21:21:51.923797 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923808 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/usr/local/python3.12/lib/python3.12/site-packages/sqlalchemy/engine/url.py", line 856, in make_url [Sat May 03 21:21:51.923819 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] return _parse_url(name_or_url) [Sat May 03 21:21:51.923829 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923840 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] File "/usr/local/python3.12/lib/python3.12/site-packages/sqlalchemy/engine/url.py", line 917, in _parse_url [Sat May 03 21:21:51.923850 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] components["port"] = int(components["port"]) [Sat May 03 21:21:51.923861 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ^^^^^^^^^^^^^^^^^^^^^^^ [Sat May 03 21:21:51.923871 2025] [wsgi:error] [pid 4025084:tid 4025112] [remote 0:0:0:0] ValueError: invalid literal for int() with base 10: 'None' Have you tested this on your home PC at all? -
No, increasing the limit is free How many emails you plan to send per day? Where you get the email addresses from? How can recipients of your emails unsubscribe? Do you have an unsubscribe@yourdomain.com address set up? Do you have an abuse@yourdomain.com address set up? Does each email have a link to unsubscribe? Do you share or sell email addresses that you get? Post an example of the messages being sent.
-
Yes, morty.heliohost.org is the correct IMAP host. What error are you getting?
-
DKIM, SPF, and DMARC have been set up for the domain theopengamer.com. We recommend sending a real email (not just the word "test") to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
-
Installed. You can see the current list of modules and their versions on Johnny's Python 3.12 with this link https://krydos2.heliohost.org/pyinfo/info3.12.py
-
[HH#718390] Wipe VPS & Reinstall Ubuntu 24 vps130
Krydos replied to HelioHost's topic in Email Support
Thanks for the payment. Everything looks good to go. We're training a new VPS admin so he will learn how to do the rebuild tonight around 01:00 UTC or so once he's available. You will receive an email when the rebuild is complete. -
What SSH host are you using?
-
[Solved] Install FastAPI and Project Dependencies
Krydos replied to shazee09's topic in Escalated Requests
The requested modules have been installed on Tommy's Python 3.12. You can see the current list of installed modules at https://krydos1.heliohost.org/pyinfo/info3.12.py WSGI control access has been enabled on the domain shahzaib.heliohost.us. To restart your Flask app and load new code changes in simply edit /home/shahzaib.heliohost.us/httpdocs/flasktest/flask.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues. -
[HH#718390] Wipe VPS & Reinstall Ubuntu 24 vps130
Krydos replied to HelioHost's topic in Email Support
Yes, your last rebuild was only 16 days ago so it will be $1. You can pay with this link https://www.paypal.com/ncp/payment/6Z88J5KJZJ3RJ -
Correct. You should have already one email explaining the move process. In a bit you will receive a second email with the new IP addresses to use. Since you're using Cloudflare you'll need to update your A and AAAA records as explained in the second email. Domains that use our nameservers have their DNS records updated automatically.
-
Thanks for the $19 Morty purchase. Let us know if you notice any speed increases after your account is fully moved.
-
Because you're using Cloudflare and Cloudflare doesn't proxy port 465, 993, or 995. If you want to use your own domain as your IMAP, POP3, or SMTP host you would need to change your NS records to ns1.heliohost.org and ns2.heliohost.org
-
Try using tommy.heliohost.org as your SMTP host and IMAP host.
-
WSGI control access has been enabled on the domain papasenpai.heliohost.us. To restart your Django app and load new code changes in simply edit /home/papasenpai.heliohost.us/httpdocs/senpai_wtf/senpai_wtf/dispatch.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues. WSGI control access has been enabled on the domain senpai.wtf. To restart your Django app and load new code changes in simply edit /home/papasenpai.heliohost.us/senpai.wtf/senpai_wtf/senpai_wtf/dispatch.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues.
-
[Solved] Error Adjusting Outgoing Email Limit on Plesk
Krydos replied to talesaz's topic in Escalated Requests
DKIM, SPF, and DMARC have been set up for the domain thelema93.com.br. We recommend sending a real email (not just the word "test") to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be. DKIM, SPF, and DMARC have been set up for the domain arniskali.com. We recommend sending a real email (not just the word "test") to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be. The limit has been increased to 75 for the new email address as well. Keep in mind any new email addresses you create will default to 10 per hour until you request to have them increased. -
Alias papale.my.id added.
-
Is there any error message? SSH on VPS12 is working fine for me.
-
[Solved] Python module installation - yfinance
Krydos replied to shanka's topic in Escalated Requests
Installed. You can see the current list of Python 3.12 modules on Tommy with this link https://krydos1.heliohost.org/pyinfo/info3.12.py -
Over the past week or so both Johnny and Tommy have been experiencing occasional slow loading and 503 errors on PHP pages from time to time. This is definitely not normal because we've been using Plesk since 2021 and none of us can even remember the last time we saw a 503 error, and then suddenly they are happening quite frequently on these two servers. We are investigating the issue, and are hoping to resolve it soon. In the meantime, here are some ideas you can do to improve the uptime of your PHP based website. 1. Morty hasn't been affected at all by the 503 errors on PHP pages at all so far, so this is a great time to upgrade to our fastest flagship server starting at only $1 per month. You can check out the discounted Morty packages at https://heliohost.org/dashboard/move/ and move yourself over without talking to an admin by using our fully automated upgrade process with zero downtime for your website if you're interested in trying it out. 2. VPS also have not been affected by the 503 errors either. They start at $4 per month, and aren't affected by other users on the same server as you, because on a VPS you're the only user. Being able to have root SSH access is also a great perk of being a VPS customer. You can check out the plans at https://heliohost.org/vps/ 3. If you don't want to upgrade it is possible for some PHP websites to be converted to static websites. Since it is only PHP being affected by these 503 errors converting your site to use only static html, Javascript, and CSS will allow your website to load faster, have less errors, cause less server load, and greatly reduce the chance of your site getting hacked. It's not possible for all websites to be converted though so this isn't an option for everyone. 4. You could also switch to a language other than PHP. For instance, Python websites using CGI, Django, or Flask haven't been affected by the 503 errors at all. Node.js hasn't been affected by the 503 errors either, but if you decide to try Node.js we recommend keeping a close eye on your load graph at https://heliohost.org/dashboard/load/ because it's easy to go over your 200 GB memory limit. In order to diagnose these 503 errors, the first step we're going to take is implementing additional logging and performance monitoring so we can see exactly when and why the errors are occurring. Let us know if you have any questions, or have any additional information to assist in our investigation.
-
You've got to admit this does not scream "I'm a legitimate email provider" We see criminals, phishers, spammers, etc. sign up with email addresses that when checked have messages like this all the time. Unsuspended.
